Searched refs:decrypt (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DAesCtrDecryptor.h33 android::status_t decrypt(const android::Vector<uint8_t>& key, const Iv iv,
H A DCryptoPlugin.cpp35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, function in class:clearkeydrm::CryptoPlugin
67 status_t res = mSession->decrypt(keyId, iv, srcPtr, dstPtr, subSamples,
H A DSession.cpp64 status_t Session::decrypt( function in class:clearkeydrm::Session
78 return decryptor.decrypt(
H A DAesCtrDecryptor.cpp29 android::status_t AesCtrDecryptor::decrypt(const android::Vector<uint8_t>& key, function in class:clearkeydrm::AesCtrDecryptor
H A DCryptoPlugin.h45 virtual ssize_t decrypt(
H A DSession.h48 android::status_t decrypt(
/frameworks/av/include/media/
H A DCrypto.h52 virtual ssize_t decrypt(
H A DICrypto.h55 virtual ssize_t decrypt(
H A DIHDCP.h97 virtual status_t decrypt(
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h44 virtual status_t decrypt(
H A DHDCP.cpp147 status_t HDCP::decrypt( function in class:android::HDCP
158 return mHDCPModule->decrypt(inData, size, streamCTR, outInputCTR, outData);
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h72 // decode the data after decryption. The decrypt API below will have
87 // in the 'key' parameter to the decrypt() method.
102 virtual ssize_t decrypt(
H A DHDCPAPI.h56 // future calls to "decrypt".
135 virtual status_t decrypt( function in struct:android::HDCPModule
/frameworks/av/drm/libdrmframework/
H A DNoOpDrmManagerClientImpl.cpp196 status_t NoOpDrmManagerClientImpl::decrypt( function in class:android::NoOpDrmManagerClientImpl
H A DDrmManagerClient.cpp148 status_t DrmManagerClient::decrypt( function in class:DrmManagerClient
151 return mDrmManagerClientImpl->decrypt(
/frameworks/av/drm/libdrmframework/include/
H A DNoOpDrmManagerClientImpl.h64 status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
H A DDrmManager.h125 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DDrmManagerClientImpl.h298 * Open the decrypt session to decrypt the given protected content
312 * Open the decrypt session to decrypt the given protected content
324 * Open the decrypt session to decrypt the given protected content
327 * @param[in] buf Data to initiate decrypt session
336 * Close the decrypt session for the given handle
375 virtual status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
H A DDrmManagerService.h132 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DIDrmManagerService.h156 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
243 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
/frameworks/av/include/drm/
H A DDrmManagerClient.h64 * Open the decrypt session to decrypt the given protected content
76 * Open the decrypt session to decrypt the given protected content
86 * Open the decrypt session to decrypt the given protected content
88 * @param[in] buf Data to initiate decrypt session
96 * Close the decrypt session for the given handle
159 status_t decrypt(
/frameworks/av/drm/libmediadrm/
H A DCrypto.cpp236 ssize_t Crypto::decrypt( function in class:android::Crypto
258 return mPlugin->decrypt(
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h115 status_t decrypt(Vector<uint8_t> const &sessionId,
160 ssize_t decrypt(bool secure,
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h317 * Open the decrypt session to decrypt the given protected content
334 * Open the decrypt session to decrypt the given protected content
349 * Open the decrypt session to decrypt the given protected content
353 * @param[in] buf Data to initiate decrypt session
362 * Close the decrypt session for the given handle
401 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp46 "decrypt",
312 status_t DrmManagerService::decrypt( function in class:DrmManagerService
315 ALOGV("Entering decrypt");
319 return mDrmManager->decrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV);

Completed in 565 milliseconds

12