OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:password_handle_t
(Results
1 - 6
of
6
) sorted by null
/system/gatekeeper/tests/
gatekeeper_device_test.cpp
18
#include <gatekeeper/gatekeeper.h> // For
password_handle_t
21
using ::gatekeeper::
password_handle_t
;
110
password_handle_t
*handle = reinterpret_cast<
password_handle_t
*>(password_handle);
117
handle = reinterpret_cast<
password_handle_t
*>(password_handle);
134
password_handle_t
*handle = reinterpret_cast<
password_handle_t
*>(password_handle);
141
handle = reinterpret_cast<
password_handle_t
*>(password_handle);
/system/gatekeeper/
gatekeeper.cpp
38
password_handle_t
*pw_handle =
39
reinterpret_cast<
password_handle_t
*>(request.password_handle.buffer.get());
110
password_handle_t
*password_handle = reinterpret_cast<
password_handle_t
*>(
170
password_handle_buffer->buffer.reset(new uint8_t[sizeof(
password_handle_t
)]);
171
password_handle_buffer->length = sizeof(
password_handle_t
);
173
password_handle_t
*password_handle = reinterpret_cast<
password_handle_t
*>(
199
bool GateKeeper::DoVerify(const
password_handle_t
*expected_handle, const SizedBuffer &password) {
209
password_handle_t
*generated_handle
[
all
...]
/system/gatekeeper/include/gatekeeper/
password_handle.h
33
struct __attribute__ ((__packed__))
password_handle_t
{
struct in namespace:gatekeeper
gatekeeper.h
170
virtual bool DoVerify(const
password_handle_t
*expected_handle, const SizedBuffer &password);
/system/core/gatekeeperd/
gatekeeperd.cpp
38
#include <gatekeeper/password_handle.h> // for
password_handle_t
148
const gatekeeper::
password_handle_t
*handle =
149
reinterpret_cast<const gatekeeper::
password_handle_t
*>(current_password_handle);
173
gatekeeper::
password_handle_t
*handle =
174
reinterpret_cast<gatekeeper::
password_handle_t
*>(*enrolled_password_handle);
180
verify(uid, *enrolled_password_handle, sizeof(
password_handle_t
), desired_password,
214
const gatekeeper::
password_handle_t
*handle =
215
reinterpret_cast<const gatekeeper::
password_handle_t
*>(enrolled_password_handle);
259
maybe_store_sid(uid, reinterpret_cast<const gatekeeper::
password_handle_t
*>(
SoftGateKeeper.h
152
bool DoVerify(const
password_handle_t
*expected_handle, const SizedBuffer &password) {
Completed in 82 milliseconds