HomeSort by relevance Sort by last modified time
    Searched defs:hmac_sha256 (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/crypto/
sha256.c 50 /* the HMAC_SHA256 transform looks like:
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
crypto_gnutls.c 168 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
crypto_nettle.c 178 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
crypto_linux.c 209 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
crypto_openssl.c 1153 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
    [all...]
crypto_wolfssl.c 227 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
    [all...]

Completed in 484 milliseconds