Searched defs:encryptedKeyLength (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
H A DFwdLockGlue.c151 size_t encryptedKeyLength) {
153 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(plaintextKeyLength));
158 size_t dataLength = encryptedKeyLength - AES_BLOCK_SIZE;
171 size_t encryptedKeyLength,
175 assert(encryptedKeyLength == FwdLockGlue_GetEncryptedKeyLength(decryptedKeyLength));
177 size_t dataLength = encryptedKeyLength - AES_BLOCK_SIZE;
148 FwdLockGlue_EncryptKey(const void *pPlaintextKey, size_t plaintextKeyLength, void *pEncryptedKey, size_t encryptedKeyLength) argument
170 FwdLockGlue_DecryptKey(const void *pEncryptedKey, size_t encryptedKeyLength, void *pDecryptedKey, size_t decryptedKeyLength) argument

Completed in 38 milliseconds