/external/wpa_supplicant_8/hostapd/src/crypto/ |
H A D | sha256-tlsprf.c | 53 hmac_sha256_vector(secret, secret_len, 2, &addr[1], &len[1], A); 57 hmac_sha256_vector(secret, secret_len, 3, addr, len, P);
|
H A D | sha256-kdf.c | 48 if (hmac_sha256_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0) 69 if (hmac_sha256_vector(secret, secret_len, 4, addr, len, T) < 0)
|
H A D | sha256-prf.c | 81 if (hmac_sha256_vector(key, key_len, 4, addr, len, 86 if (hmac_sha256_vector(key, key_len, 4, addr, len,
|
H A D | sha256.c | 17 * hmac_sha256_vector - HMAC-SHA256 over data vector (RFC 2104) 26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, function 103 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac);
|
H A D | sha256.h | 14 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
|
/external/wpa_supplicant_8/src/crypto/ |
H A D | sha256-tlsprf.c | 53 hmac_sha256_vector(secret, secret_len, 2, &addr[1], &len[1], A); 57 hmac_sha256_vector(secret, secret_len, 3, addr, len, P);
|
H A D | sha256-kdf.c | 48 if (hmac_sha256_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0) 69 if (hmac_sha256_vector(secret, secret_len, 4, addr, len, T) < 0)
|
H A D | sha256-prf.c | 81 if (hmac_sha256_vector(key, key_len, 4, addr, len, 86 if (hmac_sha256_vector(key, key_len, 4, addr, len,
|
H A D | sha256.c | 17 * hmac_sha256_vector - HMAC-SHA256 over data vector (RFC 2104) 26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, function 103 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac);
|
H A D | sha256.h | 14 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
|
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/ |
H A D | sha256-tlsprf.c | 53 hmac_sha256_vector(secret, secret_len, 2, &addr[1], &len[1], A); 57 hmac_sha256_vector(secret, secret_len, 3, addr, len, P);
|
H A D | sha256-kdf.c | 48 if (hmac_sha256_vector(secret, secret_len, 3, &addr[1], &len[1], T) < 0) 69 if (hmac_sha256_vector(secret, secret_len, 4, addr, len, T) < 0)
|
H A D | sha256-prf.c | 81 if (hmac_sha256_vector(key, key_len, 4, addr, len, 86 if (hmac_sha256_vector(key, key_len, 4, addr, len,
|
H A D | sha256.c | 17 * hmac_sha256_vector - HMAC-SHA256 over data vector (RFC 2104) 26 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem, function 103 return hmac_sha256_vector(key, key_len, 1, &data, &data_len, mac);
|
H A D | sha256.h | 14 int hmac_sha256_vector(const u8 *key, size_t key_len, size_t num_elem,
|
/external/wpa_supplicant_8/hostapd/src/eap_common/ |
H A D | eap_eke_common.c | 225 return hmac_sha256_vector(key, key_len, num_elem, addr, len, 292 ret = hmac_sha256_vector(key, key_len, 2, &addr[1], 295 ret = hmac_sha256_vector(key, key_len, 3, addr, vlen,
|
H A D | eap_sim_common.c | 266 hmac_sha256_vector(k, 32, 5, addr, len, hash); 391 hmac_sha256_vector(k_aut, EAP_AKA_PRIME_K_AUT_LEN, 2, addr, len, hmac); 419 hmac_sha256_vector(k_aut, EAP_AKA_PRIME_K_AUT_LEN, 2, addr, len, hmac); 485 hmac_sha256_vector(key, sizeof(key), 5, addr, len, hash);
|
/external/wpa_supplicant_8/src/eap_common/ |
H A D | eap_eke_common.c | 225 return hmac_sha256_vector(key, key_len, num_elem, addr, len, 292 ret = hmac_sha256_vector(key, key_len, 2, &addr[1], 295 ret = hmac_sha256_vector(key, key_len, 3, addr, vlen,
|
H A D | eap_sim_common.c | 266 hmac_sha256_vector(k, 32, 5, addr, len, hash); 391 hmac_sha256_vector(k_aut, EAP_AKA_PRIME_K_AUT_LEN, 2, addr, len, hmac); 419 hmac_sha256_vector(k_aut, EAP_AKA_PRIME_K_AUT_LEN, 2, addr, len, hmac); 485 hmac_sha256_vector(key, sizeof(key), 5, addr, len, hash);
|
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/ |
H A D | eap_eke_common.c | 225 return hmac_sha256_vector(key, key_len, num_elem, addr, len, 292 ret = hmac_sha256_vector(key, key_len, 2, &addr[1], 295 ret = hmac_sha256_vector(key, key_len, 3, addr, vlen,
|
H A D | eap_sim_common.c | 266 hmac_sha256_vector(k, 32, 5, addr, len, hash); 391 hmac_sha256_vector(k_aut, EAP_AKA_PRIME_K_AUT_LEN, 2, addr, len, hmac); 419 hmac_sha256_vector(k_aut, EAP_AKA_PRIME_K_AUT_LEN, 2, addr, len, hmac); 485 hmac_sha256_vector(key, sizeof(key), 5, addr, len, hash);
|
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | wps_attr_process.c | 42 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
|
H A D | wps_enrollee.c | 66 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 76 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 643 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash); 683 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 4, addr, len, hash);
|
/external/wpa_supplicant_8/src/wps/ |
H A D | wps_attr_process.c | 42 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
|
/external/wpa_supplicant_8/wpa_supplicant/src/wps/ |
H A D | wps_attr_process.c | 42 hmac_sha256_vector(wps->authkey, WPS_AUTHKEY_LEN, 2, addr, len, hash);
|