/external/wpa_supplicant/ |
D | sha256.h | 22 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
|
D | eap_gpsk_common.c | 413 hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
|
D | sha256.c | 102 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
/external/wpa_supplicant_8/src/crypto/ |
D | sha256.h | 22 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
|
D | sha256.c | 102 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/ |
D | sha256.h | 22 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
|
D | sha256.c | 102 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
/external/wpa_supplicant_6/wpa_supplicant/src/wps/ |
D | wps_common.c | 136 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd, in wps_derive_psk() 139 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, in wps_derive_psk()
|
D | wps_attr_process.c | 79 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash); in wps_process_key_wrap_auth()
|
D | wps_attr_build.c | 218 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
|
/external/wpa_supplicant/tests/ |
D | test_sha256.c | 292 hmac_sha256(t->key, t->key_len, t->data, t->data_len, hash); in main()
|
/external/wpa_supplicant_6/wpa_supplicant/tests/ |
D | test_sha256.c | 292 hmac_sha256(t->key, t->key_len, t->data, t->data_len, hash); in main()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_common.c | 141 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd, in wps_derive_psk() 144 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, in wps_derive_psk()
|
D | wps_attr_process.c | 79 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash); in wps_process_key_wrap_auth()
|
D | wps_attr_build.c | 309 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
|
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
D | eap_gpsk_common.c | 414 hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_gpsk_common.c | 411 hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
|