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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_cred.h20 u8 srv_cert_hash[32]; member in struct:tlsv1_credentials
H A Dtlsv1_cred.c213 if (hexstr2bin(pos, cred->srv_cert_hash, 32) < 0) {
H A Dtlsv1_client_read.c511 os_memcmp(conn->cred->srv_cert_hash, hash,
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dtls_wolfssl.c78 u8 srv_cert_hash[32]; member in struct:tls_connection
1023 os_memcmp(conn->srv_cert_hash, hash, 32) != 0) {
1169 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) {
H A Dtls_openssl.c261 u8 srv_cert_hash[32]; member in struct:tls_connection
2376 os_memcmp(conn->srv_cert_hash, hash, 32) != 0) {
2627 if (hexstr2bin(pos, conn->srv_cert_hash, 32) < 0) {

Completed in 168 milliseconds