/aosp12/system/keymaster/include/keymaster/km_openssl/ |
H A D | kem.h | 47 virtual bool Decrypt(EC_KEY* private_key, const Buffer& encrypted_key, Buffer* output_key) = 0; 48 virtual bool Decrypt(EC_KEY* private_key, const uint8_t* encrypted_key,
|
H A D | ecies_kem.h | 47 bool Decrypt(EC_KEY* private_key, const Buffer& encrypted_key, Buffer* output_key) override; 48 bool Decrypt(EC_KEY* private_key, const uint8_t* encrypted_key, size_t encrypted_key_len,
|
/aosp12/system/keymaster/tests/ |
H A D | key_blob_test.cpp | 72 keymaster_error_t Decrypt() { in Decrypt() function in keymaster::test::KeyBlobTest 164 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt()); in TEST_F() 179 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt()); in TEST_F() 195 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt()); in TEST_F() 230 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt()); in TEST_F() 251 ASSERT_EQ(KM_ERROR_INVALID_KEY_BLOB, Decrypt()); in TEST_F()
|
H A D | ecies_kem_test.cpp | 64 kem->Decrypt(key_exchange->private_key(), output_encrypted_key, &decrypted_clear_key)); in TEST()
|
/aosp12/system/keymaster/km_openssl/ |
H A D | ecies_kem.cpp | 129 bool EciesKem::Decrypt(EC_KEY* private_key, const Buffer& encrypted_key, Buffer* output_key) { in Decrypt() function in keymaster::EciesKem 130 return Decrypt(private_key, encrypted_key.peek_read(), encrypted_key.available_read(), in Decrypt() 135 bool EciesKem::Decrypt(EC_KEY* private_key, const uint8_t* encrypted_key, size_t encrypted_key_len, in Decrypt() function in keymaster::EciesKem
|
/aosp12/system/bt/btif/test/ |
H A D | btif_keystore_test.cc | 44 std::string decrypted_hash = btif_keystore_->Decrypt(encrypted_hash); in TEST_F() 61 std::string decrypted_hash = btif_keystore_->Decrypt(hash); in TEST_F()
|
/aosp12/packages/modules/adb/pairing_auth/ |
H A D | pairing_auth.cpp | 73 Data Decrypt(const Data& data); 180 PairingAuthCtx::Data PairingAuthCtx::Decrypt(const PairingAuthCtx::Data& data) { in Decrypt() function in PairingAuthCtx 187 auto out_size = cipher_->Decrypt(data.data(), data.size(), decrypted.data(), decrypted_size); in Decrypt() 287 auto out = ctx->Decrypt(in); in pairing_auth_decrypt()
|
H A D | aes_128_gcm.cpp | 64 std::optional<size_t> Aes128Gcm::Decrypt(const uint8_t* in, size_t in_len, uint8_t* out, in Decrypt() function in adb::pairing::Aes128Gcm
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/inc/ |
H A D | DivXDrmDecrypt.h | 40 virtual OMX_ERRORTYPE Decrypt(OMX_BUFFERHEADERTYPE* buffer) = 0;
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/inc/ |
H A D | DivXDrmDecrypt.h | 40 virtual OMX_ERRORTYPE Decrypt(OMX_BUFFERHEADERTYPE* buffer) = 0;
|
/aosp12/packages/modules/adb/pairing_auth/include/adb/pairing/ |
H A D | aes_128_gcm.h | 48 std::optional<size_t> Decrypt(const uint8_t* in, size_t in_len, uint8_t* out, size_t out_len);
|
/aosp12/packages/modules/adb/pairing_auth/tests/ |
H A D | aes_128_gcm_test.cpp | 55 auto decrypted_size = bob.Decrypt(encrypted, *encrypted_size, out_buf, out_size); in TEST()
|
/aosp12/frameworks/av/drm/mediacas/plugins/clearkey/ |
H A D | ClearKeyFetcher.cpp | 108 status = container.mutable_descriptor(i)->mutable_ecm()->Decrypt( in ObtainKey()
|
H A D | ecm.h | 152 status_t Decrypt(const sp<ABuffer>& buffer_as_binary,
|
H A D | ecm.cpp | 64 status_t Ecm::Decrypt( in Decrypt() function in android::clearkeycas::Ecm
|
/aosp12/hardware/interfaces/drm/1.2/ |
H A D | ICryptoPlugin.hal | 34 * Decrypt an array of subsamples from the source memory buffer to the
|
/aosp12/hardware/interfaces/drm/1.0/ |
H A D | ICryptoPlugin.hal | 77 * Decrypt an array of subsamples from the source memory buffer to the
|
H A D | IDrmPlugin.hal | 417 * Decrypt the provided input buffer with the cipher algorithm
|
/aosp12/system/security/keystore/ |
H A D | keystore_cli_v2.cpp | 946 int Decrypt(const std::string& key_name, const std::string& input_filename, in Decrypt() function 1119 return Decrypt(command_line->GetSwitchValueASCII("name"), in main()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/ |
H A D | omx_vdec_copper.cpp | 5131 OMX_ERRORTYPE drmErr = iDivXDrmDecrypt->Decrypt(buffer); in empty_this_buffer()
|
H A D | omx_vdec.cpp | 5523 OMX_ERRORTYPE drmErr = iDivXDrmDecrypt->Decrypt(buffer); in empty_this_buffer()
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/ |
H A D | omx_vdec.cpp | 5295 OMX_ERRORTYPE drmErr = iDivXDrmDecrypt->Decrypt(buffer); in empty_this_buffer()
|
H A D | omx_vdec_hevc.cpp | 4950 OMX_ERRORTYPE drmErr = iDivXDrmDecrypt->Decrypt(buffer); in empty_this_buffer()
|
H A D | omx_vdec_hevc_swvdec.cpp | 5932 OMX_ERRORTYPE drmErr = iDivXDrmDecrypt->Decrypt(buffer); in empty_this_buffer()
|
H A D | omx_vdec_msm8974.cpp | 6152 OMX_ERRORTYPE drmErr = iDivXDrmDecrypt->Decrypt(buffer); in empty_this_buffer()
|