Searched defs:create_ciphertext (Results 1 – 2 of 2) sorted by relevance
151 pub fn create_ciphertext<F>( in create_ciphertext() method298 pub fn create_ciphertext<F>(self, plaintext: &[u8], external_aad: &[u8], cipher: F) -> Self in create_ciphertext() method426 pub fn create_ciphertext<F>(self, plaintext: &[u8], external_aad: &[u8], cipher: F) -> Self in create_ciphertext() method
1151 async fn create_ciphertext( in create_ciphertext() function