Home
last modified time | relevance | path

Searched refs:tls_process_certificate (Results 1 – 4 of 4) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_client_read.c346 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate() function
1269 return tls_process_certificate(conn, ct, in_data, in tls_process_server_change_cipher_spec()
1513 if (tls_process_certificate(conn, ct, buf, len)) in tlsv1_client_process_handshake()
Dtlsv1_server_read.c396 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_client_read.c354 static int tls_process_certificate(struct tlsv1_client *conn, u8 ct, in tls_process_certificate() function
1277 return tls_process_certificate(conn, ct, in_data, in tls_process_server_change_cipher_spec()
1521 if (tls_process_certificate(conn, ct, buf, len)) in tlsv1_client_process_handshake()
Dtlsv1_server_read.c396 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()