Searched defs:hmac_sha256 (Results 1 - 7 of 7) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha256.c92 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_openssl.c780 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/src/crypto/
H A Dsha256.c92 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_openssl.c780 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha256.c92 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
100 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
H A Dcrypto_openssl.c780 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h75 #define hmac_sha256 ssl_hmac_sha256 macro

Completed in 141 milliseconds