Home
last modified time | relevance | path

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

/system/gatekeeper/
Dgatekeeper.cpp264 const uint8_t *auth_token_key = nullptr; in MintAuthToken() local
266 if (GetAuthTokenKey(&auth_token_key, &key_len)) { in MintAuthToken()
267 ComputeSignature(token.hmac, sizeof(token.hmac), auth_token_key, key_len, in MintAuthToken()
/system/gatekeeper/include/gatekeeper/
Dgatekeeper.h66 virtual bool GetAuthTokenKey(const uint8_t **auth_token_key, uint32_t *length)