Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dtlsv1_client_read.c31 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello()
215 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate()
534 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, in tls_process_server_key_exchange()
624 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_request()
687 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello_done()
744 u8 ct, const u8 *in_data, in tls_process_server_change_cipher_spec()
813 static int tls_process_server_finished(struct tlsv1_client *conn, u8 ct, in tls_process_server_finished()
941 static int tls_process_application_data(struct tlsv1_client *conn, u8 ct, in tls_process_application_data()
972 int tlsv1_client_process_handshake(struct tlsv1_client *conn, u8 ct, in tlsv1_client_process_handshake()
Dtlsv1_server_read.c31 static int tls_process_client_hello(struct tlsv1_server *conn, u8 ct, in tls_process_client_hello()
278 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, in tls_process_certificate()
689 static int tls_process_client_key_exchange(struct tlsv1_server *conn, u8 ct, in tls_process_client_key_exchange()
767 static int tls_process_certificate_verify(struct tlsv1_server *conn, u8 ct, in tls_process_certificate_verify()
1014 u8 ct, const u8 *in_data, in tls_process_change_cipher_spec()
1063 static int tls_process_client_finished(struct tlsv1_server *conn, u8 ct, in tls_process_client_finished()
1201 int tlsv1_server_process_handshake(struct tlsv1_server *conn, u8 ct, in tlsv1_server_process_handshake()
Dtlsv1_server.c112 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local
239 u8 alert, *out_end, *out_pos, ct; in tlsv1_server_decrypt() local
Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local
312 u8 alert, *out_pos, ct; in tlsv1_client_decrypt() local
Dtlsv1_record.c291 u8 ct; in tlsv1_record_receive() local
/hal_espressif-3.6.0/components/esp_hw_support/test/
Dtest_fastbus.c46 int ct[256]; in tskOne() local
/hal_espressif-3.6.0/components/wpa_supplicant/src/crypto/
Daes_i.h111 #define PUTU32(ct, st) { *((u32 *)(ct)) = SWAP((st)); } argument
115 #define PUTU32(ct, st) { \ argument
/hal_espressif-3.6.0/components/esp_hw_support/port/esp32/
Desp_himem.c102 static void set_bank(int virt_bank, int phys_bank, int ct) in set_bank()
/hal_espressif-3.6.0/components/fatfs/src/
Dff.c6106 UINT ct; local
6226 UINT wi, ct; member