OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decryptionroundkeys
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c
40
static AES_KEY
decryptionRoundKeys
;
98
AES_set_decrypt_key(keyEncryptionKey, KEY_SIZE_IN_BITS, &
decryptionRoundKeys
) != 0) {
183
AES_cbc_encrypt(pData, pData, dataLength, &
decryptionRoundKeys
, initVector,
Completed in 65 milliseconds