HomeSort by relevance Sort by last modified time
    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