Searched refs:hmac_sha256 (Results 26 - 36 of 36) sorted by relevance

12

/external/wpa_supplicant_8/src/common/
H A Dsae.c611 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len,
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dsae.c611 hmac_sha256(null_key, sizeof(null_key), k, sae->tmp->prime_len,
/external/ipsec-tools/src/racoon/
H A Dcftoken.l452 hmac_sha256 { YYD; yylval.num = algtype_hmac_sha2_256; return(ALGORITHMTYPE); }
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dieee802_11.c400 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
432 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
/external/wpa_supplicant_8/src/ap/
H A Dieee802_11.c400 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
432 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dieee802_11.c400 if (hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
432 hmac_sha256(hapd->sae_token_key, sizeof(hapd->sae_token_key),
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslimpl.h75 #define hmac_sha256 ssl_hmac_sha256 macro
H A Dssl3con.c332 {TLS_RSA_WITH_NULL_SHA256, cipher_null, hmac_sha256, kea_rsa},
377 {TLS_RSA_WITH_AES_128_CBC_SHA256, cipher_aes_128, hmac_sha256, kea_rsa},
380 {TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, cipher_aes_128, hmac_sha256, kea_dhe_rsa},
382 {TLS_RSA_WITH_AES_256_CBC_SHA256, cipher_aes_256, hmac_sha256, kea_rsa},
385 {TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, cipher_aes_256, hmac_sha256, kea_dhe_rsa},
434 {TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, cipher_aes_128, hmac_sha256, kea_ecdhe_ecdsa},
447 {TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, cipher_aes_128, hmac_sha256, kea_ecdhe_rsa},
508 {hmac_sha256, mmech_sha256_hmac, 0, SHA256_LENGTH},
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_openssl.c774 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_openssl.c774 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_openssl.c774 int hmac_sha256(const u8 *key, size_t key_len, const u8 *data, function

Completed in 258 milliseconds

12