Searched refs:hmac_sha384_vector (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha384.h14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
H A Dsha384-prf.c78 hmac_sha384_vector(key, key_len, 4, addr, len,
82 hmac_sha384_vector(key, key_len, 4, addr, len, hash);
H A Dcrypto_openssl.c916 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
927 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
/external/wpa_supplicant_8/src/crypto/
H A Dsha384.h14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
H A Dsha384-prf.c78 hmac_sha384_vector(key, key_len, 4, addr, len,
82 hmac_sha384_vector(key, key_len, 4, addr, len, hash);
H A Dcrypto_openssl.c916 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
927 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha384.h14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
H A Dsha384-prf.c78 hmac_sha384_vector(key, key_len, 4, addr, len,
82 hmac_sha384_vector(key, key_len, 4, addr, len, hash);
H A Dcrypto_openssl.c916 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
927 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c1124 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c1124 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c1124 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)

Completed in 287 milliseconds