Home
last modified time | relevance | path

Searched defs:mac_length (Results 1 – 3 of 3) sorted by relevance

/system/keymaster/km_openssl/
Dhmac_operation.cpp95 size_t mac_length, size_t min_mac_length) in HmacOperation()
/system/security/ondevice-signing/
DKeystoreHmacKey.cpp185 KeyParameter mac_length; in getSignOpParameters() local
/system/security/keystore2/test_utils/
Dauthorizations.rs154 pub fn mac_length(mut self, l: i32) -> Self { in mac_length() method