OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_tag_length
(Results
1 - 1
of
1
) sorted by null
/system/keymaster/km_openssl/
aes_key.cpp
75
uint32_t
min_tag_length
;
local
76
if (!key_description.GetTagValue(TAG_MIN_MAC_LENGTH, &
min_tag_length
))
79
if (
min_tag_length
% 8 != 0)
82
if (
min_tag_length
< kMinGcmTagLength ||
min_tag_length
> kMaxGcmTagLength)
Completed in 104 milliseconds