Home
last modified time | relevance | path

Searched refs:encryptionRoundKeys (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
DFwdLockGlue.c39 static AES_KEY encryptionRoundKeys; variable
97 if (AES_set_encrypt_key(keyEncryptionKey, KEY_SIZE_IN_BITS, &encryptionRoundKeys) != 0 || in FwdLockGlue_InitializeRoundKeys()
162 AES_cbc_encrypt(pEncryptedKey, pEncryptedKey, dataLength, &encryptionRoundKeys, in FwdLockGlue_EncryptKey()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
DFwdLockFile.c69 AES_KEY encryptionRoundKeys; member
194 &pSession->encryptionRoundKeys) != 0) { in FwdLockFile_DeriveKeys()
252 AES_encrypt(counter, pSession->keyStream, &pSession->encryptionRoundKeys); in FwdLockFile_DecryptByte()
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.c147 AES_KEY encryptionRoundKeys; member
263 &pSession->encryptionRoundKeys) != 0) { in FwdLockConv_DeriveKeys()
850 AES_encrypt(pSession->counter, pSession->keyStream, &pSession->encryptionRoundKeys); in FwdLockConv_WriteEncryptedChar()