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

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

Completed in 1087 milliseconds