HomeSort by relevance Sort by last modified time
    Searched defs:attest_params (Results 1 - 2 of 2) sorted by null

  /system/keymaster/tests/
android_keymaster_test_utils.cpp 340 AuthorizationSet attest_params; local
341 attest_params.push_back(UserAuthParams());
342 attest_params.push_back(ClientParams());
343 attest_params.push_back(TAG_ATTESTATION_CHALLENGE, attest_challenge.data(),
345 attest_params.push_back(TAG_ATTESTATION_APPLICATION_ID, attest_app_id.data(),
347 return device()->attest_key(device(), &blob_, &attest_params, cert_chain);
    [all...]
  /system/keymaster/include/keymaster/
android_keymaster_messages.h 614 AuthorizationSet attest_params; member in struct:keymaster::AttestKeyRequest
    [all...]

Completed in 193 milliseconds