Searched refs:ikev2_prf_hash (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/wpa/src/eap_common/
H A Dikev2_common.c97 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len, function
143 res = ikev2_prf_hash(alg, key, key_len, 2, &addr[1],
146 res = ikev2_prf_hash(alg, key, key_len, 3, addr, len,
394 if (ikev2_prf_hash(prf->id, SK_p, keys->SK_prf_len,
414 if (ikev2_prf_hash(prf->id, shared_secret, shared_secret_len, 1,
416 ikev2_prf_hash(prf->id, hash, prf->hash_len, 1,
H A Dikev2_common.h274 int ikev2_prf_hash(int alg, const u8 *key, size_t key_len,
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dikev2.c90 if (ikev2_prf_hash(prf->id, buf, data->i_nonce_len + data->r_nonce_len,
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dikev2.c94 if (ikev2_prf_hash(prf->id, buf, data->i_nonce_len + data->r_nonce_len,

Completed in 158 milliseconds