Home
last modified time | relevance | path

Searched defs:ciphertexts (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tink/cc/streamingaead/
H A Ddecrypting_random_access_stream_test.cc131 std::vector<std::unique_ptr<RandomAccessStream>> ciphertexts; in TEST() local
178 std::vector<std::unique_ptr<RandomAccessStream>> ciphertexts; in TEST() local
236 std::vector<std::unique_ptr<RandomAccessStream>> ciphertexts; in TEST() local
H A Ddecrypting_input_stream_test.cc151 std::vector<std::unique_ptr<InputStream>> ciphertexts; in TEST() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/subtle/
H A DRsaKemHybridEncryptTest.java66 Set<String> ciphertexts = new TreeSet<>(); in encrypt_decrypt_success() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/
H A DEciesAeadHkdfHybridEncryptTest.java89 Set<String> ciphertexts = new TreeSet<String>(); in testBasicMultipleEncrypts() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/subtle/
H A DAesGcmSivTest.java278 HashSet<String> ciphertexts = new HashSet<String>(); in testRandomNonce() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DChaCha20Poly1305Test.java229 HashSet<String> ciphertexts = new HashSet<String>(); in testRandomNonce() local
H A DXChaCha20Poly1305Test.java228 HashSet<String> ciphertexts = new HashSet<>(); in testRandomNonce() local
H A DAesGcmJceTest.java328 HashSet<String> ciphertexts = new HashSet<>(); in testRandomNonce() local
H A DAesEaxJceTest.java276 HashSet<String> ciphertexts = new HashSet<>(); in testRandomNonce() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/internal/
H A DInsecureNonceChaCha20Poly1305Test.java248 HashSet<String> ciphertexts = new HashSet<>(); in testNonce() local
H A DInsecureNonceAesGcmJceTest.java416 HashSet<String> ciphertexts = new HashSet<>(); in testRandomNonce() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/examples/
Dldt_benchmark.rs46 let ciphertexts = scenarios in main() localVariable
/aosp_15_r20/external/tink/cc/aead/
H A Dkms_envelope_aead_test.cc212 std::vector<google::crypto::tink::AesGcmKey> ciphertexts; in TEST_F() local
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/tests/
Dclient_tests.rs403 let mut ciphertexts = vec![ciphertext]; in test_out_of_order_application_messages() localVariable