Searched refs:SSL_VERIFY_NONE (Results 1 - 13 of 13) sorted by relevance

/external/openssl/apps/
H A Ds_time.c129 static int tm_verify = SSL_VERIFY_NONE;
152 tm_verify = SSL_VERIFY_NONE;
H A Ds_server.c268 static int s_server_verify=SSL_VERIFY_NONE;
430 s_server_verify=SSL_VERIFY_NONE;
1859 SSL_CTX_set_verify(ctx, SSL_VERIFY_NONE,verify_callback);
H A Ds_client.c576 int reconnect=0,badop=0,verify=SSL_VERIFY_NONE,bugs=0;
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1212 SSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL);
1301 SSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL);
/external/openssl/ssl/
H A Ds2_clnt.c1049 if ((s->verify_mode != SSL_VERIFY_NONE) && (i <= 0))
H A Dssl.h1439 /* use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 2 options
1441 #define SSL_VERIFY_NONE 0x00 macro
H A Dssltest.c1102 SSL_CTX_set_verify(s_ctx,SSL_VERIFY_NONE,verify_callback);
H A Ds3_clnt.c1217 if ((s->verify_mode != SSL_VERIFY_NONE) && (i <= 0)
H A Dssl_lib.c1769 ret->verify_mode=SSL_VERIFY_NONE;
/external/openssl/include/openssl/
H A Dssl.h1439 /* use either SSL_VERIFY_NONE or SSL_VERIFY_PEER, the last 2 options
1441 #define SSL_VERIFY_NONE 0x00 macro
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c1578 SSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c1578 SSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c1578 SSL_set_verify(conn->ssl, SSL_VERIFY_NONE, NULL);

Completed in 181 milliseconds