OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBlockBitCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/drm/mediadrm/plugins/clearkey/default/
AesCtrDecryptor.cpp
27
static const size_t
kBlockBitCount
= kBlockSize * 8;
46
AES_set_encrypt_key(key.array(),
kBlockBitCount
, &opensslKey);
/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/
AesCtrDecryptor.cpp
35
static const size_t
kBlockBitCount
= kBlockSize * 8;
55
AES_set_encrypt_key(key.data(),
kBlockBitCount
, &opensslKey);
Completed in 75 milliseconds