OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enroll_response
(Results
1 - 3
of
3
) sorted by null
/system/core/gatekeeperd/tests/
gatekeeper_test.cpp
68
EnrollResponse
enroll_response
;
local
74
do_enroll(gatekeeper, &
enroll_response
);
75
ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE,
enroll_response
.error);
76
VerifyRequest request(0, 1, &
enroll_response
.enrolled_password_handle,
97
EnrollResponse
enroll_response
;
local
104
do_enroll(gatekeeper, &
enroll_response
);
105
ASSERT_EQ(::gatekeeper::gatekeeper_error_t::ERROR_NONE,
enroll_response
.error);
108
password_handle.buffer.reset(new uint8_t[
enroll_response
.enrolled_password_handle.length]);
109
password_handle.length =
enroll_response
.enrolled_password_handle.length;
110
memcpy(password_handle.buffer.get(),
enroll_response
.enrolled_password_handle.buffer.get()
152
EnrollResponse
enroll_response
;
local
[
all
...]
/system/tpm/attestation/server/
attestation_service.h
192
// Finishes enrollment given an |
enroll_response
| from the Google Attestation
195
bool FinishEnroll(const std::string&
enroll_response
,
attestation_service.cc
563
bool AttestationService::FinishEnroll(const std::string&
enroll_response
,
569
if (!response_pb.ParseFromString(
enroll_response
)) {
Completed in 209 milliseconds