Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.cpp128 std::vector<uint8_t>& asn1_attestation_id = asn1_attestation_id_result; in updateParamsForAttestation() local
135 if (asn1_attestation_id.size() > KEY_ATTESTATION_APPLICATION_ID_MAX_SIZE) { in updateParamsForAttestation()
137 static_cast<int32_t>(asn1_attestation_id.size())); in updateParamsForAttestation()
141 params->push_back(TAG_ATTESTATION_APPLICATION_ID, asn1_attestation_id); in updateParamsForAttestation()