Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/encrypt/
Dmod.rs151 pub fn create_ciphertext<F>( in create_ciphertext() method
298 pub fn create_ciphertext<F>(self, plaintext: &[u8], external_aad: &[u8], cipher: F) -> Self in create_ciphertext() method
426 pub fn create_ciphertext<F>(self, plaintext: &[u8], external_aad: &[u8], cipher: F) -> Self in create_ciphertext() method
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmod.rs1151 async fn create_ciphertext( in create_ciphertext() function