Searched refs:hmac_sha384 (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/bsd/wpa/dist/src/crypto/
H A Dsha384.h16 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data,
H A Dsha384.c92 * hmac_sha384 - HMAC-SHA384 over data buffer (RFC 2104)
100 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_nettle.c207 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_gnutls.c187 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_linux.c224 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_wolfssl.c246 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_openssl.c1172 int hmac_sha384(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_module_tests.c1844 if (hmac_sha384(t->key, t->key_len, t->data, t->data_len,
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Dwpa_common.c248 if (hmac_sha384(key, key_len, buf, len, hash))
262 if (hmac_sha384(key, key_len, buf, len, hash))
285 if (hmac_sha384(key, key_len, buf, len, hash))
303 if (hmac_sha384(key, key_len, buf, len, hash))
H A Ddpp.c447 return hmac_sha384(key, key_len, data, data_len, mac);
/netbsd-current/external/bsd/wpa/dist/src/eap_common/
H A Deap_teap_common.c326 res = hmac_sha384(cmk, cmk_len, buffer, buffer_len, tmp);
/netbsd-current/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa.c4676 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey),
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Dieee802_11.c2753 res = hmac_sha384(wpabuf_head(hkey), wpabuf_len(hkey),

Completed in 361 milliseconds