Home
last modified time | relevance | path

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

/rust/bssl-crypto/src/
A Daead.rs79 fn open(&self, nonce: &Self::Nonce, ciphertext: &[u8], ad: &[u8]) -> Option<Vec<u8>>; in open() method
205 fn open(&self, nonce: &[u8; NONCE_LEN], ciphertext: &[u8], ad: &[u8]) -> Option<Vec<u8>> { in open() method
A Dhpke.rs425 pub fn open(&mut self, ciphertext: &[u8], aad: &[u8]) -> Option<Vec<u8>> { in open() method

Completed in 11 milliseconds