Home
last modified time | relevance | path

Searched refs:CryptoPlugin (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/native/headers/media_plugin/media/hardware/
DCryptoAPI.h28 struct CryptoPlugin;
38 CryptoPlugin **plugin) = 0;
45 struct CryptoPlugin { struct
68 CryptoPlugin() {} in CryptoPlugin() argument
69 virtual ~CryptoPlugin() {} in ~CryptoPlugin() argument
114 CryptoPlugin(const CryptoPlugin &);
115 CryptoPlugin &operator=(const CryptoPlugin &); argument
/frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
DCryptoPlugin.h32 class CryptoPlugin : public android::CryptoPlugin {
34 explicit CryptoPlugin(const android::Vector<uint8_t>& sessionId) { in CryptoPlugin() function
38 virtual ~CryptoPlugin() {} in ~CryptoPlugin()
57 DISALLOW_EVIL_CONSTRUCTORS(CryptoPlugin);
DClearKeyTypes.h31 typedef android::CryptoPlugin::SubSample SubSample;
DCryptoFactory.h36 android::CryptoPlugin** plugin);
/frameworks/av/media/libstagefright/include/
DACodecBufferChannel.h79 CryptoPlugin::Mode mode,
80 CryptoPlugin::Pattern pattern,
81 const CryptoPlugin::SubSample *subSamples,
92 CryptoPlugin::Mode mode,
93 CryptoPlugin::Pattern pattern,
95 const CryptoPlugin::SubSample *subSamples,
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
DCryptoFactory.cpp40 android::CryptoPlugin** plugin) { in createPlugin()
49 CryptoPlugin *clearKeyPlugin = new CryptoPlugin(sessionId); in createPlugin()
DCryptoPlugin.cpp35 ssize_t CryptoPlugin::decrypt(bool secure, const KeyId keyId, const Iv iv, in decrypt()
83 android::status_t CryptoPlugin::setMediaDrmSession( in setMediaDrmSession()
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
DCryptoFactory.cpp34 using ::android::hardware::drm::V1_4::clearkey::CryptoPlugin;
54 CryptoPlugin *cryptoPlugin = new CryptoPlugin(initData); in createPlugin()
DCryptoPlugin.cpp35 Return<void> CryptoPlugin::setSharedBufferBase( in setSharedBufferBase()
47 Return<void> CryptoPlugin::decrypt( in decrypt()
80 Return<void> CryptoPlugin::decrypt_1_2( in decrypt_1_2()
225 Return<Status> CryptoPlugin::setMediaDrmSession( in setMediaDrmSession()
238 Return<void> CryptoPlugin::getLogMessages( in getLogMessages()
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDrm.h99 CryptoPlugin::Mode mode;
100 CryptoPlugin::Pattern pattern;
101 CryptoPlugin::SubSample *subSamples;
108 CryptoPlugin::Mode mode,
DNuPlayerDrm.cpp193 CryptoPlugin::Mode mode, in makeCryptoInfo()
200 if (__builtin_mul_overflow(sizeof(CryptoPlugin::SubSample), numSubSamples, &cryptosize) || in makeCryptoInfo()
217 ret->subSamples = (CryptoPlugin::SubSample*)(ret + 1); in makeCryptoInfo()
218 CryptoPlugin::SubSample *subSamples = ret->subSamples; in makeCryptoInfo()
281 mode = CryptoPlugin::kMode_AES_CTR; in getSampleCryptoInfo()
287 (CryptoPlugin::Mode)mode, in getSampleCryptoInfo()
/frameworks/av/media/libstagefright/include/media/stagefright/
DCodecBase.h352 CryptoPlugin::Mode mode,
353 CryptoPlugin::Pattern pattern,
354 const CryptoPlugin::SubSample *subSamples,
383 CryptoPlugin::Mode mode, in attachEncryptedBuffer()
384 CryptoPlugin::Pattern pattern, in attachEncryptedBuffer()
386 const CryptoPlugin::SubSample *subSamples, in attachEncryptedBuffer()
DMediaCodec.h172 const CryptoPlugin::SubSample *subSamples,
176 CryptoPlugin::Mode mode,
177 const CryptoPlugin::Pattern &pattern,
194 const CryptoPlugin::SubSample *subSamples,
198 CryptoPlugin::Mode mode,
199 const CryptoPlugin::Pattern &pattern,
207 const CryptoPlugin::SubSample *subSamples,
211 CryptoPlugin::Mode mode,
212 const CryptoPlugin::Pattern &pattern);
/frameworks/base/media/jni/
Dandroid_media_MediaCodec.h99 const CryptoPlugin::SubSample *subSamples,
103 CryptoPlugin::Mode mode,
104 const CryptoPlugin::Pattern &pattern,
118 const CryptoPlugin::SubSample *subSamples,
122 CryptoPlugin::Mode mode,
123 const CryptoPlugin::Pattern &pattern,
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
DCryptoPlugin.h59 struct CryptoPlugin : public drm::V1_4::ICryptoPlugin { struct
60 explicit CryptoPlugin(const hidl_vec<uint8_t>& sessionId) { in CryptoPlugin() function
63 virtual ~CryptoPlugin() {} in ~CryptoPlugin() argument
110 CLEARKEY_DISALLOW_COPY_AND_ASSIGN(CryptoPlugin); argument
/frameworks/av/drm/libmediadrm/interface/mediadrm/
DICrypto.h76 CryptoPlugin::Mode /*mode*/, const CryptoPlugin::Pattern &/*pattern*/,
78 const CryptoPlugin::SubSample * /*subSamples*/, size_t /*numSubSamples*/,
/frameworks/av/media/codec2/sfplugin/
DCCodecBufferChannel.h70 CryptoPlugin::Mode mode,
71 CryptoPlugin::Pattern pattern,
72 const CryptoPlugin::SubSample *subSamples,
83 CryptoPlugin::Mode mode,
84 CryptoPlugin::Pattern pattern,
86 const CryptoPlugin::SubSample *subSamples,
/frameworks/av/drm/libmediadrm/fuzzer/
DREADME.md22 | `cryptoMode` | 0.`CryptoPlugin::kMode_Unencrypted` 1.`CryptoPlugin::kMode_AES_CTR` 2.`CryptoPlugi…
Dmediadrm_fuzzer.cpp68 const CryptoPlugin::Mode kCryptoMode[] = {CryptoPlugin::kMode_Unencrypted,
69 CryptoPlugin::kMode_AES_CTR, CryptoPlugin::kMode_AES_WV,
70 CryptoPlugin::kMode_AES_CBC};
353 const CryptoPlugin::Pattern pattern = {0, 0}; in invokeCryptoDecrypt()
358 CryptoPlugin::SubSample subSamples[numSubSamples]; in invokeCryptoDecrypt()
402 CryptoPlugin::Mode mode; in invokeCryptoDecrypt()
405 mode = static_cast<CryptoPlugin::Mode>(mFuzzedDataProvider->ConsumeIntegral<size_t>()); in invokeCryptoDecrypt()
/frameworks/av/drm/libmediadrm/include/mediadrm/
DCryptoHal.h64 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern,
66 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples,
/frameworks/av/drm/libmediadrm/
DCryptoHal.cpp281 CryptoPlugin::Mode mode, const CryptoPlugin::Pattern &pattern, in decrypt()
283 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, in decrypt()
293 case CryptoPlugin::kMode_Unencrypted: in decrypt()
296 case CryptoPlugin::kMode_AES_CTR: in decrypt()
299 case CryptoPlugin::kMode_AES_WV: in decrypt()
302 case CryptoPlugin::kMode_AES_CBC: in decrypt()
/frameworks/av/media/libstagefright/tests/mediacodec/
DMediaCodecTest.cpp46 CryptoPlugin::Mode mode,
47 CryptoPlugin::Pattern pattern,
48 const CryptoPlugin::SubSample *subSamples,
60 CryptoPlugin::Mode mode,
61 CryptoPlugin::Pattern pattern,
63 const CryptoPlugin::SubSample *subSamples,
/frameworks/av/drm/mediadrm/plugins/mock/
DMockDrmCryptoPlugin.h48 CryptoPlugin **plugin);
157 class MockCryptoPlugin : public CryptoPlugin {
170 … String8 subSamplesToString(CryptoPlugin::SubSample const *subSamples, size_t numSubSamples) const;
/frameworks/av/media/libmedia/include/media/
DNdkWrapper.h159 CryptoPlugin::Mode mode,
169 void setPattern(CryptoPlugin::Pattern *pattern);
177 CryptoPlugin::Mode getMode();
/frameworks/av/media/libstagefright/
DACodecBufferChannel.cpp128 const uint8_t *iv, CryptoPlugin::Mode mode, CryptoPlugin::Pattern pattern, in queueSecureInputBuffer()
129 const CryptoPlugin::SubSample *subSamples, size_t numSubSamples, in queueSecureInputBuffer()
337 CryptoPlugin::Mode mode, in attachEncryptedBuffer()
338 CryptoPlugin::Pattern pattern, in attachEncryptedBuffer()
340 const CryptoPlugin::SubSample *subSamples, in attachEncryptedBuffer()

12