Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/wps/
Dwps_attr_process.c45 os_memcmp_const(hash, authenticator, WPS_AUTHENTICATOR_LEN) != 0) { in wps_process_authenticator()
75 os_memcmp_const(hash, key_wrap_auth, WPS_KWA_LEN) != 0) { in wps_process_key_wrap_auth()
Dwps_enrollee.c580 if (os_memcmp_const(hash, wps->peer_pubkey_hash, in wps_process_pubkey()
660 if (os_memcmp_const(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) { in wps_process_r_snonce1()
700 if (os_memcmp_const(wps->peer_hash2, hash, WPS_HASH_LEN) != 0) { in wps_process_r_snonce2()
Dwps_registrar.c893 os_memcmp_const(dev_pw, pin->pin, dev_pw_len) != 0)) in wps_registrar_invalidate_wildcard_pin()
2334 if (os_memcmp_const(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) { in wps_process_e_snonce1()
2374 if (os_memcmp_const(wps->peer_hash2, hash, WPS_HASH_LEN) != 0) { in wps_process_e_snonce2()
2725 if (os_memcmp_const(hash, in wps_process_m1()
/hal_espressif-latest/components/wpa_supplicant/src/rsn_supp/
Dwpa_ft.c485 os_memcmp_const(parse.r0kh_id, sm->r0kh_id, parse.r0kh_id_len) != 0) in wpa_ft_process_response()
502 os_memcmp_const(parse.rsn_pmkid, sm->pmk_r0_name, WPA_PMK_NAME_LEN)) in wpa_ft_process_response()
779 os_memcmp_const(parse.r0kh_id, sm->r0kh_id, parse.r0kh_id_len) != 0)
795 if (os_memcmp_const(parse.r1kh_id, sm->r1kh_id, FT_R1KH_ID_LEN) != 0) {
802 os_memcmp_const(parse.rsn_pmkid, sm->pmk_r1_name, WPA_PMK_NAME_LEN))
829 if (os_memcmp_const(mic, ftie->mic, 16) != 0) {
Dpmksa_cache.c149 os_memcmp_const(pos->pmk, pmk, pmk_len) == 0 && in pmksa_cache_add()
150 os_memcmp_const(pos->pmkid, entry->pmkid, in pmksa_cache_add()
Dwpa.c418 os_memcmp_const(pmkid, sm->cur_pmksa->pmkid, PMKID_LEN) == 0) { in wpa_supplicant_get_pmk()
1709 if (os_memcmp_const(mic, key->key_mic, mic_len) != 0) { in wpa_supplicant_verify_eapol_key_mic()
1724 if (os_memcmp_const(mic, key->key_mic, mic_len) != 0) { in wpa_supplicant_verify_eapol_key_mic()
/hal_espressif-latest/components/wpa_supplicant/port/include/
Dos.h265 #ifndef os_memcmp_const
266 #define os_memcmp_const(s1, s2, n) memcmp((s1), (s2), (n)) macro
/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dcomeback_token.c61 os_memcmp_const(token + 2, &mac[2], SHA256_MAC_LEN - 2) != 0) { in check_comeback_token()
Dwpa_auth.c1237 os_memcmp_const(mic, key->key_mic, mic_len) != 0) in wpa_verify_key_mic()
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Daes-ccm.c207 if (os_memcmp_const(x, t, M) != 0) { in aes_ccm_ad()
Daes-gcm.c313 if (os_memcmp_const(tag, T, 16) != 0) { in aes_gcm_ad()
/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dpkcs1.c319 os_memcmp_const(hdr.payload, hash, hdr.length) != 0) { in pkcs1_v15_sig_ver()
Dtlsv1_record.c459 os_memcmp_const(hash, out_data + plen, hlen) != 0 || in tlsv1_record_receive()
Dtlsv1_common.c515 os_memcmp_const(decrypted, data, data_len) != 0) { in tls_verify_signature()
Dtlsv1_server_read.c1246 if (os_memcmp_const(pos, verify_data, TLS_VERIFY_DATA_LEN) != 0) { in tls_process_client_finished()
Dtlsv1_client_read.c1439 if (os_memcmp_const(pos, verify_data, TLS_VERIFY_DATA_LEN) != 0) { in tls_process_server_finished()
Dx509v3.c2082 os_memcmp_const(hdr.payload, hash, hdr.length) != 0) { in x509_check_signature()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae_pk.c597 res = os_memcmp_const(hash, tmp->fingerprint, tmp->fingerprint_bytes); in sae_pk_valid_fingerprint()
Dsae.c2307 if (os_memcmp_const(verifier, data + 2, hash_len) != 0) { in sae_check_confirm()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_fast.c776 res = os_memcmp_const(cmac, _bind->compound_mac, sizeof(cmac)); in eap_fast_process_crypto_binding()