Home
last modified time | relevance | path

Searched refs:GetAuthTokenKey (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/gatekeeper/include/gatekeeper/
H A Dgatekeeper.h66 virtual bool GetAuthTokenKey(const uint8_t **auth_token_key, uint32_t *length)
/aosp12/hardware/interfaces/gatekeeper/1.0/software/
H A DSoftGateKeeper.h60 virtual bool GetAuthTokenKey(const uint8_t** auth_token_key, uint32_t* length) const { in GetAuthTokenKey() function
/aosp12/system/gatekeeper/
H A Dgatekeeper.cpp266 if (GetAuthTokenKey(&auth_token_key, &key_len)) { in MintAuthToken()