Searched refs:CryptoHal (Results 1 – 5 of 5) sorted by relevance
26 CryptoHal::CryptoHal() { in CryptoHal() function in android::CryptoHal31 CryptoHal::~CryptoHal() {} in ~CryptoHal()33 status_t CryptoHal::initCheck() const { in initCheck()40 bool CryptoHal::isCryptoSchemeSupported(const uint8_t uuid[16]) { in isCryptoSchemeSupported()45 status_t CryptoHal::createPlugin(const uint8_t uuid[16], const void* data, size_t size) { in createPlugin()51 status_t CryptoHal::destroyPlugin() { in destroyPlugin()57 bool CryptoHal::requiresSecureDecoderComponent(const char* mime) const { in requiresSecureDecoderComponent()64 void CryptoHal::notifyResolution(uint32_t width, uint32_t height) { in notifyResolution()74 DrmStatus CryptoHal::setMediaDrmSession(const Vector<uint8_t>& sessionId) { in setMediaDrmSession()80 ssize_t CryptoHal::decrypt(const uint8_t key[16], const uint8_t iv[16], CryptoPlugin::Mode mode, in decrypt()[all …]
33 "CryptoHal.cpp",
200 return MakeObject<CryptoHal>(pstatus); in MakeCrypto()
30 struct CryptoHal : public ICrypto { struct31 CryptoHal();32 virtual ~CryptoHal();54 DISALLOW_EVIL_CONSTRUCTORS(CryptoHal);
131 sp<CryptoHal> mCrypto = nullptr;331 mCrypto = new CryptoHal(); in initCrypto()