/hostap-latest/tests/fuzzing/tls-client/ |
D | tls-client.c | 19 struct context { struct 26 static struct wpabuf * read_msg(struct context *ctx) in read_msg() argument
|
/hostap-latest/tests/fuzzing/tls-server/ |
D | tls-server.c | 19 struct context { struct 26 static struct wpabuf * read_msg(struct context *ctx) in read_msg() argument
|
/hostap-latest/src/pae/ |
D | ieee802_1x_key.c | 35 const char *label, const u8 *context, in aes_kdf() 94 u8 context[2 * ETH_ALEN]; in ieee802_1x_cak_aes_cmac() local 113 u8 *context; in ieee802_1x_ckn_aes_cmac() local 140 u8 context[16]; in ieee802_1x_kek_aes_cmac() local 161 u8 context[16]; in ieee802_1x_ick_aes_cmac() local
|
/hostap-latest/src/crypto/ |
D | sha1-internal.c | 161 void SHAPrintContext(SHA1_CTX *context, char *msg) in SHAPrintContext() 234 void SHA1Init(SHA1_CTX* context) in SHA1Init() 248 void SHA1Update(SHA1_CTX* context, const void *_data, u32 len) in SHA1Update() 278 void SHA1Final(unsigned char digest[20], SHA1_CTX* context) in SHA1Final()
|
D | tls_wolfssl.c | 72 struct tls_context *context; member 108 struct tls_context *context = os_zalloc(sizeof(*context)); in tls_context_new() local 229 struct tls_context *context; in tls_init() local 302 struct tls_context *context = wolfSSL_CTX_get_ex_data(ssl_ctx, 0); in tls_deinit() local 862 struct tls_context *context = conn->context; in wolfssl_tls_fail_event() local 886 struct tls_context *context = conn->context; in wolfssl_tls_cert_event() local 982 struct tls_context *context; in tls_verify_cb() local 1613 struct tls_context *context; in tls_connection_set_verify() local 2046 const char *label, const u8 *context, in tls_connection_export_key()
|
D | fips_prf_openssl.c | 31 SHA_CTX context; in sha1_transform() local
|
D | tls_openssl.c | 240 struct tls_context *context; member 287 struct tls_context *context = os_zalloc(sizeof(*context)); in tls_context_new() local 773 struct tls_context *context = conn->context; in ssl_info_cb() local 942 static struct tls_session_data * get_session_data(struct tls_context *context, in get_session_data() 960 struct tls_context *context; in remove_session_cb() local 996 struct tls_context *context; in tls_init() local 1190 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_deinit() local 1691 struct tls_context *context = SSL_CTX_get_app_data(ssl); in tls_connection_init() local 2069 char *context = NULL, *name, *value; in get_value_from_field() local 2312 struct tls_context *context = conn->context; in openssl_tls_fail_event() local [all …]
|
D | tls_internal.c | 407 const char *label, const u8 *context, in tls_connection_prf() 448 const char *label, const u8 *context, in tls_connection_export_key()
|
D | tls_none.c | 97 const char *label, const u8 *context, in tls_connection_export_key()
|
D | tls_gnutls.c | 901 const char *label, const u8 *context, in tls_connection_export_key() 1112 char *values, *token, *context = NULL; in tls_match_suffix() local
|
/hostap-latest/src/eap_server/ |
D | eap_server_tls_common.c | 116 const char *label, const u8 *context, in eap_server_tls_derive_key() 157 const u8 context[] = { eap_type }; in eap_server_tls_derive_session_id() local
|
D | eap_server_tls.c | 337 const u8 *context = NULL; in eap_tls_getKey() local 372 const u8 *context = NULL; in eap_tls_get_emsk() local
|
D | eap_server_peap.c | 334 const u8 *context = NULL; in eap_peap_derive_cmk() local 1353 const u8 *context = NULL; in eap_peap_getKey() local 1418 const u8 *context = NULL; in eap_peap_get_emsk() local
|
D | eap_server_ttls.c | 1277 const u8 *context = NULL; in eap_ttls_getKey() local 1331 const u8 *context = NULL; in eap_ttls_get_emsk() local
|
/hostap-latest/wpa_supplicant/ |
D | mesh_rsn.c | 446 u8 context[RSN_SELECTOR_LEN + 2 * ETH_ALEN], *ptr = context; in mesh_rsn_derive_aek() local 479 u8 context[2 * WPA_NONCE_LEN + 2 * 2 + RSN_SELECTOR_LEN + 2 * ETH_ALEN]; in mesh_rsn_derive_mtk() local
|
D | mbo.c | 365 char *cmd, *token, *context = NULL; in wpas_mbo_update_non_pref_chan() local
|
D | ctrl_iface.c | 1292 char *token, *context = NULL; in wmm_ac_ctrl_addts() local 7191 char *token, *context = NULL; in p2p_ctrl_group_add() local 10756 char *token, *context = NULL; in wpas_ctrl_iface_mac_rand_scan() local 11174 char *token, *context = NULL; in wpas_ctrl_iface_pasn_start() local 12125 char *token, *context = NULL; in wpas_ctrl_ml_probe() local 12201 char *token, *context = NULL; in wpas_ctrl_nan_publish() local 12303 char *token, *context = NULL; in wpas_ctrl_nan_cancel_publish() local 12329 char *token, *context = NULL; in wpas_ctrl_nan_update_publish() local 12367 char *token, *context = NULL; in wpas_ctrl_nan_subscribe() local 12433 char *token, *context = NULL; in wpas_ctrl_nan_cancel_subscribe() local [all …]
|
/hostap-latest/src/eap_peer/ |
D | eap_tls_common.c | 386 const char *label, const u8 *context, in eap_peer_tls_derive_key() 427 const u8 context[] = { eap_type }; in eap_peer_tls_derive_session_id() local
|
D | eap_tls.c | 185 const u8 *context = NULL; in eap_tls_success() local
|
/hostap-latest/hostapd/ |
D | ctrl_iface.c | 3227 char *token, *context = NULL; in hostapd_ctrl_iface_req_range() local 3706 char *token, *context = NULL; in hostapd_ctrl_nan_publish() local 3779 char *token, *context = NULL; in hostapd_ctrl_nan_cancel_publish() local 3805 char *token, *context = NULL; in hostapd_ctrl_nan_update_publish() local 3843 char *token, *context = NULL; in hostapd_ctrl_nan_subscribe() local 3903 char *token, *context = NULL; in hostapd_ctrl_nan_cancel_subscribe() local 3928 char *token, *context = NULL; in hostapd_ctrl_nan_transmit() local
|
/hostap-latest/src/eap_common/ |
D | eap_teap_common.c | 175 u8 context[3]; in eap_teap_derive_imck() local
|
/hostap-latest/src/tls/ |
D | tlsv1_client.c | 550 const u8 *context, size_t context_len, in tlsv1_client_prf()
|
D | tlsv1_server.c | 474 const u8 *context, size_t context_len, in tlsv1_server_prf()
|
/hostap-latest/src/ap/ |
D | ap_config.c | 328 char *context; in hostapd_config_read_wpa_psk() local
|
/hostap-latest/src/utils/ |
D | os_unix.c | 658 char *token, *context = NULL; in testing_set_fail_pattern() local
|