/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/ |
H A D | aes.rs | 162 let plaintext = decode_hex("6bc1bee22e409f96e93d7e117393172a"); in aes_128() localVariable 172 let plaintext = decode_hex("6bc1bee22e409f96e93d7e117393172a"); in aes_256() localVariable
|
H A D | hpke.rs | 454 plaintext: [u8; 29], // pt field 504 let plaintext: &[u8] = b"plaintext"; in all_algorithms() localVariable 616 let plaintext = ctx.open(&test.ciphertext, &test.associated_data).unwrap(); in open_with_vector() localVariable
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/ |
H A D | aes.rs | 162 let plaintext = decode_hex("6bc1bee22e409f96e93d7e117393172a"); in aes_128() localVariable 172 let plaintext = decode_hex("6bc1bee22e409f96e93d7e117393172a"); in aes_256() localVariable
|
H A D | hpke.rs | 404 plaintext: [u8; 29], // pt field 448 let plaintext: &[u8] = b"plaintext"; in all_algorithms() localVariable 560 let plaintext = ctx.open(&test.ciphertext, &test.associated_data).unwrap(); in open_with_vector() localVariable
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/hybrid/subtle/ |
H A D | RsaKemHybridDecryptTest.java | 156 String plaintext; field in RsaKemHybridDecryptTest.RsaKemHybridTestVector 165 String plaintext, in RsaKemHybridTestVector()
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/examples/ |
D | ldt_benchmark.rs | 136 plaintext: Vec<u8>, field 147 let plaintext = random_vec::<C>(rng, plaintext_len); in random_ldt_scenario() localVariable
|
/aosp_15_r20/system/keymaster/key_blob_utils/ |
H A D | ocb_utils.cpp | 115 const KeymasterKeyBlob& plaintext, const Buffer& nonce, in OcbEncryptKey() 148 const Buffer& tag, KeymasterKeyBlob* plaintext) { in OcbDecryptKey()
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | CipherTest.java | 139 private final byte[] plaintext; field in CipherTest.KatVector 152 private KatVector(byte[] plaintext, byte[] ciphertext) { in KatVector() 156 private KatVector(byte[] plaintext, AlgorithmParameterSpec params, byte[] ciphertext) { in KatVector() 1989 String transformation, Key encryptionKey, byte[] plaintext) { in truncatePlaintextIfNecessary()
|
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs-core/src/crypto/ |
D | test_suite.rs | 211 let plaintext = cs in verify_aead_tests() localVariable 236 plaintext: Vec<u8>, field 356 let plaintext = cs.random_bytes_vec(pt_size).unwrap(); in generate_hpke_tests() localVariable 574 plaintext: Vec<u8>, field
|
/aosp_15_r20/external/sdk-platform-java/test/integration/apis/kms/v1/ |
H A D | service.proto | 841 bytes plaintext = 2 [(google.api.field_behavior) = REQUIRED]; field 1068 bytes plaintext = 1; field 1211 bytes plaintext = 1; field
|
/aosp_15_r20/external/mbedtls/tests/src/ |
H A D | psa_exercise_key.c | 152 const unsigned char plaintext[16] = "Hello, world..."; in exercise_cipher_key() local 226 unsigned char plaintext[16] = "Hello, world..."; in exercise_aead_key() local 365 unsigned char plaintext[256] = "Hello, world..."; in exercise_asymmetric_encryption_key() local
|
/aosp_15_r20/external/tink/cc/subtle/ |
H A D | test_util.h | 84 std::string GenerateCiphertext(absl::string_view plaintext) { in GenerateCiphertext() 106 const std::vector<uint8_t>& plaintext, in EncryptSegment()
|
H A D | aes_siv_boringssl.cc | 210 absl::string_view plaintext, absl::string_view associated_data) const { in EncryptDeterministically() 238 std::string plaintext; in DecryptDeterministically() local
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/ |
H A D | chacha20_poly1305_encrypter_test.cc | 77 absl::string_view plaintext) { in EncryptWithNonce() 104 std::string plaintext = "plaintext"; in TEST_F() local
|
H A D | chacha20_poly1305_tls_encrypter_test.cc | 77 absl::string_view plaintext) { in EncryptWithNonce() 104 std::string plaintext = "plaintext"; in TEST_F() local
|
/aosp_15_r20/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/ |
D | TunUtils.java | 149 public boolean hasPlaintextPacket(byte[] plaintext, int startIndex) { in hasPlaintextPacket() 163 int spi, byte[] plaintext, boolean useEncap, int expectedPacketSize) throws Exception { in awaitEspPacketNoPlaintext()
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/xts_aes/tests/ |
D | xts_nist_test_vectors.rs | 124 let plaintext = map in parse_test_vector() localVariable 183 plaintext: Vec<u8>, field
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | aes_util_test.cc | 50 std::string plaintext; member 100 auto plaintext = in TEST_F() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/aead/ |
H A D | AesEaxKeyManagerTest.java | 160 public byte[] plaintext; field in AesEaxKeyManagerTest.PublicTestVector 169 String plaintext, in PublicTestVector()
|
H A D | AesGcmKeyManagerTest.java | 145 public byte[] plaintext; field in AesGcmKeyManagerTest.NistTestVector 154 String plaintext, in NistTestVector()
|
/aosp_15_r20/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | TunUtils.java | 143 int spi, byte[] plaintext, boolean useEncap, int expectedPacketSize) throws Exception { in awaitEspPacketNoPlaintext() 187 byte[] pkt, int spi, boolean encap, byte[] plaintext) { in isEspFailIfSpecifiedPlaintextFound()
|
/aosp_15_r20/external/tink/cc/hybrid/ |
H A D | hybrid_decrypt_wrapper_test.cc | 138 std::string plaintext = "some_plaintext"; in TEST_F() local 280 constexpr absl::string_view plaintext = "This is some plaintext!"; in TEST_F() local
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/subtle/ |
H A D | AesGcmHkdfStreaming.java | 232 ByteBuffer plaintext, boolean isLastSegment, ByteBuffer ciphertext) in encryptSegment() 296 ByteBuffer ciphertext, int segmentNr, boolean isLastSegment, ByteBuffer plaintext) in decryptSegment()
|
/aosp_15_r20/external/cronet/components/metrics/net/ |
H A D | net_metrics_log_uploader.cc | 303 bool EncryptString(const std::string& plaintext, std::string* encrypted) { 321 bool EncryptAndBase64EncodeString(const std::string& plaintext,
|
/aosp_15_r20/external/rust/android-crates-io/crates/ring/tests/ |
D | aead_tests.rs | 91 plaintext: &'a [u8], field 106 let plaintext = test_case.consume_bytes("IN"); in test_aead() localVariable 466 let plaintext = test_case.consume_bytes("IN"); in aead_chacha20_poly1305_openssh() localVariable
|