Home
last modified time | relevance | path

Searched refs:decrypt_detached (Results 1 – 8 of 8) sorted by relevance

/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aead/
Daes_gcm_siv.rs93 assert!(aes.decrypt_detached(&mut buf, b"", &nonce, &tag).is_ok());
116 aes.decrypt_detached(&mut buf, &aad, &nonce, &bad_tag).expect_err("Decryption should fail");
160 assert!(aes.decrypt_detached(&mut buf, b"", &nonce, &actual_tag).is_ok());
201 assert!(aes.decrypt_detached(&mut buf, b"", &nonce, &tag).is_ok());
219 aes.decrypt_detached(&mut buf, &aad, &nonce, &bad_tag)
264 #[case::decrypt_detached(aes_128_gcm_siv_test_decrypt_detached)]
Daes_gcm.rs95 assert!(aes.decrypt_detached(&mut buf, &ad, &nonce, &tag).is_ok());
112 aes.decrypt_detached(&mut buf, b"", &nonce, &bad_tag)
158 assert!(aes.decrypt_detached(&mut buf, &ad, &nonce, &actual_tag).is_ok());
199 assert!(aes.decrypt_detached(&mut buf, b"", &nonce, &tag).is_ok());
217 aes.decrypt_detached(&mut buf, &aad, &nonce, &bad_tag)
263 #[case::decrypt_detached(aes_128_gcm_test_decrypt_detached)]
/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/aead/
Daes_gcm.rs56 fn decrypt_detached( in decrypt_detached() method
97 fn decrypt_detached( in decrypt_detached() method
Daes_gcm_siv.rs53 fn decrypt_detached( in decrypt_detached() method
96 fn decrypt_detached( in decrypt_detached() method
/external/rust/beto-rust/nearby/crypto/crypto_provider/src/
Daead.rs79 fn decrypt_detached( in decrypt_detached() method
/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/
Dlib.rs380 fn decrypt_detached( in decrypt_detached() method
457 fn decrypt_detached( in decrypt_detached() method
/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/aead/
Daes_gcm.rs82 fn decrypt_detached( in decrypt_detached() method
Daes_gcm_siv.rs82 fn decrypt_detached( in decrypt_detached() method