Searched refs:os_memcmp_const (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/bsd/wpa/dist/src/crypto/ |
H A D | milenage.c | 220 os_memcmp_const(mac_s, auts + 6, 8) != 0) in milenage_auts() 315 if (os_memcmp_const(mac_a, autn + 8, 8) != 0) { in milenage_check()
|
H A D | aes-ccm.c | 206 if (os_memcmp_const(x, t, M) != 0) { in aes_ccm_ad()
|
H A D | aes-gcm.c | 313 if (os_memcmp_const(tag, T, 16) != 0) { in aes_gcm_ad()
|
/netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
H A D | eap_ikev2_common.c | 103 if (os_memcmp_const(icv, end - icv_len, icv_len) != 0) { in eap_ikev2_validate_icv()
|
H A D | eap_eke_common.c | 663 if (os_memcmp_const(icv, prot + prot_len - icv_len, icv_len) != 0) { in eap_eke_decrypt_prot()
|
H A D | ikev2_common.c | 483 if (os_memcmp_const(integ, hash, integ_alg->hash_len) != 0) { in ikev2_decrypt_payload()
|
/netbsd-src/external/bsd/wpa/dist/src/eap_peer/ |
H A D | mschapv2.c | 120 os_memcmp_const(auth_response, recv_response, in mschapv2_verify_auth_response()
|
/netbsd-src/external/bsd/wpa/dist/src/utils/ |
H A D | os_none.c | 227 int os_memcmp_const(const void *a, const void *b, size_t len) in os_memcmp_const() function
|
H A D | os_win32.c | 268 int os_memcmp_const(const void *a, const void *b, size_t len) in os_memcmp_const() function
|
/netbsd-src/external/bsd/wpa/dist/src/tls/ |
H A D | tlsv1_record.c | 459 os_memcmp_const(hash, out_data + plen, hlen) != 0 || in tlsv1_record_receive()
|
H A D | tlsv1_server_read.c | 1246 if (os_memcmp_const(pos, verify_data, TLS_VERIFY_DATA_LEN) != 0) { in tls_process_client_finished()
|
/netbsd-src/external/bsd/wpa/dist/src/eap_server/ |
H A D | ikev2.c | 635 os_memcmp_const(auth, auth_data, auth_len) != 0) { in ikev2_process_auth_secret()
|