Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/tls/
Dtlsv1_client_read.c81 static int tls_process_server_hello(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello()
359 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate()
828 static int tls_process_certificate_status(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_status()
1026 static int tls_process_server_key_exchange(struct tlsv1_client *conn, u8 ct, in tls_process_server_key_exchange()
1123 static int tls_process_certificate_request(struct tlsv1_client *conn, u8 ct, in tls_process_certificate_request()
1187 static int tls_process_server_hello_done(struct tlsv1_client *conn, u8 ct, in tls_process_server_hello_done()
1254 u8 ct, const u8 *in_data, in tls_process_server_change_cipher_spec()
1324 static int tls_process_server_finished(struct tlsv1_client *conn, u8 ct, in tls_process_server_finished()
1457 static int tls_process_application_data(struct tlsv1_client *conn, u8 ct, in tls_process_application_data()
1488 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_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_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_record.c287 u8 ct; in tlsv1_record_receive() local
/hal_espressif-latest/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-latest/components/esp_psram/esp32/
Desp_himem.c104 static void set_bank(int virt_bank, int phys_bank, int ct) in set_bank()