Searched defs:ikev2_prf_hash (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Dikev2_common.c95 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, function
144 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1],
147 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len,
391 if (ikev2_prf_hash(prf->id, SK_p, keys->SK_prf_len,
411 if (ikev2_prf_hash(prf->id, shared_secret, shared_secret_len, 1,
413 ikev2_prf_hash(prf->id, hash, prf->hash_len, 1,
/external/wpa_supplicant_8/src/eap_common/
H A Dikev2_common.c95 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, function
144 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1],
147 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len,
391 if (ikev2_prf_hash(prf->id, SK_p, keys->SK_prf_len,
411 if (ikev2_prf_hash(prf->id, shared_secret, shared_secret_len, 1,
413 ikev2_prf_hash(prf->id, hash, prf->hash_len, 1,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Dikev2_common.c95 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, function
144 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1],
147 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len,
391 if (ikev2_prf_hash(prf->id, SK_p, keys->SK_prf_len,
411 if (ikev2_prf_hash(prf->id, shared_secret, shared_secret_len, 1,
413 ikev2_prf_hash(prf->id, hash, prf->hash_len, 1,

Completed in 69 milliseconds