Home
last modified time | relevance | path

Searched refs:min_mac_length_ (Results 1 – 2 of 2) sorted by relevance

/system/keymaster/km_openssl/
Dhmac_operation.cpp97 mac_length_(mac_length), min_mac_length_(min_mac_length) { in HmacOperation()
190 if (siglen < min_mac_length_) return KM_ERROR_INVALID_MAC_LENGTH; in Finish()
Dhmac_operation.h47 const size_t min_mac_length_; variable