Searched refs:srv_cert_hash (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/wpa/src/tls/ |
| H A D | tlsv1_cred.h | 20 u8 srv_cert_hash[32]; member
|
| H A D | tlsv1_cred.c | 213 if (hexstr2bin(pos, cred->srv_cert_hash, 32) < 0) { in tlsv1_set_ca_cert()
|
| H A D | tlsv1_client_read.c | 519 os_memcmp(conn->cred->srv_cert_hash, hash, in tls_process_certificate()
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | tls_wolfssl.c | 84 u8 srv_cert_hash[32]; member 1054 os_memcmp(conn->srv_cert_hash, hash, 32) != 0) { in tls_verify_cb() 1205 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) { in tls_connection_ca_cert()
|
| H A D | tls_openssl.c | 268 u8 srv_cert_hash[32]; member 2575 os_memcmp(conn->srv_cert_hash, hash, 32) != 0) { in tls_verify_cb() 2826 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) { in tls_connection_ca_cert()
|