OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPasswordKey
(Results
1 - 3
of
3
) sorted by null
/system/gatekeeper/include/gatekeeper/
gatekeeper.h
72
*
GetPasswordKey
is not const because unlike AuthTokenKey,
78
virtual void
GetPasswordKey
(const uint8_t **password_key, uint32_t *length) = 0;
/system/core/gatekeeperd/
SoftGateKeeper.h
72
virtual void
GetPasswordKey
(const uint8_t **password_key, uint32_t *length) {
/system/gatekeeper/
gatekeeper.cpp
190
GetPasswordKey
(&password_key, &password_key_length);
Completed in 391 milliseconds