Home
last modified time | relevance | path

Searched refs:FwdLockGlue_GetEncryptedKeyLength (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
DFwdLockGlue.c144 size_t FwdLockGlue_GetEncryptedKeyLength(size_t plaintextKeyLength) { in FwdLockGlue_GetEncryptedKeyLength() function
153 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(plaintextKeyLength)); in FwdLockGlue_EncryptKey()
175 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(decryptedKeyLength)); in FwdLockGlue_DecryptKey()
DFwdLockGlue.h49 size_t FwdLockGlue_GetEncryptedKeyLength(size_t plaintextKeyLength);
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c272 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE); in FwdLockFile_attach()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.c1121 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE); in FwdLockConv_OpenSession()