HomeSort by relevance Sort by last modified time
    Searched full:min_mac_length_ (Results 1 - 2 of 2) sorted by null

  /system/keymaster/km_openssl/
hmac_operation.h 47 const size_t min_mac_length_; member in class:keymaster::HmacOperation
hmac_operation.cpp 91 mac_length_(mac_length), min_mac_length_(min_mac_length) {
184 if (siglen < min_mac_length_) return KM_ERROR_INVALID_MAC_LENGTH;

Completed in 550 milliseconds