Searched refs:checkcode (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/wpa/src/eap_peer/ |
H A D | eap_aka.c | 532 const u8 *checkcode, size_t checkcode_len) in eap_aka_verify_checkcode() argument 539 if (checkcode == NULL) in eap_aka_verify_checkcode() 572 if (os_memcmp_const(hash, checkcode, hash_len) != 0) { in eap_aka_verify_checkcode() 1065 if (attr->checkcode && in eap_aka_process_challenge() 1066 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_challenge() 1344 if (attr->checkcode && in eap_aka_process_reauthentication() 1345 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_reauthentication()
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_aka.c | 342 const u8 *checkcode, size_t checkcode_len) in eap_aka_verify_checkcode() argument 349 if (checkcode == NULL) in eap_aka_verify_checkcode() 380 if (os_memcmp_const(hash, checkcode, hash_len) != 0) { in eap_aka_verify_checkcode() 1071 if (attr->checkcode && in eap_aka_process_challenge() 1072 eap_aka_verify_checkcode(data, attr->checkcode, in eap_aka_process_challenge()
|
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_sim_common.h | 187 const u8 *checkcode; member
|
H A D | eap_sim_common.c | 836 attr->checkcode = apos; in eap_sim_parse_attr()
|