Searched refs:try_create_ciphertext (Results 1 – 3 of 3) sorted by relevance
/external/rust/android-crates-io/crates/coset/ |
D | CHANGELOG.md | 92 - `CoseRecipientBuilder::try_create_ciphertext()` 93 - `CoseEncryptBuilder::try_create_ciphertext()` 94 - `CoseEncrypt0Builder::try_create_ciphertext()`
|
/external/rust/android-crates-io/crates/coset/src/encrypt/ |
D | tests.rs | 784 .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()
|
D | mod.rs | 172 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
|