OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SSL_CTX_clear_options
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/ssl/
ssl_lib.c
823
uint32_t
SSL_CTX_clear_options
(SSL_CTX *ctx, uint32_t options) {
[
all
...]
/external/boringssl/src/include/openssl/
ssl.h
567
/*
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);
[
all
...]
Completed in 35 milliseconds