Searched refs:hmac_sha512_kdf (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha512.h23 int hmac_sha512_kdf(const u8 *secret, size_t secret_len,
H A Dsha512-kdf.c16 * hmac_sha512_kdf - HMAC-SHA512 based KDF (RFC 5295)
32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, function
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c4697 res = hmac_sha512_kdf(prk, hash_len, NULL, (const u8 *) info,
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c417 return hmac_sha512_kdf(secret, secret_len, NULL,
7211 res = hmac_sha512_kdf(prk, hash_len, NULL, info, info_len,
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11.c2781 res = hmac_sha512_kdf(prk, hash_len, NULL, (const u8 *) info,

Completed in 215 milliseconds