Searched refs:srv_cert_hash (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
D | tlsv1_cred.h | 20 u8 srv_cert_hash[32]; member
|
D | tlsv1_cred.c | 213 if (hexstr2bin(pos, cred->srv_cert_hash, 32) < 0) { in tlsv1_set_ca_cert()
|
D | tlsv1_client_read.c | 519 os_memcmp(conn->cred->srv_cert_hash, hash, in tls_process_certificate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/ |
D | tlsv1_cred.h | 20 u8 srv_cert_hash[32]; member
|
D | tlsv1_cred.c | 213 if (hexstr2bin(pos, cred->srv_cert_hash, 32) < 0) { in tlsv1_set_ca_cert()
|
D | tlsv1_client_read.c | 511 os_memcmp(conn->cred->srv_cert_hash, hash, in tls_process_certificate()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_wolfssl.c | 78 u8 srv_cert_hash[32]; member 1023 os_memcmp(conn->srv_cert_hash, hash, 32) != 0) { in tls_verify_cb() 1169 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) { in tls_connection_ca_cert()
|
D | tls_openssl.c | 261 u8 srv_cert_hash[32]; member 2376 os_memcmp(conn->srv_cert_hash, hash, 32) != 0) { in tls_verify_cb() 2627 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) { in tls_connection_ca_cert()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_wolfssl.c | 79 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()
|
D | tls_openssl.c | 266 u8 srv_cert_hash[32]; member 2426 os_memcmp(conn->srv_cert_hash, hash, 32) != 0) { in tls_verify_cb() 2682 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) { in tls_connection_ca_cert()
|