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

12

/frameworks/av/include/media/
H A DICrypto.h44 virtual ssize_t decrypt(
H A DIHDCP.h71 virtual status_t decrypt(
H A DIDrm.h93 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
/frameworks/av/media/libmediaplayerservice/
H A DHDCP.h38 virtual status_t decrypt(
H A DHDCP.cpp119 status_t HDCP::decrypt( function in class:android::HDCP
130 return mHDCPModule->decrypt(inData, size, streamCTR, outInputCTR, outData);
H A DCrypto.h48 virtual ssize_t decrypt(
H A DCrypto.cpp235 ssize_t Crypto::decrypt( function in class:android::Crypto
254 return mPlugin->decrypt(
H A DDrm.h97 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
H A DDrm.cpp532 status_t Drm::decrypt(Vector<uint8_t> const &sessionId, function in class:android::Drm
547 return mPlugin->decrypt(sessionId, keyId, input, iv, output);
/frameworks/native/include/media/hardware/
H A DCryptoAPI.h62 // decode the data after decryption. The decrypt API below will have
75 virtual ssize_t decrypt(
H A DHDCPAPI.h55 // future calls to "decrypt".
102 virtual status_t decrypt( function in struct:android::HDCPModule
/frameworks/av/drm/libdrmframework/include/
H A DDrmManagerService.h115 status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
H A DDrmManager.h127 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 status_t decrypt(int uniqueId, sp<DecryptHandle> &decryptHandle, int decryptUnitId,
H A DIDrmManagerService.h158 virtual status_t decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId,
247 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/libdrmframework/
H A DDrmManagerClient.cpp148 status_t DrmManagerClient::decrypt( function in class:DrmManagerClient
151 return mDrmManagerClientImpl->decrypt(
H A DDrmManagerClientImpl.cpp301 status_t DrmManagerClientImpl::decrypt( function in class:DrmManagerClientImpl
308 status = getDrmManagerService()->decrypt(
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.h107 status_t decrypt(Vector<uint8_t> const &sessionId,
146 ssize_t decrypt(bool secure,
/frameworks/av/media/libmedia/
H A DICrypto.cpp94 virtual ssize_t decrypt( function in struct:android::BpCrypto
258 ssize_t result = decrypt(
H A DIHDCP.cpp111 virtual status_t decrypt( function in struct:android::BpHDCP
236 status_t err = decrypt(inData, size, streamCTR, inputCTR, outData);
/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/base/cmds/bootanimation/
H A DBootAnimation.cpp275 char decrypt[PROPERTY_VALUE_MAX]; local
276 property_get("vold.decrypt", decrypt, "");
278 bool encryptedAnimation = atoi(decrypt) != 0 || !strcmp("trigger_restart_min_framework", decrypt);
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp249 status_t DrmManagerService::decrypt( function in class:DrmManagerService
252 ALOGV("Entering decrypt");
256 return mDrmManager->decrypt(uniqueId, decryptHandle, decryptUnitId, encBuffer, decBuffer, IV);
/frameworks/av/drm/common/
H A DDrmEngineBase.cpp156 status_t DrmEngineBase::decrypt( function in class:DrmEngineBase

Completed in 258 milliseconds

12