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

12

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dsha384-kdf.c56 if (hmac_sha384_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0)
77 if (hmac_sha384_vector(secret, secret_len, 4, addr, len, T) < 0)
H A Dsha384-prf.c81 if (hmac_sha384_vector(key, key_len, 4, addr, len,
86 if (hmac_sha384_vector(key, key_len, 4, addr, len,
H A Dsha384.c17 * hmac_sha384_vector - HMAC-SHA384 over data vector (RFC 2104)
26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
103 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dsha384.h14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
H A Dcrypto_linux.c216 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
227 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_openssl.c1045 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
1056 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_module_tests.c1854 if (hmac_sha384_vector(t->key, t->key_len, 1, addr, len,
1867 if (hmac_sha384_vector(t->key, t->key_len, 2, addr, len,
/external/wpa_supplicant_8/src/crypto/
H A Dsha384-kdf.c56 if (hmac_sha384_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0)
77 if (hmac_sha384_vector(secret, secret_len, 4, addr, len, T) < 0)
H A Dsha384-prf.c81 if (hmac_sha384_vector(key, key_len, 4, addr, len,
86 if (hmac_sha384_vector(key, key_len, 4, addr, len,
H A Dsha384.c17 * hmac_sha384_vector - HMAC-SHA384 over data vector (RFC 2104)
26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
103 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dsha384.h14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
H A Dcrypto_linux.c216 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
227 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_openssl.c1045 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
1056 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_module_tests.c1854 if (hmac_sha384_vector(t->key, t->key_len, 1, addr, len,
1867 if (hmac_sha384_vector(t->key, t->key_len, 2, addr, len,
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dsha384-kdf.c56 if (hmac_sha384_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0)
77 if (hmac_sha384_vector(secret, secret_len, 4, addr, len, T) < 0)
H A Dsha384-prf.c81 if (hmac_sha384_vector(key, key_len, 4, addr, len,
86 if (hmac_sha384_vector(key, key_len, 4, addr, len,
H A Dsha384.c17 * hmac_sha384_vector - HMAC-SHA384 over data vector (RFC 2104)
26 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
103 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dsha384.h14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
H A Dcrypto_linux.c216 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
227 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_openssl.c1045 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function
1056 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
H A Dcrypto_module_tests.c1854 if (hmac_sha384_vector(t->key, t->key_len, 1, addr, len,
1867 if (hmac_sha384_vector(t->key, t->key_len, 2, addr, len,
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c382 res = hmac_sha384_vector(nonces, 2 * FILS_NONCE_LEN, num_elem,
569 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len,
598 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len,
1507 hmac_sha384_vector(pmk, pmk_len, 3, addr, len, hash);
1581 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)
H A Ddpp.c316 return hmac_sha384_vector(key, key_len, num_elem, addr, len,
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c382 res = hmac_sha384_vector(nonces, 2 * FILS_NONCE_LEN, num_elem,
569 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len,
598 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len,
1507 hmac_sha384_vector(pmk, pmk_len, 3, addr, len, hash);
1581 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c382 res = hmac_sha384_vector(nonces, 2 * FILS_NONCE_LEN, num_elem,
569 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len,
598 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len,
1507 hmac_sha384_vector(pmk, pmk_len, 3, addr, len, hash);
1581 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)

Completed in 202 milliseconds

12