HomeSort by: relevance | last modified time | path
    Searched refs:hmac_sha256_kdf (Results 1 - 10 of 10) sorted by relevancy

  /src/external/bsd/wpa/dist/src/crypto/
sha256-kdf.c 16 * hmac_sha256_kdf - HMAC-SHA256 based KDF (RFC 5295)
32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, function
sha256.h 26 int hmac_sha256_kdf(const u8 *secret, size_t secret_len,
crypto_module_tests.c 1919 res = hmac_sha256_kdf((u8 *) "secret", 6, "label",
1923 "Unexpected hmac_sha256_kdf(outlen=8160) failure");
1927 res = hmac_sha256_kdf((u8 *) "secret", 6, "label",
1931 "Unexpected hmac_sha256_kdf(outlen=8161) success");
2164 if (hmac_sha256_kdf(prk1, sizeof(prk1), NULL, info1, sizeof(info1),
2179 if (hmac_sha256_kdf(prk2, sizeof(prk2), NULL, info2, sizeof(info2),
  /src/external/bsd/wpa/dist/src/eap_server/
eap_server.c 463 if (hmac_sha256_kdf(sm->eap_if.eapSessionId, sm->eap_if.eapSessionIdLen,
477 if (hmac_sha256_kdf(emsk, emsk_len,
488 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
777 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
  /src/external/bsd/wpa/dist/src/eap_peer/
eap.c 753 if (hmac_sha256_kdf(session_id, session_id_len, "EMSK", len,
766 if (hmac_sha256_kdf(emsk, emsk_len,
777 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
1996 if (hmac_sha256_kdf(erp->rRK, erp->rRK_len,
  /src/external/bsd/wpa/dist/src/common/
dpp_crypto.c 117 return hmac_sha256_kdf(secret, secret_len, NULL,
1661 res = hmac_sha256_kdf(prk, hash_len, NULL, info, info_len,
sae.c 569 return hmac_sha256_kdf(prk, prk_len, NULL,
  /src/external/bsd/wpa/dist/hostapd/
config_file.c 927 ret = hmac_sha256_kdf(oldkey, sizeof(oldkey), "FT OLDKEY", NULL, 0,
  /src/external/bsd/wpa/dist/src/ap/
ieee802_11.c 3740 res = hmac_sha256_kdf(prk, hash_len, NULL, (const u8 *) info,
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.c 6621 res = hmac_sha256_kdf(prk, hash_len, NULL, (const u8 *) info,

Completed in 60 milliseconds