HomeSort by relevance Sort by last modified time
    Searched defs:mac_type (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/contrib/wrt/
dhcp_release.c 142 static int parse_hex(char *in, unsigned char *out, int maxlen, int *mac_type)
147 if (mac_type)
148 *mac_type = 0;
158 if (*r == '-' && i == 0 && mac_type)
161 *mac_type = strtol(in, NULL, 16);
162 mac_type = NULL;
251 int mac_type; local
290 packet.hlen = parse_hex(argv[3], packet.chaddr, DHCP_CHADDR_MAX, &mac_type);
291 if (mac_type == 0)
294 packet.htype = mac_type;
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
t1_enc.c 336 int mac_type; local
346 mac_type = s->s3->tmp.new_mac_pkey_type;
495 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL,
585 int mac_type= NID_undef,mac_secret_size=0; local
595 if (!ssl_cipher_get_evp(s->session,&c,&hash,&mac_type,&mac_secret_size,&comp))
603 s->s3->tmp.new_mac_pkey_type = mac_type;
    [all...]
  /external/openssl/ssl/
t1_enc.c 336 int mac_type; local
346 mac_type = s->s3->tmp.new_mac_pkey_type;
495 mac_key = EVP_PKEY_new_mac_key(mac_type, NULL,
585 int mac_type= NID_undef,mac_secret_size=0; local
595 if (!ssl_cipher_get_evp(s->session,&c,&hash,&mac_type,&mac_secret_size,&comp))
603 s->s3->tmp.new_mac_pkey_type = mac_type;
    [all...]

Completed in 56 milliseconds