Searched refs:decrypt (Results 26 - 50 of 69) sorted by relevance

123

/frameworks/av/drm/libdrmframework/include/
H A DNoOpDrmManagerClientImpl.h64 status_t decrypt(int uniqueId, sp<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,
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DCryptoPlugin.h71 Return<void> decrypt(
/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/include/mediadrm/
H A DCryptoHal.h58 virtual ssize_t decrypt(const uint8_t key[16], const uint8_t iv[16],
H A DDrm.h105 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
H A DIDrm.h116 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
H A DDrmHal.h136 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
/frameworks/av/media/libmedia/include/media/
H A DCryptoHal.h58 virtual ssize_t decrypt(const uint8_t key[16], const uint8_t iv[16],
H A DDrm.h105 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
H A DIDrm.h116 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClient.cpp148 status_t DrmManagerClient::decrypt( function in class:DrmManagerClient
151 return mDrmManagerClientImpl->decrypt(
H A DDrmManagerClientImpl.cpp303 status_t DrmManagerClientImpl::decrypt( function in class:DrmManagerClientImpl
310 status = getDrmManagerService()->decrypt(
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h116 status_t decrypt(Vector<uint8_t> const &sessionId,
163 ssize_t decrypt(bool secure,
/frameworks/av/drm/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,
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,
H A DDrmEngineBase.h98 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
373 * Open the decrypt session to decrypt the given protected content
388 * Open the decrypt session to decrypt the given protected content
409 * Open the decrypt session to decrypt the given protected content
422 * Open the decrypt session to decrypt the given protected content
440 * Open the decrypt sessio
[all...]
/frameworks/av/drm/drmserver/
H A DDrmManager.h125 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DDrmManagerService.h132 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
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);
/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp321 ssize_t CryptoHal::decrypt(const uint8_t keyId[16], const uint8_t iv[16], function in class:android::CryptoHal
392 Return<void> hResult = mPlugin->decrypt(secure, toHidlArray16(keyId), toHidlArray16(iv), hMode,
H A DICrypto.cpp99 virtual ssize_t decrypt(const uint8_t key[16], const uint8_t iv[16], function in struct:android::BpCrypto
404 result = decrypt(key, iv, mode, pattern, source, offset,
/frameworks/av/drm/mediacas/plugins/clearkey/
H A DClearKeyCasPlugin.cpp211 // AES-128 CBC-CTS decrypt optimized for Transport Packets. |key| is the AES
342 ssize_t ClearKeyCasSession::decrypt( function in class:android::clearkeycas::ClearKeyCasSession
361 ALOGE("decrypt: key %d is invalid", keyIndex);
377 // Don't decrypt if len < AES_BLOCK_SIZE.
455 return mCASSession->decrypt(
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp156 status_t DrmEngineBase::decrypt( function in class:DrmEngineBase
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
H A DDrmPlugin.h207 virtual status_t decrypt( function in class:clearkeydrm::DrmPlugin

Completed in 2506 milliseconds

123