Searched defs:password_key (Results 1 - 2 of 2) sorted by relevance

/system/core/gatekeeperd/
H A DSoftGateKeeper.h72 virtual void GetPasswordKey(const uint8_t **password_key, uint32_t *length) { argument
73 if (password_key == NULL || length == NULL) return;
77 *password_key = password_key_copy;
/system/gatekeeper/
H A Dgatekeeper.cpp188 const uint8_t *password_key = NULL; local
190 GetPasswordKey(&password_key, &password_key_length);
192 if (!password_key || password_key_length == 0) {
197 password_key, password_key_length, to_sign, sizeof(to_sign), salt);

Completed in 32 milliseconds