Home | History | Annotate | Download | only in attestation

Lines Matching defs:attestation

14 #include "chromeos/attestation/attestation_constants.h"
29 namespace attestation {
43 // Implements the message flow for Chrome OS attestation tasks. Generally this
44 // consists of coordinating messages between the Chrome OS attestation service
62 // Gets an attestation certificate for a hardware-protected key. If a key for
90 // Asynchronously initiates the attestation enrollment flow.
98 // Called when the attestation daemon has finished creating an enrollment
113 // is asynchronously forwarded as-is to the attestation daemon in order to
126 // Called when the attestation daemon completes an enrollment operation. If
139 // Asynchronously initiates the certificate request flow. Attestation
156 // Called when the attestation daemon has finished creating a certificate
175 // is asynchronously forwarded as-is to the attestation daemon in order to
192 // Gets an existing certificate from the attestation daemon.
213 } // namespace attestation