Home | Sort by relevance Sort by last modified time |
/external/wpa_supplicant_8/src/tls/ | |
tlsv1_cred.h | 20 u8 srv_cert_hash[32]; member in struct:tlsv1_credentials |
tlsv1_cred.c | 213 if (hexstr2bin(pos, cred->srv_cert_hash, 32) < 0) { [all...] |
tlsv1_client_read.c | 511 os_memcmp(conn->cred->srv_cert_hash, hash, [all...] |
/external/wpa_supplicant_8/src/crypto/ | |
tls_wolfssl.c | 78 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) { [all...] |
tls_openssl.c | 268 u8 srv_cert_hash[32]; member in struct:tls_connection [all...] |