Searched refs:SSL_CTX_clear_options (Results 1 - 6 of 6) sorted by relevance

/external/boringssl/include/openssl/
H A Dssl.h567 /* SSL_CTX_clear_options disables all options set in |options| (which should be
570 OPENSSL_EXPORT uint32_t SSL_CTX_clear_options(SSL_CTX *ctx, uint32_t options);
4220 #define SSL_CTX_clear_options SSL_CTX_clear_options macro
/external/boringssl/src/include/openssl/
H A Dssl.h567 /* SSL_CTX_clear_options disables all options set in |options| (which should be
570 OPENSSL_EXPORT uint32_t SSL_CTX_clear_options(SSL_CTX *ctx, uint32_t options);
4220 #define SSL_CTX_clear_options SSL_CTX_clear_options macro
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c4123 #ifdef SSL_CTX_clear_options
4125 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c4123 #ifdef SSL_CTX_clear_options
4125 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c4123 #ifdef SSL_CTX_clear_options
4125 SSL_CTX_clear_options(ssl_ctx, SSL_OP_NO_TICKET);
/external/boringssl/src/ssl/
H A Dssl_lib.c823 uint32_t SSL_CTX_clear_options(SSL_CTX *ctx, uint32_t options) { function

Completed in 168 milliseconds