/hostap-latest/src/radius/ |
D | radius.c | 461 int radius_msg_finish(struct radius_msg *msg, const u8 *secret, in radius_msg_finish() 486 int radius_msg_finish_srv(struct radius_msg *msg, const u8 *secret, in radius_msg_finish_srv() 523 int radius_msg_finish_das_resp(struct radius_msg *msg, const u8 *secret, in radius_msg_finish_das_resp() 558 void radius_msg_finish_acct(struct radius_msg *msg, const u8 *secret, in radius_msg_finish_acct() 579 void radius_msg_finish_acct_resp(struct radius_msg *msg, const u8 *secret, in radius_msg_finish_acct_resp() 600 int radius_msg_verify_acct_req(struct radius_msg *msg, const u8 *secret, in radius_msg_verify_acct_req() 622 int radius_msg_verify_das_req(struct radius_msg *msg, const u8 *secret, in radius_msg_verify_das_req() 942 int radius_msg_verify_msg_auth(struct radius_msg *msg, const u8 *secret, in radius_msg_verify_msg_auth() 992 int radius_msg_verify(struct radius_msg *msg, const u8 *secret, in radius_msg_verify() 1140 const u8 *secret, size_t secret_len, size_t *reslen) in decrypt_ms_key() [all …]
|
/hostap-latest/tests/hwsim/ |
D | radius_das.py | 14 secret=None, authenticator=None, **attributes): argument 34 secret=None, authenticator=None, **attributes): argument
|
D | test_radius.py | 1189 def build_tunnel_password(secret, authenticator, psk): argument
|
/hostap-latest/src/eap_common/ |
D | chap.c | 15 int chap_md5(u8 id, const u8 *secret, size_t secret_len, const u8 *challenge, in chap_md5()
|
D | eap_teap_common.c | 73 static int eap_teap_tls_prf(u16 tls_cs, const u8 *secret, size_t secret_len, in eap_teap_tls_prf()
|
/hostap-latest/src/crypto/ |
D | sha256-kdf.c | 32 int hmac_sha256_kdf(const u8 *secret, size_t secret_len, in hmac_sha256_kdf()
|
D | sha256-tlsprf.c | 29 int tls_prf_sha256(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha256()
|
D | sha384-kdf.c | 32 int hmac_sha384_kdf(const u8 *secret, size_t secret_len, in hmac_sha384_kdf()
|
D | sha384-tlsprf.c | 29 int tls_prf_sha384(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha384()
|
D | sha512-kdf.c | 32 int hmac_sha512_kdf(const u8 *secret, size_t secret_len, in hmac_sha512_kdf()
|
D | sha1-tlsprf.c | 30 int tls_prf_sha1_md5(const u8 *secret, size_t secret_len, const char *label, in tls_prf_sha1_md5()
|
D | crypto_internal-modexp.c | 46 u8 *secret, size_t *len) in crypto_dh_derive_secret()
|
D | tls_mbedtls_alt.c | 2007 const unsigned char *secret, in tls_connection_export_keys_cb() 2618 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in tls_prf_sha1_md5() 2634 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in tls_prf_sha256() 2650 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in tls_prf_sha384()
|
D | crypto_wolfssl.c | 995 byte *secret; in dh5_init_fixed() local 1039 struct wpabuf *secret; in dh5_derive_shared() local 1128 u8 *secret, size_t *len) in crypto_dh_derive_secret() 2236 struct wpabuf *secret = NULL; in crypto_ecdh_set_peerkey() local
|
D | crypto_mbedtls_alt.c | 541 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in hmac_sha512_kdf() 547 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in hmac_sha384_kdf() 553 …const u8 *secret, size_t secret_len, const char *label, const u8 *seed, size_t seed_len, u8 *out, … in hmac_sha256_kdf() 1482 u8 *secret, in crypto_dh_derive_secret()
|
D | crypto_nettle.c | 337 u8 *secret, size_t *len) in crypto_dh_derive_secret()
|
D | crypto_gnutls.c | 316 u8 *secret, size_t *len) in crypto_dh_derive_secret()
|
/hostap-latest/src/pasn/ |
D | pasn_responder.c | 305 struct wpabuf *secret) in pasn_derive_keys() 608 struct wpabuf *wrapped_data = NULL, *secret = NULL; in handle_auth_pasn_1() local
|
D | pasn_common.h | 117 struct wpabuf *secret; member
|
D | pasn_initiator.c | 1067 struct wpabuf *wrapped_data = NULL, *secret = NULL, *frame = NULL; in wpa_pasn_auth_rx() local
|
/hostap-latest/src/tls/ |
D | tlsv1_common.c | 321 int tls_prf(u16 ver, const u8 *secret, size_t secret_len, const char *label, in tls_prf()
|
/hostap-latest/wlantest/ |
D | wlantest.c | 140 static void add_secret(struct wlantest *wt, const char *secret) in add_secret()
|
D | wlantest.h | 25 char secret[MAX_RADIUS_SECRET_LEN]; member 220 struct dl_list secret; /* struct wlantest_radius_secret */ member
|
/hostap-latest/src/eap_server/ |
D | ikev2.c | 1127 const u8 *secret; in ikev2_build_sa_auth() local
|
/hostap-latest/src/common/ |
D | dpp_crypto.c | 113 int dpp_hkdf_expand(size_t hash_len, const u8 *secret, size_t secret_len, in dpp_hkdf_expand() 503 u8 *secret, size_t *secret_len) in dpp_ecdh()
|