Searched defs:bio (Results 1 – 5 of 5) sorted by relevance
17 pub(crate) mod bio; module
20 mod bio; module
46 let bio = BioSlice::from_byte(pem)?; in from_pem() localVariable65 let bio = BioSlice::from_byte(pem)?; in stack_from_pem() localVariable
50 let bio = check_ptr(BIO_new_mem_buf( in from_byte() localVariable168 let bio = check_ptr(BIO_new(bio_method.get()))?; in new() localVariable
73 let bio = self.ssl.get_raw_bio(); in get_ref() localVariable80 let bio = self.ssl.get_raw_bio(); in get_mut() localVariable