Searched defs:hmac_sha256 (Results 1 - 7 of 7) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | sha256.c | 92 * 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 D | crypto_openssl.c | 905 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | sha256.c | 92 * 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 D | crypto_openssl.c | 905 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | sha256.c | 92 * 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 D | crypto_openssl.c | 905 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
|
/external/mmc-utils/3rdparty/hmac_sha/ |
H A D | hmac_sha2.c | 203 void hmac_sha256(const unsigned char *key, unsigned int key_size, function 531 hmac_sha256(keys[i], keys_len[i], (unsigned char *) messages[i],
|
Completed in 9130 milliseconds