/hostap-latest/src/tls/ |
D | tlsv1_client_read.c | 78 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello() 354 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate() 824 static int tls_process_certificate_status(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_status() 1022 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, in tls_process_server_key_exchange() 1119 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_request() 1183 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello_done() 1250 u8 ct, const u8 *in_data, in tls_process_server_change_cipher_spec() 1320 static int tls_process_server_finished(struct tlsv1_client *conn, u8 ct, in tls_process_server_finished() 1453 static int tls_process_application_data(struct tlsv1_client *conn, u8 ct, in tls_process_application_data() 1484 int tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, in tlsv1_client_process_handshake()
|
D | tlsv1_server_read.c | 121 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, in tls_process_client_hello() 396 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, in tls_process_certificate() 807 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, in tls_process_client_key_exchange() 884 static int tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, in tls_process_certificate_verify() 1046 u8 ct, const u8 *in_data, in tls_process_change_cipher_spec() 1095 static int tls_process_client_finished(struct tlsv1_server *conn, u8 ct, in tls_process_client_finished() 1269 int tlsv1_server_process_handshake(struct tlsv1_server *conn, u8 ct, in tlsv1_server_process_handshake()
|
D | tlsv1_client.c | 169 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local 336 u8 alert, *out_pos, ct; in tlsv1_client_decrypt() local
|
D | tlsv1_server.c | 137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local 266 u8 alert, *out_end, *out_pos, ct; in tlsv1_server_decrypt() local
|
D | tlsv1_record.c | 287 u8 ct; in tlsv1_record_receive() local
|
/hostap-latest/src/crypto/ |
D | aes_i.h | 111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } argument 115 #define PUTU32(ct, st) { \ argument
|
D | crypto_module_tests.c | 2208 const char *ct; member 2320 struct wpabuf *info, *pk_r, *sk_r, *enc, *pt, *aad, *ct; in run_hpke_test() local
|
D | crypto_openssl.c | 5103 struct wpabuf *ct = NULL; in hpke_aead_seal() local 5165 struct wpabuf *ct = NULL, *enc_ct = NULL; in hpke_base_seal_int() local 5258 const u8 *ct, size_t ct_len) in hpke_aead_open()
|
/hostap-latest/src/utils/ |
D | http_curl.c | 1683 char ct[200]; in http_post() local
|
/hostap-latest/src/drivers/ |
D | driver_nl80211.c | 1796 enum nl80211_channel_type ct = in get_channel_info() local 5003 enum nl80211_channel_type ct; in nl80211_put_freq_params() local
|