OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GateKeeperMessage
(Results
1 - 6
of
6
) sorted by null
/system/gatekeeper/include/gatekeeper/
gatekeeper_messages.h
76
struct
GateKeeperMessage
{
77
GateKeeperMessage
() : error(ERROR_NONE) {}
78
GateKeeperMessage
(gatekeeper_error_t error) : error(error) {}
79
virtual ~
GateKeeperMessage
() {}
137
struct VerifyRequest : public
GateKeeperMessage
{
155
struct VerifyResponse : public
GateKeeperMessage
{
170
struct EnrollRequest : public
GateKeeperMessage
{
195
struct EnrollResponse : public
GateKeeperMessage
{
gatekeeper.h
208
failure_record_t *record, bool secure,
GateKeeperMessage
*response);
/system/core/trusty/gatekeeper/
trusty_gatekeeper.h
68
gatekeeper_error_t Send(uint32_t command, const
GateKeeperMessage
& request,
69
GateKeeperMessage
* response);
trusty_gatekeeper.cpp
160
gatekeeper_error_t TrustyGateKeeperDevice::Send(uint32_t command, const
GateKeeperMessage
& request,
161
GateKeeperMessage
*response) {
/system/gatekeeper/
gatekeeper_messages.cpp
66
uint32_t
GateKeeperMessage
::GetSerializedSize() const {
79
uint32_t
GateKeeperMessage
::Serialize(uint8_t *buffer, const uint8_t *end) const {
107
gatekeeper_error_t
GateKeeperMessage
::Deserialize(const uint8_t *payload, const uint8_t *end) {
129
void
GateKeeperMessage
::SetRetryTimeout(uint32_t retry_timeout) {
gatekeeper.cpp
279
failure_record_t *record, bool secure,
GateKeeperMessage
*response) {
Completed in 201 milliseconds