Home
last modified time | relevance | path

Searched defs:SSL_CTX_set_cipher_list (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs462 pub fn SSL_CTX_set_cipher_list(ssl: *mut SSL_CTX, s: *const c_char) -> c_int; in SSL_CTX_set_cipher_list() function
/third_party/openssl/ssl/
Dssl_lib.c2743 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) in SSL_CTX_set_cipher_list() function