Searched defs:CipherRef (Results 1 – 2 of 2) sorted by relevance
105 pub fn from_nid(nid: Nid) -> Option<&'static CipherRef> { in from_nid()446 pub struct CipherRef(Opaque); struct448 impl ForeignTypeRef for CipherRef { implementation452 unsafe impl Sync for CipherRef {} implementation453 unsafe impl Send for CipherRef {} implementation455 impl CipherRef { implementation
110 type_: Option<&CipherRef>, in encrypt_init()130 type_: Option<&CipherRef>, in decrypt_init()139 type_: Option<&CipherRef>, in cipher_init()189 type_: Option<&CipherRef>, in seal_init()246 type_: Option<&CipherRef>, in open_init()693 fn aes_128_cbc(cipher: &CipherRef) { in aes_128_cbc()744 fn test_stream_cipher(cipher: &'static CipherRef) { in test_stream_cipher()823 fn output_buffer_too_small(cipher: &'static CipherRef) { in output_buffer_too_small()