Searched refs:server_cert_only (Results 1 - 12 of 12) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_cred.h19 unsigned int server_cert_only:1; member in struct:tlsv1_credentials
H A Dtlsv1_client_read.c501 if (conn->cred && conn->cred->server_cert_only && chain) {
604 if (conn->cred && !conn->cred->server_cert_only && chain &&
H A Dtlsv1_cred.c219 cred->server_cert_only = 1;
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_cred.h19 unsigned int server_cert_only:1; member in struct:tlsv1_credentials
H A Dtlsv1_client_read.c501 if (conn->cred && conn->cred->server_cert_only && chain) {
604 if (conn->cred && !conn->cred->server_cert_only && chain &&
H A Dtlsv1_cred.c219 cred->server_cert_only = 1;
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_cred.h19 unsigned int server_cert_only:1; member in struct:tlsv1_credentials
H A Dtlsv1_client_read.c501 if (conn->cred && conn->cred->server_cert_only && chain) {
604 if (conn->cred && !conn->cred->server_cert_only && chain &&
H A Dtlsv1_cred.c219 cred->server_cert_only = 1;
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c245 unsigned int server_cert_only:1; member in struct:tls_connection
1953 if (!preverify_ok && depth > 0 && conn->server_cert_only)
1970 if (depth == 0 && conn->server_cert_only) {
2206 conn->server_cert_only = 1;
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c245 unsigned int server_cert_only:1; member in struct:tls_connection
1953 if (!preverify_ok && depth > 0 && conn->server_cert_only)
1970 if (depth == 0 && conn->server_cert_only) {
2206 conn->server_cert_only = 1;
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c245 unsigned int server_cert_only:1; member in struct:tls_connection
1953 if (!preverify_ok && depth > 0 && conn->server_cert_only)
1970 if (depth == 0 && conn->server_cert_only) {
2206 conn->server_cert_only = 1;

Completed in 211 milliseconds