Searched refs:decrypt (Results 1 - 25 of 61) sorted by path

123

/frameworks/av/drm/common/
H A DDrmEngineBase.cpp156 status_t DrmEngineBase::decrypt( function in class:DrmEngineBase
H A DIDrmManagerService.cpp720 status_t BpDrmManagerService::decrypt( function in class:BpDrmManagerService
723 ALOGV("decrypt");
745 ALOGV("Return value of decrypt() is %d", status);
1473 = decrypt(uniqueId, &handle, decryptUnitId, encBuffer, &decBuffer, IV);
/frameworks/av/drm/common/include/
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...]
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,
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp511 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, function in class:DrmManager
518 result = drmEngine->decrypt(
H A DDrmManager.h125 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);
H A DDrmManagerService.h132 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
/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(
H A DNoOpDrmManagerClientImpl.cpp196 status_t NoOpDrmManagerClientImpl::decrypt( function in class:android::NoOpDrmManagerClientImpl
/frameworks/av/drm/libdrmframework/include/
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 DNoOpDrmManagerClientImpl.h64 status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
/frameworks/av/drm/libmediadrm/
H A DCryptoHal.cpp281 ssize_t CryptoHal::decrypt(const uint8_t keyId[16], const uint8_t iv[16], function in class:android::CryptoHal
352 Return<void> hResult = mPlugin->decrypt(secure, toHidlArray16(keyId), toHidlArray16(iv), hMode,
H A DDrmHal.cpp898 status_t DrmHal::decrypt(Vector<uint8_t> const &sessionId, function in class:android::DrmHal
911 Return<void> hResult = mPlugin->decrypt(toHidlVec(sessionId),
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,
H A DIDrm.cpp447 virtual status_t decrypt(Vector<uint8_t> const &sessionId, function in struct:android::BpDrm
874 uint32_t result = decrypt(sessionId, keyId, input, iv, output);
/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
358 ALOGE("decrypt: key %d is invalid", keyIndex);
374 // Don't decrypt if len < AES_BLOCK_SIZE.
452 return mCASSession->decrypt(
H A DClearKeySessionLibrary.h35 ssize_t decrypt(
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DAesCtrDecryptor.cpp29 android::status_t AesCtrDecryptor::decrypt(const android::Vector<uint8_t>& key, function in class:clearkeydrm::AesCtrDecryptor
H A DAesCtrDecryptor.h34 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 DCryptoPlugin.h45 virtual ssize_t decrypt(
H A DDrmPlugin.h190 virtual status_t decrypt( function in class:clearkeydrm::DrmPlugin

Completed in 1571 milliseconds

123