Home
last modified time | relevance | path

Searched refs:decrypt (Results 1 – 25 of 30) sorted by relevance

12

/hardware/qcom/media/msm8974/mm-video-legacy/DivxDrmDecrypt/src/
DDivXDrmDecrypt.cpp92 DivXDrmDecrypt* decrypt = drmCreateFunc(); in Create() local
93 if( decrypt == NULL ) { in Create()
96 return decrypt; in Create()
/hardware/qcom/media/msm8974/mm-video-v4l2/DivxDrmDecrypt/src/
DDivXDrmDecrypt.cpp97 DivXDrmDecrypt* decrypt = drmCreateFunc(); in Create() local
99 if ( decrypt == NULL ) { in Create()
103 return decrypt; in Create()
/hardware/interfaces/drm/1.0/
DICryptoPlugin.hal25 * load crypto keys for a codec to decrypt protected video content.
60 * Set a shared memory base for subsequent decrypt operations. The buffer
62 * After the shared buffer base is established, the decrypt() method
64 * for decrypt source and destination addresses.
90 * of clear and encrypted bytes to process. This allows the decrypt
102 * ERROR_DRM_SESSION_NOT_OPENED if the decrypt session is not opened,
103 * ERROR_DRM_DECRYPT if the decrypt operation fails, and
110 decrypt(bool secure, uint8_t[16] keyId, uint8_t[16] iv, Mode mode,
Dtypes.hal94 * decrypt operation fails.
196 * The key is currently usable to decrypt media data.
201 * The key is no longer usable to decrypt media data because its expiration
207 * The key is not currently usable to decrypt media data because its output
218 * The key is not currently usable to decrypt media data because of an
302 * SharedBuffer describes a decrypt buffer which is defined by a bufferId, an
326 * A decrypt destination buffer can be either normal user-space shared
327 * memory for the non-secure decrypt case, or it can be a secure buffer
DICryptoFactory.hal25 * which are used by a codec to decrypt protected video content.
DIDrmFactory.hal26 * session so it can decrypt* protected video content.
DIDrmPlugin.hal25 * obtaining drm keys that may be used by a codec to decrypt protected
57 * Server to obtain the keys required to decrypt the content.
364 * encrypt, decrypt, sign verify operations on operator-provided
423 * @param input the input data to decrypt
428 * if the HAL is in a state where the decrypt operation cannot be
432 decrypt(SessionId sessionId, vec<uint8_t> keyId, vec<uint8_t> input,
/hardware/interfaces/drm/1.2/
DICryptoPlugin.hal29 * load crypto keys for a codec to decrypt protected video content.
37 * decrypt_1_2() only differs from decrypt() in that additional status
49 * of clear and encrypted bytes to process. This allows the decrypt
68 * ERROR_DRM_SESSION_NOT_OPENED if the decrypt session is not
70 * ERROR_DRM_DECRYPT if the decrypt operation fails
Dtypes.hal45 * from the crypto plugin decrypt method when the security level
53 * decrypt method when the frame being decrypted into the secure
100 * The key is not yet usable to decrypt media because the start
DICryptoFactory.hal23 * which are used by a codec to decrypt protected video content.
DIDrmFactory.hal26 * session so it can decrypt protected video content.
DIDrmPlugin.hal29 * obtaining drm keys to be used by a codec to decrypt protected video
104 * Server to obtain the keys required to decrypt the content.
/hardware/interfaces/drm/1.0/default/
DCryptoPlugin.cpp61 Return<void> CryptoPlugin::decrypt(bool secure, in decrypt() function in android::hardware::drm::V1_0::implementation::CryptoPlugin
169 ssize_t result = mLegacyPlugin->decrypt(secure, keyId.data(), iv.data(), in decrypt()
DCryptoPlugin.h63 Return<void> decrypt(bool secure, const hidl_array<uint8_t, 16>& keyId,
DDrmPlugin.cpp278 Return<void> DrmPlugin::decrypt(const hidl_vec<uint8_t>& sessionId, in decrypt() function in android::hardware::drm::V1_0::implementation::DrmPlugin
283 status_t status = mLegacyPlugin->decrypt(toVector(sessionId), in decrypt()
DDrmPlugin.h113 Return<void> decrypt(const hidl_vec<uint8_t>& sessionId,
/hardware/interfaces/drm/1.0/vts/functional/
Ddrm_hal_clearkey_test.cpp809 auto res = drmPlugin->decrypt(session, keyId, input, iv, in TEST_F()
959 uint32_t decrypt(Mode mode, uint8_t* iv, const hidl_vec<SubSample>& subSamples,
979 uint32_t DrmHalClearkeyDecryptTest::decrypt(Mode mode, in decrypt() function in DrmHalClearkeyDecryptTest
1015 auto res = cryptoPlugin->decrypt(kNotSecure, toHidlArray(keyId), localIv, mode, in decrypt()
1135 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, &iv[0], subSamples, in TEST_F()
1158 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, in TEST_F()
1177 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, in TEST_F()
1204 uint32_t byteCount = decrypt(Mode::AES_CTR, &iv[0], subSamples, in decryptWithInvalidKeys()
Ddrm_hal_vendor_test.cpp954 auto res = drmPlugin->decrypt( in TEST_P()
1278 uint32_t decrypt(Mode mode, bool isSecure,
1314 uint32_t DrmHalVendorDecryptTest::decrypt(Mode mode, bool isSecure, in decrypt() function in DrmHalVendorDecryptTest
1345 auto res = cryptoPlugin->decrypt(isSecure, keyId, localIv, mode, pattern, in decrypt()
1501 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P()
1529 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, toHidlArray(key.keyId), in TEST_P()
1554 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P()
1584 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P()
/hardware/interfaces/drm/1.1/
DICryptoFactory.hal24 * which are used by a codec to decrypt protected video content.
DIDrmFactory.hal25 * session so it can decrypt protected video content.
DIDrmPlugin.hal34 * may be used by a codec to decrypt protected video content.
67 * Server to obtain the keys required to decrypt the content.
/hardware/interfaces/drm/1.2/vts/functional/
Ddrm_hal_test.cpp331 uint32_t byteCount = decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P()
359 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, toHidlArray(key.keyId), in TEST_P()
386 decrypt(Mode::UNENCRYPTED, key.isSecure, toHidlArray(key.keyId), in TEST_P()
410 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in TEST_P()
Ddrm_hal_common.cpp333 uint32_t DrmHalTest::decrypt(Mode mode, bool isSecure, in decrypt() function in android::hardware::drm::V1_2::vts::DrmHalTest
484 uint32_t byteCount = decrypt(Mode::AES_CTR, key.isSecure, in decryptWithInvalidKeys()
Ddrm_hal_common.h131 uint32_t decrypt(Mode mode, bool isSecure,
/hardware/interfaces/radio/1.1/
Dtypes.hal215 // help it locate the private key to decrypt the permanent

12