Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/tls/
H A Dtlsv1_cred.h20 u8 srv_cert_hash[32]; member
H A Dtlsv1_cred.c213 if (hexstr2bin(pos, cred->srv_cert_hash, 32) < 0) { in tlsv1_set_ca_cert()
H A Dtlsv1_client_read.c519 os_memcmp(conn->cred->srv_cert_hash, hash, in tls_process_certificate()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c84 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 Dtls_openssl.c268 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()