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

  /external/wpa_supplicant_8/src/crypto/
sha256-tlsprf.c 58 hmac_sha256(secret, secret_len, A, SHA256_MAC_LEN, A);
sha256.h 16 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data,
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_openssl.c 774 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
  /external/wpa_supplicant_8/src/wps/
wps_attr_process.c 73 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, head, len, hash);
wps_common.c 134 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, dev_passwd,
137 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN,
wps_attr_build.c 327 hmac_sha256(wps->authkey, WPS_AUTHKEY_LEN, wpabuf_head(msg),
  /external/wpa_supplicant_8/src/eap_common/
eap_gpsk_common.c 540 hmac_sha256(sk, sk_len, data, len, mic);
  /external/wpa_supplicant_8/src/common/
sae.c 611 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len,
  /external/ipsec-tools/src/racoon/
cftoken.l 452 hmac_sha256 { YYD; yylval.num = algtype_hmac_sha2_256; return(ALGORITHMTYPE); }
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 400 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
432 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
    [all...]

Completed in 240 milliseconds