Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs470 pub fn SSL_get_current_cipher(ssl: *const SSL) -> *const SSL_CIPHER; in SSL_get_current_cipher() function
/third_party/openssl/ssl/
Dssl_lib.c4206 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) in SSL_get_current_cipher() function