OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinHmacLengthBits
(Results
1 - 3
of
3
) sorted by null
/system/keymaster/
hmac_key.h
24
const size_t
kMinHmacLengthBits
= 64;
hmac_key.cpp
108
if (min_mac_length_bits <
kMinHmacLengthBits
)
hmac_operation.cpp
128
if (mac_length > EVP_MD_size(md) || mac_length <
kMinHmacLengthBits
/ 8) {
184
if (siglen > digest_len || siglen <
kMinHmacLengthBits
/ 8)
Completed in 44 milliseconds