Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_record.cpp30 constexpr size_t kMaximumAttestationChallengeLength = 128; variable
436 if (attestation_challenge.data_length > kMaximumAttestationChallengeLength) in build_attestation_record()
/system/keymaster/contexts/
Dsoft_keymaster_device.cpp79 const size_t kMaximumAttestationChallengeLength = 128; variable
1087 if (attestation_challenge.data_length > kMaximumAttestationChallengeLength) { in attest_key()
1089 attestation_challenge.data_length, kMaximumAttestationChallengeLength); in attest_key()