Searched refs:tls_process_certificate (Results 1 – 2 of 2) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/tls/ |
D | tlsv1_client_read.c | 359 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate() function 1282 return tls_process_certificate(conn, ct, in_data, in tls_process_server_change_cipher_spec() 1526 if (tls_process_certificate(conn, ct, buf, len)) in tlsv1_client_process_handshake()
|
D | tlsv1_server_read.c | 396 static int tls_process_certificate(struct tlsv1_server *conn, u8 ct, in tls_process_certificate() function 1291 if (tls_process_certificate(conn, ct, buf, len)) in tlsv1_server_process_handshake()
|