OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:previousEncryptedCounter
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
AesCtrDecryptor.cpp
36
uint8_t
previousEncryptedCounter
[kBlockSize];
37
memset(
previousEncryptedCounter
, 0, kBlockSize);
62
opensslIv,
previousEncryptedCounter
,
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
AesCtrDecryptor.cpp
45
uint8_t
previousEncryptedCounter
[kBlockSize];
46
memset(
previousEncryptedCounter
, 0, kBlockSize);
71
opensslIv,
previousEncryptedCounter
,
Completed in 166 milliseconds