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

  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 39 static AES_KEY encryptionRoundKeys;
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/
FwdLockFile.c 69 AES_KEY encryptionRoundKeys;
191 &pSession->encryptionRoundKeys) != 0) {
249 AES_encrypt(counter, pSession->keyStream, &pSession->encryptionRoundKeys);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 146 AES_KEY encryptionRoundKeys;
260 &pSession->encryptionRoundKeys) != 0) {
    [all...]

Completed in 74 milliseconds