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

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

Completed in 60 milliseconds