OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mac_length_
(Results
1 - 2
of
2
) sorted by null
/system/keymaster/
hmac_operation.cpp
94
: Operation(purpose), error_(KM_ERROR_OK),
mac_length_
(mac_length),
177
if (
mac_length_
> digest_len)
179
if (!output->reserve(
mac_length_
) || !output->write(digest,
mac_length_
))
hmac_operation.h
47
const size_t
mac_length_
;
member in class:keymaster::HmacOperation
Completed in 52 milliseconds