Home
last modified time | relevance | path

Searched refs:hmac_sha256_kdf (Results 1 – 10 of 10) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dsha256.h26 int hmac_sha256_kdf(const u8 *secret, size_t secret_len,
Dsha256-kdf.c32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf() function
Dcrypto_module_tests.c1919 res = hmac_sha256_kdf((u8 *) "secret", 6, "label", in test_sha256()
1927 res = hmac_sha256_kdf((u8 *) "secret", 6, "label", in test_sha256()
2164 if (hmac_sha256_kdf(prk1, sizeof(prk1), NULL, info1, sizeof(info1), in test_extract_expand_hkdf()
2179 if (hmac_sha256_kdf(prk2, sizeof(prk2), NULL, info2, sizeof(info2), in test_extract_expand_hkdf()
/external/wpa_supplicant_8/src/eap_server/
Deap_server.c463 if (hmac_sha256_kdf(sm->eap_if.eapSessionId, sm->eap_if.eapSessionIdLen, in eap_server_erp_init()
477 if (hmac_sha256_kdf(emsk, emsk_len, in eap_server_erp_init()
488 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len, in eap_server_erp_init()
777 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len, in erp_send_finish_reauth()
/external/wpa_supplicant_8/src/eap_peer/
Deap.c752 if (hmac_sha256_kdf(session_id, session_id_len, "EMSK", len, in eap_peer_erp_init()
765 if (hmac_sha256_kdf(emsk, emsk_len, in eap_peer_erp_init()
776 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len, in eap_peer_erp_init()
1950 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len, in eap_peer_finish()
/external/wpa_supplicant_8/src/common/
Ddpp_crypto.c251 return hmac_sha256_kdf(secret, secret_len, NULL, in dpp_hkdf_expand()
2234 res = hmac_sha256_kdf(prk, hash_len, NULL, info, info_len, in dpp_pkex_derive_z()
Dsae.c560 return hmac_sha256_kdf(prk, prk_len, NULL, in hkdf_expand()
/external/wpa_supplicant_8/hostapd/
Dconfig_file.c964 ret = hmac_sha256_kdf(oldkey, sizeof(oldkey), "FT OLDKEY", NULL, 0, in rkh_derive_key()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c5212 res = hmac_sha256_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_resp()
/external/wpa_supplicant_8/src/ap/
Dieee802_11.c4158 res = hmac_sha256_kdf(prk, hash_len, NULL, (const u8 *) info, in owe_process_assoc_req()