Searched defs:server_cert_only (Results 1 - 3 of 3) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c119 unsigned int server_cert_only:1; member in struct:tls_connection
1436 if (!preverify_ok && depth > 0 && conn->server_cert_only)
1449 if (preverify_ok && depth == 0 && conn->server_cert_only) {
1610 conn->server_cert_only = 1;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c119 unsigned int server_cert_only:1; member in struct:tls_connection
1436 if (!preverify_ok && depth > 0 && conn->server_cert_only)
1449 if (preverify_ok && depth == 0 && conn->server_cert_only) {
1610 conn->server_cert_only = 1;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c119 unsigned int server_cert_only:1; member in struct:tls_connection
1436 if (!preverify_ok && depth > 0 && conn->server_cert_only)
1449 if (preverify_ok && depth == 0 && conn->server_cert_only) {
1610 conn->server_cert_only = 1;

Completed in 88 milliseconds