/hostap-latest/src/radius/ |
D | radius.c | 462 size_t secret_len) in radius_msg_finish() 487 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_srv() 524 size_t secret_len, in radius_msg_finish_das_resp() 559 size_t secret_len) in radius_msg_finish_acct() 580 size_t secret_len, const u8 *req_authenticator) in radius_msg_finish_acct_resp() 601 size_t secret_len) in radius_msg_verify_acct_req() 623 size_t secret_len, in radius_msg_verify_das_req() 943 size_t secret_len, const u8 *req_auth) in radius_msg_verify_msg_auth() 993 size_t secret_len, struct radius_msg *sent_msg, int auth) in radius_msg_verify() 1140 const u8 *secret, size_t secret_len, size_t *reslen) in decrypt_ms_key() [all …]
|
/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 | tls_mbedtls_alt.c | 2008 size_t secret_len, 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_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()
|
D | tls_wolfssl.c | 2147 static int tls_sess_sec_cb(WOLFSSL *s, void *secret, int *secret_len, void *arg) in tls_sess_sec_cb()
|
D | tls_openssl.c | 5782 static int tls_sess_sec_cb(SSL *s, void *secret, int *secret_len, in tls_sess_sec_cb()
|
/hostap-latest/src/common/ |
D | dpp_auth.c | 421 size_t secret_len; in dpp_auth_build_resp_ok() local 675 size_t secret_len; in dpp_auth_req_rx() local 1171 size_t secret_len; in dpp_auth_init() local 1407 size_t secret_len; in dpp_auth_resp_rx() local
|
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()
|
D | dpp.h | 320 size_t secret_len; member
|
/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/src/eap_server/ |
D | eap_server_ikev2.c | 32 size_t *secret_len) in eap_ikev2_get_shared_secret()
|
D | ikev2.c | 1128 size_t secret_len; in ikev2_build_sa_auth() local
|