Home
last modified time | relevance | path

Searched refs:is_ocb (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/openssl/src/
Dsymm.rs408 fn is_ocb(self) -> bool { in is_ocb() method
415 const fn is_ocb(self) -> bool { in is_ocb() method
728 if is_ccm || t.is_ocb() { in encrypt_aead()
759 if is_ccm || t.is_ocb() { in decrypt_aead()