Searched refs:srv_cert_hash (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/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()
|
/hostap-latest/src/crypto/ |
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()
|
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()
|
/hostap-latest/tests/hwsim/ |
D | test_ap_eap.py | 3120 srv_cert_hash = "afe085c36fd9533180aebfa286068e7cf093036e7178138f353a1dfeada129f8" 3132 if "hash=" + srv_cert_hash not in ev: 3160 ca_cert="hash://server/sha256/" + srv_cert_hash,
|