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

/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dsha384.h23 int hmac_sha384_kdf(const u8 *secret, size_t secret_len,
H A Dsha384-kdf.c16 * hmac_sha384_kdf - HMAC-SHA384 based KDF (RFC 5295)
32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, function
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c4694 res = hmac_sha384_kdf(prk, hash_len, NULL, (const u8 *) info,
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.c413 return hmac_sha384_kdf(secret, secret_len, NULL,
7208 res = hmac_sha384_kdf(prk, hash_len, NULL, info, info_len,
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dieee802_11.c2778 res = hmac_sha384_kdf(prk, hash_len, NULL, (const u8 *) info,

Completed in 99 milliseconds