Searched refs:attest_params (Results 1 – 4 of 4) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | keymaster2.h | 241 const keymaster_key_param_set_t* attest_params,
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.h | 155 ErrorCode AttestKey(const HidlBuf& key_blob, const AuthorizationSet& attest_params, 157 ErrorCode AttestKey(const AuthorizationSet& attest_params,
|
D | KeymasterHidlTest.cpp | 376 const AuthorizationSet& attest_params, in AttestKey() argument 381 key_blob, attest_params.hidl_data(), in AttestKey() 393 ErrorCode KeymasterHidlTest::AttestKey(const AuthorizationSet& attest_params, in AttestKey() argument 396 return AttestKey(key_blob_, attest_params, cert_chain); in AttestKey()
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 700 ErrorCode AttestKey(const HidlBuf& key_blob, const AuthorizationSet& attest_params, in AttestKey() argument 705 key_blob, attest_params.hidl_data(), in AttestKey() 717 ErrorCode AttestKey(const AuthorizationSet& attest_params, in AttestKey() argument 720 return AttestKey(key_blob_, attest_params, cert_chain); in AttestKey()
|