Home
last modified time | relevance | path

Searched refs:SendACARequestAndBlock (Results 1 – 2 of 2) sorted by relevance

/system/tpm/attestation/server/
Dattestation_service.h214 bool SendACARequestAndBlock(ACARequestType request_type,
Dattestation_service.cc109 if (!SendACARequestAndBlock(kEnroll, enroll_request, &enroll_reply)) { in CreateGoogleAttestedKeyTask()
139 if (!SendACARequestAndBlock(kGetCertificate, certificate_request, in CreateGoogleAttestedKeyTask()
626 bool AttestationService::SendACARequestAndBlock(ACARequestType request_type, in SendACARequestAndBlock() function in attestation::AttestationService