HomeSort by relevance Sort by last modified time
    Searched refs:password_key (Results 1 - 3 of 3) sorted by null

  /system/core/gatekeeperd/
SoftGateKeeper.h 72 virtual void GetPasswordKey(const uint8_t **password_key, uint32_t *length) {
73 if (password_key == NULL || length == NULL) return;
77 *password_key = password_key_copy;
  /system/gatekeeper/
gatekeeper.cpp 188 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);
  /system/gatekeeper/include/gatekeeper/
gatekeeper.h 75 * Ownership of the password_key pointer is maintained by the implementor.
78 virtual void GetPasswordKey(const uint8_t **password_key, uint32_t *length) = 0;
168 * Verifies that handle matches password HMAC'ed with the password_key

Completed in 87 milliseconds