Home
last modified time | relevance | path

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

/device/generic/goldfish/gatekeeper/
DSoftGateKeeper.h72 virtual void GetPasswordKey(const uint8_t **password_key, uint32_t *length) { in GetPasswordKey() argument
73 if (password_key == NULL || length == NULL) return; in GetPasswordKey()
77 *password_key = password_key_copy; in GetPasswordKey()
/device/google/cuttlefish_common/guest/hals/gatekeeper/
DSoftGateKeeper.h72 virtual void GetPasswordKey(const uint8_t **password_key, uint32_t *length) { in GetPasswordKey() argument
73 if (password_key == NULL || length == NULL) return; in GetPasswordKey()
77 *password_key = password_key_copy; in GetPasswordKey()