Home | History | Annotate | Download | only in contexts

Lines Matching full:attestation_challenge

1084     keymaster_blob_t attestation_challenge = {};
1085 request.attest_params.GetTagValue(TAG_ATTESTATION_CHALLENGE, &attestation_challenge);
1086 if (attestation_challenge.data_length > kMaximumAttestationChallengeLength) {
1088 attestation_challenge.data_length, kMaximumAttestationChallengeLength);