Home
last modified time | relevance | path

Searched defs:plaintext (Results 101 – 125 of 540) sorted by relevance

12345678910>>...22

/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/
H A Daes.rs162 let plaintext = decode_hex("6bc1bee22e409f96e93d7e117393172a"); in aes_128() localVariable
172 let plaintext = decode_hex("6bc1bee22e409f96e93d7e117393172a"); in aes_256() localVariable
H A Dhpke.rs454 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 Daes.rs162 let plaintext = decode_hex("6bc1bee22e409f96e93d7e117393172a"); in aes_128() localVariable
172 let plaintext = decode_hex("6bc1bee22e409f96e93d7e117393172a"); in aes_256() localVariable
H A Dhpke.rs404 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 DRsaKemHybridDecryptTest.java156 String plaintext; field in RsaKemHybridDecryptTest.RsaKemHybridTestVector
165 String plaintext, in RsaKemHybridTestVector()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/examples/
Dldt_benchmark.rs136 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 Docb_utils.cpp115 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 DCipherTest.java139 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/
Dtest_suite.rs211 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 Dservice.proto841 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 Dpsa_exercise_key.c152 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 Dtest_util.h84 std::string GenerateCiphertext(absl::string_view plaintext) { in GenerateCiphertext()
106 const std::vector<uint8_t>& plaintext, in EncryptSegment()
H A Daes_siv_boringssl.cc210 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 Dchacha20_poly1305_encrypter_test.cc77 absl::string_view plaintext) { in EncryptWithNonce()
104 std::string plaintext = "plaintext"; in TEST_F() local
H A Dchacha20_poly1305_tls_encrypter_test.cc77 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/
DTunUtils.java149 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/
Dxts_nist_test_vectors.rs124 let plaintext = map in parse_test_vector() localVariable
183 plaintext: Vec<u8>, field
/aosp_15_r20/external/tink/cc/internal/
H A Daes_util_test.cc50 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 DAesEaxKeyManagerTest.java160 public byte[] plaintext; field in AesEaxKeyManagerTest.PublicTestVector
169 String plaintext, in PublicTestVector()
H A DAesGcmKeyManagerTest.java145 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/
DTunUtils.java143 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 Dhybrid_decrypt_wrapper_test.cc138 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 DAesGcmHkdfStreaming.java232 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 Dnet_metrics_log_uploader.cc303 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/
Daead_tests.rs91 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

12345678910>>...22