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

  /external/wpa_supplicant_8/src/crypto/
sha1.c 51 /* the HMAC_SHA1 transform looks like:
95 * hmac_sha1 - HMAC-SHA1 over data buffer (RFC 2104)
103 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function
crypto_openssl.c 888 int hmac_sha1(const u8 *key, size_t key_len, const u8 *data, size_t data_len, function

Completed in 538 milliseconds