Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dssl.rs489 pub fn SSL_get_rbio(ssl: *const SSL) -> *mut BIO; in SSL_get_rbio() function
/third_party/openssl/ssl/
Dssl_lib.c1330 BIO *SSL_get_rbio(const SSL *s) in SSL_get_rbio() function