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

  /src/external/bsd/wpa/dist/src/crypto/
sha512.h 16 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data,
sha512.c 50 /* the HMAC_SHA512 transform looks like:
92 * hmac_sha512 - HMAC-SHA512 over data buffer (RFC 2104)
100 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, function
crypto_nettle.c 236 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, function
crypto_gnutls.c 206 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, function
crypto_openssl.c 1646 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, function
1768 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, function
crypto_wolfssl.c 503 int hmac_sha512(const u8 *key, size_t key_len, const u8 *data, function
  /src/external/bsd/wpa/dist/src/common/
wpa_common.c 257 if (hmac_sha512(key, key_len, buf, len, hash))
305 if (hmac_sha512(key, key_len, buf, len, hash))
328 if (hmac_sha512(key, key_len, buf, len, hash))
dpp_crypto.c 157 return hmac_sha512(key, key_len, data, data_len, mac);
  /src/external/bsd/wpa/dist/src/ap/
ieee802_11.c 3721 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey),
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.c 6609 res = hmac_sha512(wpabuf_head(hkey), wpabuf_len(hkey),

Completed in 30 milliseconds