Searched refs:hex_len (Results 1 – 6 of 6) sorted by relevance
175 int hex_len; in hex_string_to_octet_string() local177 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()
437 int hex_len; in hex_string_to_octet_string() local439 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()
433 int hex_len; in eap_mschapv2_failure_txt() local435 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()
427 int hex_len; in eap_mschapv2_failure_txt() local429 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()
494 int hex_len; in eap_mschapv2_failure_txt() local496 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()
1074 int hex_len = pkt_octet_len-octets_in_rtp_header; in srtp_packet_to_string() local1103 octet_string_hex_string(data, hex_len), in srtp_packet_to_string()