/aosp_15_r20/frameworks/av/drm/mediadrm/plugins/clearkey/default/tests/ |
H A D | AesCtrDecryptorUnittest.cpp | 47 const uint8_t* decrypted, in attemptDecryptExpectingSuccess() 147 uint8_t decrypted[kTotalSize] = { in TEST_F() local 192 uint8_t decrypted[kTotalSize] = { in TEST_F() local 238 uint8_t decrypted[kTotalSize] = { in TEST_F() local 287 uint8_t decrypted[kTotalSize] = { in TEST_F() local 339 uint8_t decrypted[kTotalSize] = { in TEST_F() local 394 uint8_t decrypted[kTotalSize] = { in TEST_F() local 457 uint8_t decrypted[kTotalSize] = { in TEST_F() local
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | encryptor_unittest.cc | 34 std::string decrypted; in TEST() local 98 std::string decrypted; in TEST() local 217 std::string decrypted; in TestAESCTREncrypt() local 266 std::string decrypted; in TestAESCTRMultipleDecrypt() local 324 std::string decrypted; in TEST() local 409 std::string decrypted; in TEST() local 437 std::string decrypted; in TEST() local 488 std::string decrypted; in TEST() local 531 std::string decrypted; in TEST() local
|
H A 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
|
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/ |
H A 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 …]
|
/aosp_15_r20/external/wycheproof/java/com/google/security/wycheproof/testcases/ |
H A 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
|
/aosp_15_r20/external/tink/cc/streamingaead/ |
H A 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
|
H A 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
|
H A 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
|
/aosp_15_r20/external/wpa_supplicant_8/src/wps/ |
H A 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
|
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/cipher/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/cipher/ |
H A 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
|
/aosp_15_r20/external/tink/cc/aead/ |
H A 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
|
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/ |
H A 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
|
/aosp_15_r20/external/openthread/tests/unit/ |
H A 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
|
/aosp_15_r20/external/tink/cc/aead/internal/ |
H A 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
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/buffers/ |
H A D | oblivious_http_response_test.cc | 174 auto decrypted = decapsulated->GetPlaintextData(); in TEST() local 193 auto decrypted = client_response_encapsulate->GetPlaintextData(); in TEST() local
|
H A D | oblivious_http_request_test.cc | 119 auto decrypted = instance->GetPlaintextData(); in TEST() local 294 auto decrypted = decapsulate->GetPlaintextData(); in TEST() local
|
/aosp_15_r20/external/tink/cc/subtle/ |
H A D | aes_eax_boringssl_test.cc | 154 auto decrypted = cipher->Decrypt(ct, modified_associated_data); in TEST() local 291 std::string decrypted = result.value(); in WycheproofTest() local
|
H A D | streaming_aead_decrypting_stream_test.cc | 117 std::string decrypted; in TEST_F() local 181 std::string decrypted; in TEST_F() local
|
H A D | decrypting_random_access_stream_test.cc | 200 std::string decrypted; in TEST() local 364 std::string decrypted; in TEST() local
|
H A D | encrypt_then_authenticate_test.cc | 234 auto decrypted = cipher->Decrypt(ct, modified_associated_data); in TEST() local 298 auto decrypted = cipher->Decrypt(ct, associated_data); in TEST() local
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_peer/ |
H A D | eap_sim.c | 945 u8 *decrypted; in eap_sim_process_challenge() local 979 u8 *decrypted; in eap_sim_process_notification_reauth() local 1078 u8 *decrypted; in eap_sim_process_reauthentication() local
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/legacy/deserialize/tests/ |
D | happy_path.rs | 468 let decrypted = in build_and_assert_deserialized_matches() localVariable 492 let decrypted = ldt.try_decrypt(&decrypter).unwrap(); localVariable
|
/aosp_15_r20/external/wpa_supplicant_8/src/eap_server/ |
H A D | ikev2.c | 451 u8 *decrypted; in ikev2_process_sa_init_encr() local 715 u8 *decrypted; in ikev2_process_sa_auth() local
|
/aosp_15_r20/frameworks/av/media/codec2/sfplugin/ |
H A D | Codec2Buffer.cpp | 554 const sp<IMemory> &decrypted, size_t length) { in copyDecryptedContent() 587 const sp<IMemory> &decrypted, size_t length) { in copyDecryptedContent()
|