Home
last modified time | relevance | path

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

/system/gatekeeper/include/gatekeeper/
Dgatekeeper.h78 virtual void GetPasswordKey(const uint8_t **password_key, uint32_t *length) = 0;
/system/core/gatekeeperd/
DSoftGateKeeper.h72 virtual void GetPasswordKey(const uint8_t **password_key, uint32_t *length) { in GetPasswordKey() function
/system/gatekeeper/
Dgatekeeper.cpp190 GetPasswordKey(&password_key, &password_key_length); in CreatePasswordHandle()