Home
last modified time | relevance | path

Searched defs:ct (Results 1 – 10 of 10) sorted by relevance

/hostap-latest/src/tls/
Dtlsv1_client_read.c78 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()
Dtlsv1_server_read.c121 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()
Dtlsv1_client.c169 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
Dtlsv1_server.c137 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
Dtlsv1_record.c287 u8 ct; in tlsv1_record_receive() local
/hostap-latest/src/crypto/
Daes_i.h111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } argument
115 #define PUTU32(ct, st) { \ argument
Dcrypto_module_tests.c2208 const char *ct; member
2320 struct wpabuf *info, *pk_r, *sk_r, *enc, *pt, *aad, *ct; in run_hpke_test() local
Dcrypto_openssl.c5103 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/
Dhttp_curl.c1683 char ct[200]; in http_post() local
/hostap-latest/src/drivers/
Ddriver_nl80211.c1796 enum nl80211_channel_type ct = in get_channel_info() local
5003 enum nl80211_channel_type ct; in nl80211_put_freq_params() local