Home
last modified time | relevance | path

Searched defs:bio (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
Dmod.rs17 pub(crate) mod bio; module
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dmod.rs20 mod bio; module
Dx509.rs46 let bio = BioSlice::from_byte(pem)?; in from_pem() localVariable
65 let bio = BioSlice::from_byte(pem)?; in stack_from_pem() localVariable
Dbio.rs50 let bio = check_ptr(BIO_new_mem_buf( in from_byte() localVariable
168 let bio = check_ptr(BIO_new(bio_method.get()))?; in new() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dstream.rs73 let bio = self.ssl.get_raw_bio(); in get_ref() localVariable
80 let bio = self.ssl.get_raw_bio(); in get_mut() localVariable