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

12

/frameworks/av/media/libmedia/
H A DIHDCP.cpp145 virtual status_t decrypt( function in struct:android::BpHDCP
334 status_t err = decrypt(inData, size, streamCTR, inputCTR, outData);
H A DICrypto.cpp97 virtual ssize_t decrypt( function in struct:android::BpCrypto
352 result = decrypt(
H A DIDrm.cpp445 virtual status_t decrypt(Vector<uint8_t> const &sessionId, function in struct:android::BpDrm
867 uint32_t result = decrypt(sessionId, keyId, input, iv, output);
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp303 status_t DrmManagerClientImpl::decrypt( function in class:DrmManagerClientImpl
310 status = getDrmManagerService()->decrypt(
/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/libdrmframework/plugins/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...]
/frameworks/av/drm/mediadrm/plugins/clearkey/
H A DDrmPlugin.h180 virtual status_t decrypt( function in class:clearkeydrm::DrmPlugin
/frameworks/av/include/media/
H A DDrm.h105 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
H A DIDrm.h100 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp304 char decrypt[PROPERTY_VALUE_MAX]; local
305 property_get("vold.decrypt", decrypt, "");
307 bool encryptedAnimation = atoi(decrypt) != 0 || !strcmp("trigger_restart_min_framework", decrypt);
/frameworks/native/include/media/drm/
H A DDrmAPI.h137 // Server to obtain the keys required to decrypt the content. getKeyRequest()
272 // encrypt, decrypt, sign verify operations on operator-provided
305 virtual status_t decrypt(Vector<uint8_t> const &sessionId,
/frameworks/av/drm/libmediadrm/
H A DDrm.cpp686 status_t Drm::decrypt(Vector<uint8_t> const &sessionId, function in class:android::Drm
703 return mPlugin->decrypt(sessionId, keyId, input, iv, output);
/frameworks/av/media/libstagefright/
H A DDRMExtractor.cpp143 if ((err = mDrmManagerClient->decrypt(mDecryptHandle, mTrackId,
H A DMediaCodec.cpp2537 ssize_t result = mCrypto->decrypt(
/frameworks/av/drm/drmserver/
H A DDrmManager.cpp516 status_t DrmManager::decrypt(int uniqueId, DecryptHandle* decryptHandle, int decryptUnitId, function in class:DrmManager
523 result = drmEngine->decrypt(
/frameworks/av/drm/mediadrm/plugins/mock/
H A DMockDrmCryptoPlugin.cpp590 status_t MockDrmPlugin::decrypt(Vector<uint8_t> const &sessionId, function in class:android::MockDrmPlugin
597 ALOGD("MockDrmPlugin::decrypt(sessionId=%s, keyId=%s, input=%s, iv=%s)",
794 MockCryptoPlugin::decrypt(bool secure, const uint8_t key[16], const uint8_t iv[16], function in class:android::MockCryptoPlugin
799 ALOGD("MockCryptoPlugin::decrypt(secure=%d, key=%s, iv=%s, mode=%d, "
/frameworks/base/media/java/android/media/
H A DMediaDrm.java84 * {@link MediaCodec.#configure} method to enable the codec to decrypt content.
362 * The key is currently usable to decrypt media data
367 * The key is no longer usable to decrypt media data because its
373 * The key is not currently usable to decrypt media data because its
386 * The key is not currently usable to decrypt media data because of an
736 * to obtain or release keys used to decrypt encrypted content.
1053 * root of trust, and then perform encrypt, decrypt, sign and verify operations
1056 * The CryptoSession class implements generic encrypt/decrypt/sign/verify methods
1066 * providing encrypted content keys which are used specifically to decrypt A/V media
1105 public byte[] decrypt( method in class:MediaDrm.CryptoSession
[all...]
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DAesCtrDecryptorUnittest.cpp40 return decryptor.decrypt(keyVector, iv, source, destination, subSamples,
/frameworks/av/media/ndk/
H A DNdkMediaDrm.cpp616 status = mObj->mDrm->decrypt(*iter, keyIdVec, inputVec, ivVec, outputVec);
/frameworks/base/media/jni/
H A Dandroid_media_MediaDrm.cpp1339 status_t err = drm->decrypt(sessionId, keyId, input, iv, output);
1340 if (throwExceptionAsNecessary(env, err, "Failed to decrypt")) {

Completed in 344 milliseconds

12