/external/cronet/tot/crypto/ |
D | encryptor_unittest.cc | 40 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
|
D | aead_unittest.cc | 36 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/ |
D | encryptor_unittest.cc | 40 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
|
D | aead_unittest.cc | 36 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/ |
D | AesGcmTest.java | 238 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/ |
D | StreamingTestUtil.java | 385 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/ |
D | StreamingTestUtil.java | 384 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/ |
D | decrypting_input_stream_test.cc | 164 std::string decrypted; in TEST() local 197 std::string decrypted; in TEST() local 226 std::string decrypted; in TEST() local
|
D | streaming_aead_wrapper_test.cc | 165 std::string decrypted; in TEST() local 219 std::string decrypted; in TEST() local 281 std::string decrypted; in TEST() local
|
D | decrypting_random_access_stream_test.cc | 146 std::string decrypted; in TEST() local 298 std::string decrypted; in TEST() local 329 std::string decrypted; in TEST() local
|
/external/openthread/tests/unit/ |
D | test_aes.cpp | 56 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/ |
D | aes_cbc.rs | 124 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/ |
D | aes_cbc.rs | 124 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/ |
D | aes_cbc.rs | 124 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/ |
D | kms_envelope_aead_test.cc | 263 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/ |
D | AlgorithmParameterAsymmetricHelper.java | 59 assertArrayEquals(plainData.getBytes(StandardCharsets.UTF_8), decrypted); in test() local
|
D | AlgorithmParameterSymmetricHelper.java | 68 assertArrayEquals(plainData.getBytes(StandardCharsets.UTF_8), decrypted); in test() local
|
/external/conscrypt/testing/src/main/java/org/conscrypt/java/security/ |
D | AlgorithmParameterAsymmetricHelper.java | 54 assertArrayEquals(plainData.getBytes(StandardCharsets.UTF_8), decrypted); in test() local
|
D | AlgorithmParameterSymmetricHelper.java | 63 assertArrayEquals(plainData.getBytes(StandardCharsets.UTF_8), decrypted); in test() local
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_enrollee.c | 1005 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/ |
D | dboolhuff.c | 47 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/ |
D | oblivious_http_response_test.cc | 175 auto decrypted = decapsulated->GetPlaintextData(); in TEST() local 194 auto decrypted = client_response_encapsulate->GetPlaintextData(); in TEST() local
|
/external/tink/cc/aead/internal/ |
D | cord_aes_gcm_boringssl_test.cc | 155 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/ |
D | oblivious_http_response_test.cc | 175 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/ |
D | AesGcmTest.java | 503 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
|