Home
last modified time | relevance | path

Searched refs:os_memcmp_const (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/wpa/dist/src/crypto/
H A Dmilenage.c220 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 Daes-ccm.c206 if (os_memcmp_const(x, t, M) != 0) { in aes_ccm_ad()
H A Daes-gcm.c313 if (os_memcmp_const(tag, T, 16) != 0) { in aes_gcm_ad()
/netbsd-src/external/bsd/wpa/dist/src/eap_common/
H A Deap_ikev2_common.c103 if (os_memcmp_const(icv, end - icv_len, icv_len) != 0) { in eap_ikev2_validate_icv()
H A Deap_eke_common.c663 if (os_memcmp_const(icv, prot + prot_len - icv_len, icv_len) != 0) { in eap_eke_decrypt_prot()
H A Dikev2_common.c483 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 Dmschapv2.c120 os_memcmp_const(auth_response, recv_response, in mschapv2_verify_auth_response()
/netbsd-src/external/bsd/wpa/dist/src/utils/
H A Dos_none.c227 int os_memcmp_const(const void *a, const void *b, size_t len) in os_memcmp_const() function
H A Dos_win32.c268 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 Dtlsv1_record.c459 os_memcmp_const(hash, out_data + plen, hlen) != 0 || in tlsv1_record_receive()
H A Dtlsv1_server_read.c1246 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 Dikev2.c635 os_memcmp_const(auth, auth_data, auth_len) != 0) { in ikev2_process_auth_secret()