/external/wpa_supplicant_8/src/crypto/ |
D | sha256-tlsprf.c | 58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A); in tls_prf_sha256()
|
D | sha256.h | 16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
|
D | sha256.c | 100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
D | crypto_module_tests.c | 1727 if (hmac_sha256(t->key, t->key_len, t->data, t->data_len, in test_sha256()
|
D | crypto_openssl.c | 1019 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
/external/mmc-utils/3rdparty/hmac_sha/ |
D | hmac_sha2.h | 113 void hmac_sha256(const unsigned char *key, unsigned int key_size,
|
D | hmac_sha2.c | 203 void hmac_sha256(const unsigned char *key, unsigned int key_size, in hmac_sha256() function 531 hmac_sha256(keys[i], keys_len[i], (unsigned char *) messages[i], in main()
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_attr_process.c | 73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash); in wps_process_key_wrap_auth()
|
D | wps_common.c | 137 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd, in wps_derive_psk() 141 if (hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, in wps_derive_psk()
|
D | wps_attr_build.c | 364 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server.c | 733 if (hmac_sha256(erp->rIK, erp->rIK_len, in erp_send_finish_reauth() 917 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE() 930 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE() 942 if (hmac_sha256(erp->rIK, erp->rIK_len, hdr, in SM_STATE()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_gpsk_common.c | 538 ret = hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
|
D | eap_eke_common.c | 600 return hmac_sha256(key, SHA256_MAC_LEN, data, data_len, res); in eap_eke_mac()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap.c | 616 if (hmac_sha256(erp->rIK, erp->rIK_len, in eap_peer_build_erp_reauth_start() 1692 if (hmac_sha256(erp->rIK, erp->rIK_len, (const u8 *) hdr, in eap_peer_finish()
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 805 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len, in sae_derive_keys()
|
D | wpa_common.c | 118 if (hmac_sha256(key, key_len, buf, len, hash)) in wpa_eapol_key_mic()
|
/external/mmc-utils/ |
D | mmc_cmds.c | 1948 hmac_sha256( in do_rpmb_write_block()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 462 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key), in check_sae_token() 496 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key), in auth_build_token_req()
|