Home
last modified time | relevance | path

Searched defs:prf (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/
Deap_eke_common.c121 static int eap_eke_prf_len(u8 prf) in eap_eke_prf_len()
131 static int eap_eke_nonce_len(u8 prf) in eap_eke_nonce_len()
146 static int eap_eke_auth_len(u8 prf) in eap_eke_auth_len()
183 static int eap_eke_prf(u8 prf, const u8 *key, size_t key_len, const u8 *data, in eap_eke_prf()
290 static int eap_eke_prfplus(u8 prf, const u8 *key, size_t key_len, in eap_eke_prfplus()
700 u8 prf, u8 mac) in eap_eke_session_init()
Deap_ikev2_common.c18 int eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys, in eap_ikev2_derive_keymat()
Dikev2_common.c122 const struct ikev2_prf_alg *prf; in ikev2_prf_plus() local
379 const struct ikev2_prf_alg *prf; in ikev2_derive_auth_data() local
629 int ikev2_derive_sk_keys(const struct ikev2_prf_alg *prf, in ikev2_derive_sk_keys()
Deap_pwd_common.h43 u8 prf; member
Deap_eke_common.h65 u8 prf; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/
Deap_eke_common.c121 static int eap_eke_prf_len(u8 prf) in eap_eke_prf_len()
131 static int eap_eke_nonce_len(u8 prf) in eap_eke_nonce_len()
146 static int eap_eke_auth_len(u8 prf) in eap_eke_auth_len()
183 static int eap_eke_prf(u8 prf, const u8 *key, size_t key_len, const u8 *data, in eap_eke_prf()
290 static int eap_eke_prfplus(u8 prf, const u8 *key, size_t key_len, in eap_eke_prfplus()
700 u8 prf, u8 mac) in eap_eke_session_init()
Deap_ikev2_common.c18 int eap_ikev2_derive_keymat(int prf, struct ikev2_keys *keys, in eap_ikev2_derive_keymat()
Dikev2_common.c122 const struct ikev2_prf_alg *prf; in ikev2_prf_plus() local
379 const struct ikev2_prf_alg *prf; in ikev2_derive_auth_data() local
629 int ikev2_derive_sk_keys(const struct ikev2_prf_alg *prf, in ikev2_derive_sk_keys()
Deap_pwd_common.h43 u8 prf; member
Deap_eke_common.h65 u8 prf; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
Dikev2.c41 const struct ikev2_prf_alg *prf; in ikev2_derive_keys() local
607 const struct ikev2_prf_alg *prf; in ikev2_process_auth_secret() local
1050 const struct ikev2_prf_alg *prf; in ikev2_build_auth() local
Dikev2.h17 int prf; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Dikev2.c37 const struct ikev2_prf_alg *prf; in ikev2_derive_keys() local
539 const struct ikev2_prf_alg *prf; in ikev2_process_auth_secret() local
984 const struct ikev2_prf_alg *prf; in ikev2_build_auth() local
Deap_eke.c33 u8 prf; /* forced PRF or 0 to allow all supported */ member
181 static int eap_eke_supp_prf(u8 prf) in eap_eke_supp_prf()
Dikev2.h17 int prf; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
Dikev2.c41 const struct ikev2_prf_alg *prf; in ikev2_derive_keys() local
607 const struct ikev2_prf_alg *prf; in ikev2_process_auth_secret() local
1050 const struct ikev2_prf_alg *prf; in ikev2_build_auth() local
Dikev2.h17 int prf; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Dikev2.c37 const struct ikev2_prf_alg *prf; in ikev2_derive_keys() local
541 const struct ikev2_prf_alg *prf; in ikev2_process_auth_secret() local
986 const struct ikev2_prf_alg *prf; in ikev2_build_auth() local
Deap_eke.c33 u8 prf; /* forced PRF or 0 to allow all supported */ member
181 static int eap_eke_supp_prf(u8 prf) in eap_eke_supp_prf()
Dikev2.h17 int prf; member
/third_party/python/Lib/
Dhashlib.py218 def prf(msg, inner=inner, outer=outer): function
/third_party/node/deps/ngtcp2/ngtcp2/crypto/boringssl/
Dboringssl.c286 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf_extract() local
301 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf_expand() local
314 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf() local
/third_party/node/deps/ngtcp2/ngtcp2/crypto/openssl/
Dopenssl.c329 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf_extract() local
384 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf_expand() local
438 const EVP_MD *prf = md->native_handle; in ngtcp2_crypto_hkdf() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Ddpp_backup.c217 struct wpabuf *params = NULL, *buf = NULL, *prf = NULL; in dpp_build_pbkdf2_alg_id() local
/third_party/mbedtls/library/
Dpsa_crypto.c6852 static psa_status_t psa_tls12_prf_set_seed(psa_tls12_prf_key_derivation_t *prf, in psa_tls12_prf_set_seed()
6875 static psa_status_t psa_tls12_prf_set_key(psa_tls12_prf_key_derivation_t *prf, in psa_tls12_prf_set_key()
6899 static psa_status_t psa_tls12_prf_set_label(psa_tls12_prf_key_derivation_t *prf, in psa_tls12_prf_set_label()
6922 static psa_status_t psa_tls12_prf_input(psa_tls12_prf_key_derivation_t *prf, in psa_tls12_prf_input()
6943 psa_tls12_prf_key_derivation_t *prf, in psa_tls12_prf_psk_to_ms_set_key()
7007 psa_tls12_prf_key_derivation_t *prf, in psa_tls12_prf_psk_to_ms_set_other_key()
7033 psa_tls12_prf_key_derivation_t *prf, in psa_tls12_prf_psk_to_ms_input()

1234