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

  /system/hwservicemanager/
TokenManager.cpp 111 uint32_t hmacSize;
116 hmac.data(), &hmacSize);
125 const hidl_vec<uint8_t> &token = TokenManager::getToken(id, hmac.data(), hmacSize);
157 hidl_vec<uint8_t> TokenManager::getToken(const uint64_t id, const uint8_t *hmac, uint64_t hmacSize) {
159 token.resize(ID_SIZE + hmacSize);
165 for (size_t i = 0; i < hmacSize; i++) {
TokenManager.h 42 static hidl_vec<uint8_t> getToken(const uint64_t id, const uint8_t *hmac, uint64_t hmacSize);

Completed in 466 milliseconds