Searched refs:decrypt_detached (Results 1 – 8 of 8) sorted by relevance
/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/aead/ |
D | aes_gcm_siv.rs | 93 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)]
|
D | aes_gcm.rs | 95 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/ |
D | aes_gcm.rs | 56 fn decrypt_detached( in decrypt_detached() method 97 fn decrypt_detached( in decrypt_detached() method
|
D | aes_gcm_siv.rs | 53 fn decrypt_detached( in decrypt_detached() method 96 fn decrypt_detached( in decrypt_detached() method
|
/external/rust/beto-rust/nearby/crypto/crypto_provider/src/ |
D | aead.rs | 79 fn decrypt_detached( in decrypt_detached() method
|
/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/ |
D | lib.rs | 380 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/ |
D | aes_gcm.rs | 82 fn decrypt_detached( in decrypt_detached() method
|
D | aes_gcm_siv.rs | 82 fn decrypt_detached( in decrypt_detached() method
|