Home
last modified time | relevance | path

Searched refs:CipherCtxRef (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dcipher_ctx.rs82 pub struct CipherCtxRef; structure names
107 impl CipherCtxRef { impls
H A Dsymm.rs55 use crate::cipher_ctx::{CipherCtx, CipherCtxRef};
502 Mode::Encrypt => CipherCtxRef::encrypt_init, in new()
503 Mode::Decrypt => CipherCtxRef::decrypt_init, in new()

Completed in 4 milliseconds