Home
last modified time | relevance | path

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

/system/keymaster/km_openssl/
Dattestation_record.cpp260 const AuthorizationSet& attestation_params, // in generate_unique_id() argument
275 attestation_params.GetTagValue(TAG_RESET_SINCE_ID_ROTATION), in generate_unique_id()
819 keymaster_error_t build_eat_record(const AuthorizationSet& attestation_params, in build_eat_record() argument
873 if (!attestation_params.GetTagValue(TAG_ATTESTATION_CHALLENGE, &attestation_challenge)) { in build_eat_record()
884 if (!attestation_params.GetTagValue(TAG_ATTESTATION_APPLICATION_ID, &attestation_app_id)) { in build_eat_record()
896 attestation_params, in build_eat_record()
902 if (attestation_params.find(tag) != -1) { in build_eat_record()
910 if (attestation_params.Contains(TAG_DEVICE_UNIQUE_ATTESTATION) && in build_eat_record()
951 attestation_params.GetTagValue(TAG_RESET_SINCE_ID_ROTATION), &error); in build_eat_record()
965 keymaster_error_t build_attestation_record(const AuthorizationSet& attestation_params, // in build_attestation_record() argument
[all …]
/system/keymaster/include/keymaster/km_openssl/
Dattestation_record.h331 keymaster_error_t build_attestation_record(const AuthorizationSet& attestation_params,
340 keymaster_error_t build_eat_record(const AuthorizationSet& attestation_params,