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

  /system/keymaster/android_keymaster/
android_keymaster.cpp 390 void AndroidKeymaster::AttestKey(const AttestKeyRequest& request, AttestKeyResponse* response) {
  /hardware/interfaces/keymaster/4.0/vts/functional/
KeymasterHidlTest.cpp 358 ErrorCode KeymasterHidlTest::AttestKey(const HidlBuf& key_blob,
361 SCOPED_TRACE("AttestKey");
363 auto rc = keymaster_->attestKey(
376 ErrorCode KeymasterHidlTest::AttestKey(const AuthorizationSet& attest_params,
378 SCOPED_TRACE("AttestKey");
379 return AttestKey(key_blob_, attest_params, cert_chain);
  /system/keymaster/tests/
android_keymaster_test_utils.cpp 337 keymaster_error_t Keymaster2Test::AttestKey(const string& attest_challenge,
    [all...]
  /hardware/interfaces/keymaster/3.0/vts/functional/
keymaster_hidl_hal_test.cpp 718 ErrorCode AttestKey(const HidlBuf& key_blob, const AuthorizationSet& attest_params,
720 SCOPED_TRACE("AttestKey");
722 auto rc = keymaster_->attestKey(
735 ErrorCode AttestKey(const AuthorizationSet& attest_params,
737 SCOPED_TRACE("AttestKey");
738 return AttestKey(key_blob_, attest_params, cert_chain);
    [all...]

Completed in 94 milliseconds