Home
last modified time | relevance | path

Searched refs:hex_len (Results 1 – 6 of 6) sorted by relevance

/external/srtp/crypto/math/
Ddatatypes.c175 int hex_len; in hex_string_to_octet_string() local
177 hex_len = 0; in hex_string_to_octet_string()
178 while (hex_len < len) { in hex_string_to_octet_string()
181 return hex_len; in hex_string_to_octet_string()
183 hex_len++; in hex_string_to_octet_string()
186 return hex_len; in hex_string_to_octet_string()
188 hex_len++; in hex_string_to_octet_string()
192 return hex_len; in hex_string_to_octet_string()
Dmath.c437 int hex_len; in hex_string_to_octet_string() local
439 hex_len = 0; in hex_string_to_octet_string()
440 while (hex_len < len) { in hex_string_to_octet_string()
443 return hex_len; in hex_string_to_octet_string()
445 hex_len++; in hex_string_to_octet_string()
448 return hex_len; in hex_string_to_octet_string()
450 hex_len++; in hex_string_to_octet_string()
454 return hex_len; in hex_string_to_octet_string()
/external/wpa_supplicant_8/src/eap_peer/
Deap_mschapv2.c433 int hex_len; in eap_mschapv2_failure_txt() local
435 hex_len = os_strchr(pos, ' ') - (char *) pos; in eap_mschapv2_failure_txt()
436 if (hex_len == PASSWD_CHANGE_CHAL_LEN * 2) { in eap_mschapv2_failure_txt()
450 "challenge len %d", hex_len); in eap_mschapv2_failure_txt()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Deap_mschapv2.c427 int hex_len; in eap_mschapv2_failure_txt() local
429 hex_len = os_strchr(pos, ' ') - (char *) pos; in eap_mschapv2_failure_txt()
430 if (hex_len == PASSWD_CHANGE_CHAL_LEN * 2) { in eap_mschapv2_failure_txt()
444 "challenge len %d", hex_len); in eap_mschapv2_failure_txt()
/external/wpa_supplicant/
Deap_mschapv2.c494 int hex_len; in eap_mschapv2_failure_txt() local
496 hex_len = os_strchr(pos, ' ') - (char *) pos; in eap_mschapv2_failure_txt()
497 if (hex_len == PASSWD_CHANGE_CHAL_LEN * 2) { in eap_mschapv2_failure_txt()
511 "challenge len %d", hex_len); in eap_mschapv2_failure_txt()
/external/srtp/test/
Dsrtp_driver.c1074 int hex_len = pkt_octet_len-octets_in_rtp_header; in srtp_packet_to_string() local
1103 octet_string_hex_string(data, hex_len), in srtp_packet_to_string()