HomeSort by relevance Sort by last modified time
    Searched defs:AttestationFlow (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chromeos/attestation/
attestation_flow.h 47 // AttestationFlow flow(AsyncMethodCaller::GetInstance(),
50 // AttestationFlow::CertificateCallback callback = base::Bind(&MyCallback);
52 class CHROMEOS_EXPORT AttestationFlow {
58 AttestationFlow(cryptohome::AsyncMethodCaller* async_caller,
61 virtual ~AttestationFlow();
209 base::WeakPtrFactory<AttestationFlow> weak_factory_;
211 DISALLOW_COPY_AND_ASSIGN(AttestationFlow);
attestation_flow.cc 42 const AttestationFlow::CertificateCallback& callback,
85 AttestationFlow::AttestationFlow(cryptohome::AsyncMethodCaller* async_caller,
94 AttestationFlow::~AttestationFlow() {
97 void AttestationFlow::GetCertificate(
106 &AttestationFlow::StartCertificateRequest,
114 base::Closure do_enroll = base::Bind(&AttestationFlow::StartEnroll,
125 void AttestationFlow::StartEnroll(const base::Closure& on_failure,
130 base::Bind(&AttestationFlow::SendEnrollRequestToPCA
    [all...]

Completed in 42 milliseconds