Home
last modified time | relevance | path

Searched refs:srv_cert_hash (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dtlsv1_cred.h20 u8 srv_cert_hash[32]; member
Dtlsv1_cred.c213 if (hexstr2bin(pos, cred->srv_cert_hash, 32) < 0) { in tlsv1_set_ca_cert()
Dtlsv1_client_read.c519 os_memcmp(conn->cred->srv_cert_hash, hash, in tls_process_certificate()
/external/wpa_supplicant_8/src/crypto/
Dtls_wolfssl.c79 u8 srv_cert_hash[32]; member
1030 os_memcmp(conn->srv_cert_hash, hash, 32) != 0) { in tls_verify_cb()
1176 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) { in tls_connection_ca_cert()
Dtls_openssl.c288 u8 srv_cert_hash[32]; member
2448 os_memcmp(conn->srv_cert_hash, hash, 32) != 0) { in tls_verify_cb()
2704 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) { in tls_connection_ca_cert()