Home
last modified time | relevance | path

Searched defs:decrypted (Results 1 – 25 of 121) sorted by relevance

12345

/external/cronet/tot/crypto/
Dencryptor_unittest.cc40 std::string decrypted; in TEST() local
104 std::string decrypted; in TEST() local
223 std::string decrypted; in TestAESCTREncrypt() local
272 std::string decrypted; in TestAESCTRMultipleDecrypt() local
330 std::string decrypted; in TEST() local
415 std::string decrypted; in TEST() local
443 std::string decrypted; in TEST() local
494 std::string decrypted; in TEST() local
537 std::string decrypted; in TEST() local
Daead_unittest.cc36 std::string decrypted; in TEST_P() local
54 std::optional<std::vector<uint8_t>> decrypted = in TEST_P() local
83 std::string decrypted; in TEST_P() local
/external/cronet/stable/crypto/
Dencryptor_unittest.cc40 std::string decrypted; in TEST() local
104 std::string decrypted; in TEST() local
223 std::string decrypted; in TestAESCTREncrypt() local
272 std::string decrypted; in TestAESCTRMultipleDecrypt() local
330 std::string decrypted; in TEST() local
415 std::string decrypted; in TEST() local
443 std::string decrypted; in TEST() local
494 std::string decrypted; in TEST() local
537 std::string decrypted; in TEST() local
Daead_unittest.cc36 std::string decrypted; in TEST_P() local
54 std::optional<std::vector<uint8_t>> decrypted = in TEST_P() local
83 std::string decrypted; in TEST_P() local
/external/wycheproof/java/com/google/security/wycheproof/testcases/
DAesGcmTest.java238 ByteBuffer decrypted = ByteBuffer.allocate(outputSize); in testByteBuffer() local
262 ByteBuffer decrypted = ByteBuffer.wrap(backingArray); in testByteBufferAlias() local
288 ByteBuffer decrypted = ByteBuffer.allocate(outputSize); in testReadOnlyByteBuffer() local
347 ByteBuffer decrypted = ByteBuffer.allocate(test.pt.length - 1); in testByteBufferTooShort() local
/external/tink-java/src/main/java/com/google/crypto/tink/testing/
DStreamingTestUtil.java385 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
398 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
412 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
425 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
442 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length - 5); in testEncryptionAndDecryption() local
527 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
913 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length + 1); in isValidCiphertext() local
1165 ReadableByteChannel decrypted = ags.newDecryptingChannel(ciphertext, associatedData); in testEncryptDecryptLong() local
1212 ByteBuffer decrypted = ByteBuffer.allocate(512); in testFileEncryptionWithChannel() local
1218 TestUtil.assertByteBufferContains(expected.array(), decrypted); in testFileEncryptionWithChannel() local
[all …]
/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
DStreamingTestUtil.java384 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
397 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
411 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
424 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
441 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length - 5); in testEncryptionAndDecryption() local
490 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length); in testEncryptionAndDecryption() local
850 ByteBuffer decrypted = ByteBuffer.allocate(plaintext.length + 1); in isValidCiphertext() local
1102 ReadableByteChannel decrypted = ags.newDecryptingChannel(ciphertext, associatedData); in testEncryptDecryptLong() local
1149 ByteBuffer decrypted = ByteBuffer.allocate(512); in testFileEncryptionWithChannel() local
1155 TestUtil.assertByteBufferContains(expected.array(), decrypted); in testFileEncryptionWithChannel() local
[all …]
/external/tink/cc/streamingaead/
Ddecrypting_input_stream_test.cc164 std::string decrypted; in TEST() local
197 std::string decrypted; in TEST() local
226 std::string decrypted; in TEST() local
Dstreaming_aead_wrapper_test.cc165 std::string decrypted; in TEST() local
219 std::string decrypted; in TEST() local
281 std::string decrypted; in TEST() local
Ddecrypting_random_access_stream_test.cc146 std::string decrypted; in TEST() local
298 std::string decrypted; in TEST() local
329 std::string decrypted; in TEST() local
/external/openthread/tests/unit/
Dtest_aes.cpp56 uint8_t decrypted[] = {0x08, 0xD0, 0x84, 0x21, 0x43, 0x01, 0x00, 0x00, 0x00, 0x00, 0x48, 0xDE, in TestMacBeaconFrame() local
115 uint8_t decrypted[] = { in TestMacCommandFrame() local
/external/cronet/tot/third_party/boringssl/src/rust/bssl-crypto/src/cipher/
Daes_cbc.rs124 let decrypted = cipher in aes_128_cbc_test_decrypt() localVariable
139 let decrypted = cipher in aes_128_cbc_test_decrypt_empty_message() localVariable
188 let decrypted = cipher in aes_256_cbc_test_decrypt() localVariable
/external/boringssl/src/rust/bssl-crypto/src/cipher/
Daes_cbc.rs124 let decrypted = cipher in aes_128_cbc_test_decrypt() localVariable
139 let decrypted = cipher in aes_128_cbc_test_decrypt_empty_message() localVariable
188 let decrypted = cipher in aes_256_cbc_test_decrypt() localVariable
/external/cronet/stable/third_party/boringssl/src/rust/bssl-crypto/src/cipher/
Daes_cbc.rs124 let decrypted = cipher in aes_128_cbc_test_decrypt() localVariable
139 let decrypted = cipher in aes_128_cbc_test_decrypt_empty_message() localVariable
188 let decrypted = cipher in aes_256_cbc_test_decrypt() localVariable
/external/tink/cc/aead/
Dkms_envelope_aead_test.cc263 util::StatusOr<std::string> decrypted = in TEST_P() local
332 util::StatusOr<std::string> decrypted = in TEST_F() local
340 util::StatusOr<std::string> decrypted = in TEST_F() local
/external/conscrypt/repackaged/testing/src/main/java/com/android/org/conscrypt/java/security/
DAlgorithmParameterAsymmetricHelper.java59 assertArrayEquals(plainData.getBytes(StandardCharsets.UTF_8), decrypted); in test() local
DAlgorithmParameterSymmetricHelper.java68 assertArrayEquals(plainData.getBytes(StandardCharsets.UTF_8), decrypted); in test() local
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/
DAlgorithmParameterAsymmetricHelper.java54 assertArrayEquals(plainData.getBytes(StandardCharsets.UTF_8), decrypted); in test() local
DAlgorithmParameterSymmetricHelper.java63 assertArrayEquals(plainData.getBytes(StandardCharsets.UTF_8), decrypted); in test() local
/external/wpa_supplicant_8/src/wps/
Dwps_enrollee.c1005 struct wpabuf *decrypted; in wps_process_m2() local
1099 struct wpabuf *decrypted; in wps_process_m4() local
1154 struct wpabuf *decrypted; in wps_process_m6() local
1211 struct wpabuf *decrypted; in wps_process_m8() local
/external/libvpx/vp8/decoder/
Ddboolhuff.c47 unsigned char decrypted[sizeof(VP8_BD_VALUE) + 1]; in vp8dx_bool_decoder_fill() local
/external/cronet/tot/net/third_party/quiche/src/quiche/oblivious_http/buffers/
Doblivious_http_response_test.cc175 auto decrypted = decapsulated->GetPlaintextData(); in TEST() local
194 auto decrypted = client_response_encapsulate->GetPlaintextData(); in TEST() local
/external/tink/cc/aead/internal/
Dcord_aes_gcm_boringssl_test.cc155 util::StatusOr<absl::Cord> decrypted = in TEST_F() local
213 std::string decrypted = std::string(result->Flatten()); in WycheproofTest() local
/external/cronet/stable/net/third_party/quiche/src/quiche/oblivious_http/buffers/
Doblivious_http_response_test.cc175 auto decrypted = decapsulated->GetPlaintextData(); in TEST() local
194 auto decrypted = client_response_encapsulate->GetPlaintextData(); in TEST() local
/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
DAesGcmTest.java503 ByteBuffer decrypted = ByteBuffer.allocate(outputSize); in testByteBuffer() local
536 ByteBuffer decrypted = ByteBuffer.wrap(backingArray); in testByteBufferAlias() local
786 ByteBuffer decrypted = ByteBuffer.allocate(outputSize); in testReadOnlyByteBuffer() local
864 ByteBuffer decrypted = ByteBuffer.allocate(test.pt.length - 1); in testByteBufferTooShort() local

12345