Home
last modified time | relevance | path

Searched refs:ikev2_prf_hash (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
Dikev2_common.c100 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, in ikev2_prf_hash() function
149 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1], in ikev2_prf_plus()
152 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len, in ikev2_prf_plus()
461 if (ikev2_prf_hash(prf->id, SK_p, keys->SK_prf_len, in ikev2_derive_auth_data()
481 if (ikev2_prf_hash(prf->id, shared_secret, shared_secret_len, 1, in ikev2_derive_auth_data()
483 ikev2_prf_hash(prf->id, hash, prf->hash_len, 1, in ikev2_derive_auth_data()
Dikev2_common.h284 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len,
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Dikev2.c99 if (ikev2_prf_hash(prf->id, buf, data->i_nonce_len + data->r_nonce_len, in ikev2_derive_keys()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Dikev2.c112 if (ikev2_prf_hash(prf->id, buf, data->i_nonce_len + data->r_nonce_len, in ikev2_derive_keys()