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

  /external/wpa_supplicant/
sha256.c 54 /* the HMAC_SHA256 transform looks like:
95 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
102 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
sha256.c 54 /* the HMAC_SHA256 transform looks like:
95 * hmac_sha256 - HMAC-SHA256 over data buffer (RFC 2104)
102 void hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function

Completed in 104 milliseconds