Home
last modified time | relevance | path

Searched defs:keyParams (Results 1 – 3 of 3) sorted by relevance

/aosp14/system/core/trusty/keymaster/keymint/
H A DTrustyKeyMintDevice.cpp118 ScopedAStatus TrustyKeyMintDevice::generateKey(const vector<KeyParameter>& keyParams, in generateKey()
162 ScopedAStatus TrustyKeyMintDevice::importKey(const vector<KeyParameter>& keyParams, in importKey()
/aosp14/system/core/trusty/keymaster/4.0/
H A DTrustyKeymaster4Device.cpp96 std::vector<KeyParameter> keyParams(keyParamsBase); in injectAuthToken() local
128 KmParamSet(const hidl_vec<KeyParameter>& keyParams) { in KmParamSet()
349 Return<void> TrustyKeymaster4Device::generateKey(const hidl_vec<KeyParameter>& keyParams, in generateKey()
/aosp14/system/core/trusty/keymaster/3.0/
H A DTrustyKeymaster3Device.cpp76 KmParamSet(const hidl_vec<KeyParameter>& keyParams) { in KmParamSet()
234 Return<void> TrustyKeymaster3Device::generateKey(const hidl_vec<KeyParameter>& keyParams, in generateKey()