| /src/external/bsd/wpa/dist/src/crypto/ |
| sha384-tlsprf.c | 53 if (hmac_sha384_vector(secret, secret_len, 2, &addr[1], &len[1], A) < 0) 58 if (hmac_sha384_vector(secret, secret_len, 3, addr, len, P) <
|
| sha384-kdf.c | 56 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)
|
| sha384-prf.c | 81 if (hmac_sha384_vector(key, key_len, 4, addr, len, 86 if (hmac_sha384_vector(key, key_len, 4, addr, len,
|
| sha384.c | 17 * 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);
|
| sha384.h | 14 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem,
|
| crypto_nettle.c | 189 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function 210 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
|
| crypto_gnutls.c | 179 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function 190 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
|
| crypto_linux.c | 216 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);
|
| crypto_openssl.c | 1619 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function 1630 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac); 1741 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function 1752 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
|
| crypto_module_tests.c | 2003 if (hmac_sha384_vector(t->key, t->key_len, 1, addr, len, 2016 if (hmac_sha384_vector(t->key, t->key_len, 2, addr, len,
|
| crypto_wolfssl.c | 476 int hmac_sha384_vector(const u8 *key, size_t key_len, size_t num_elem, function 487 return hmac_sha384_vector(key, key_len, 1, &data, &data_len, mac);
|
| /src/external/bsd/wpa/dist/src/common/ |
| wpa_common.c | 628 res = hmac_sha384_vector(nonces, 2 * FILS_NONCE_LEN, num_elem, 845 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len, 874 res = hmac_sha384_vector(ick, ick_len, num_elem, addr, len, 1006 if (hmac_sha384_vector(kck, kck_len, num_elem, addr, len, hash)) 2612 hmac_sha384_vector(pmk, pmk_len, 3, addr, len, hash); 2684 if (hmac_sha384_vector(kck, kck_len, 3, addr, len, hash) < 0)
|
| sae.c | 551 return hmac_sha384_vector(salt, salt_len, num_elem, addr, len,
|
| dpp_crypto.c | 140 return hmac_sha384_vector(key, key_len, num_elem, addr, len,
|