Lines Matching refs:message
23 // This message holds all information to be sent to the attestation server in
25 message AttestationEnrollmentRequest {
55 message AttestationEnrollmentResponse {
57 // Detail response message. Included when the result is not OK.
63 message AttestationCertificateRequest {
72 // A message identifier to be included in the response.
85 message AttestationCertificateResponse {
87 // Detail response message. Included when the result is not OK.
93 // A message identifier from the request this message is responding to.
105 message AttestationResetRequest {
125 message AttestationResetResponse {
128 // Detail response message. Included when the result is not OK.
133 // Before transmitted to the client, this message will be wrapped as a
134 // SignedData message, in which the data field is the serialized Challenge
135 // message, and the signature field is the signature of the data field signed
138 message Challenge {
149 // Before transmitted to the server, this message will be wrapped as a
150 // SignedData message, in which the data field is the serialized
151 // ChallengeResponse message, and the signature field is the signature of the
154 message ChallengeResponse {
160 // The KeyInfo message encrypted using a public encryption key, pushed via
168 // The data type of the message decrypted from
169 // ChallengeResponse.encrypted_key_info.encrypted_data field. This message holds
171 message KeyInfo {