HomeSort by relevance Sort by last modified time
    Searched refs:FwdLockGlue_GetEncryptedKeyLength (Results 1 - 4 of 4) sorted by null

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.h 49 size_t FwdLockGlue_GetEncryptedKeyLength(size_t plaintextKeyLength);
FwdLockGlue.c 144 size_t FwdLockGlue_GetEncryptedKeyLength(size_t plaintextKeyLength) {
153 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(plaintextKeyLength));
175 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(decryptedKeyLength));
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 269 pSession->encryptedSessionKeyLength = FwdLockGlue_GetEncryptedKeyLength(KEY_SIZE);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c     [all...]

Completed in 62 milliseconds