Home
last modified time | relevance | path

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

/external/rust/crates/openssl/src/
Dcipher.rs105 pub fn from_nid(nid: Nid) -> Option<&'static CipherRef> { in from_nid()
446 pub struct CipherRef(Opaque); struct
448 impl ForeignTypeRef for CipherRef { implementation
452 unsafe impl Sync for CipherRef {} implementation
453 unsafe impl Send for CipherRef {} implementation
455 impl CipherRef { implementation
Dcipher_ctx.rs110 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()