Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/coset/
DCHANGELOG.md92 - `CoseRecipientBuilder::try_create_ciphertext()`
93 - `CoseEncryptBuilder::try_create_ciphertext()`
94 - `CoseEncrypt0Builder::try_create_ciphertext()`
/external/rust/android-crates-io/crates/coset/src/encrypt/
Dtests.rs784 .try_create_ciphertext( in test_cose_recipient_result()
794 .try_create_ciphertext( in test_cose_recipient_result()
951 .try_create_ciphertext(pt, external_aad, |pt, aad| cipher.encrypt(pt, aad)) in test_cose_encrypt_status()
956 .try_create_ciphertext(pt, external_aad, |pt, aad| cipher.fail_encrypt(pt, aad)); in test_cose_encrypt_status()
1065 .try_create_ciphertext(pt, external_aad, |pt, aad| cipher.encrypt(pt, aad)) in test_cose_encrypt0_status()
1070 .try_create_ciphertext(pt, external_aad, |pt, aad| cipher.fail_encrypt(pt, aad)); in test_cose_encrypt0_status()
Dmod.rs172 pub fn try_create_ciphertext<F, E>( in try_create_ciphertext() method
313 pub fn try_create_ciphertext<F, E>( in try_create_ciphertext() method
441 pub fn try_create_ciphertext<F, E>( in try_create_ciphertext() method