Home
last modified time | relevance | path

Searched refs:encryptedKeyLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
DFwdLockGlue.c151 size_t encryptedKeyLength) { in FwdLockGlue_EncryptKey() argument
153 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(plaintextKeyLength)); in FwdLockGlue_EncryptKey()
158 size_t dataLength = encryptedKeyLength - AES_BLOCK_SIZE; in FwdLockGlue_EncryptKey()
171 size_t encryptedKeyLength, in FwdLockGlue_DecryptKey() argument
175 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(decryptedKeyLength)); in FwdLockGlue_DecryptKey()
177 size_t dataLength = encryptedKeyLength - AES_BLOCK_SIZE; in FwdLockGlue_DecryptKey()
DFwdLockGlue.h64 size_t encryptedKeyLength);
77 size_t encryptedKeyLength,