Searched refs:hmac_sha256 (Results 1 – 14 of 14) sorted by relevance
/external/wpa_supplicant_8/src/crypto/ |
D | sha256.h | 16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
|
D | sha256-tlsprf.c | 58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A); in tls_prf_sha256()
|
D | sha256.c | 100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
D | crypto_openssl.c | 774 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, in hmac_sha256() function
|
/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 | 134 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd, in wps_derive_psk() 137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, in wps_derive_psk()
|
D | wps_attr_build.c | 327 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg), in wps_build_key_wrap_auth()
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_gpsk_common.c | 540 hmac_sha256(sk, sk_len, data, len, mic); in eap_gpsk_compute_mic()
|
D | eap_eke_common.c | 608 return hmac_sha256(key, SHA256_MAC_LEN, data, data_len, res); in eap_eke_mac()
|
/external/wpa_supplicant_8/src/common/ |
D | sae.c | 611 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len, in sae_derive_keys()
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 400 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key), in check_sae_token() 432 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key), in auth_build_token_req()
|
/external/chromium_org/net/third_party/nss/patches/ |
D | aesgcm.patch | 72 #define hmac_sha256 ssl_hmac_sha256 367 {hmac_sha256, mmech_sha256_hmac, 0, SHA256_LENGTH},
|
/external/chromium_org/net/third_party/nss/ssl/ |
D | ssl3con.c | 332 {TLS_RSA_WITH_NULL_SHA256, cipher_null, hmac_sha256, kea_rsa}, 377 {TLS_RSA_WITH_AES_128_CBC_SHA256, cipher_aes_128, hmac_sha256, kea_rsa}, 380 {TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, cipher_aes_128, hmac_sha256, kea_dhe_rsa}, 382 {TLS_RSA_WITH_AES_256_CBC_SHA256, cipher_aes_256, hmac_sha256, kea_rsa}, 385 {TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, cipher_aes_256, hmac_sha256, kea_dhe_rsa}, 434 {TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, cipher_aes_128, hmac_sha256, kea_ecdhe_ecdsa}, 447 {TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, cipher_aes_128, hmac_sha256, kea_ecdhe_rsa}, 508 {hmac_sha256, mmech_sha256_hmac, 0, SHA256_LENGTH},
|
D | sslimpl.h | 75 #define hmac_sha256 ssl_hmac_sha256 macro
|