Home
last modified time | relevance | path

Searched refs:resultCharacteristics (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/guest/hals/keymaster/remote/
Dremote_keymaster4_device.cpp356 KeyCharacteristics resultCharacteristics; in generateKey() local
360 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in generateKey()
361 resultCharacteristics.softwareEnforced = kmParamSet2Hidl(response.unenforced); in generateKey()
363 _hidl_cb(legacy_enum_conversion(response.error), resultKeyBlob, resultCharacteristics); in generateKey()
378 KeyCharacteristics resultCharacteristics; in getKeyCharacteristics() local
380 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in getKeyCharacteristics()
381 resultCharacteristics.softwareEnforced = kmParamSet2Hidl(response.unenforced); in getKeyCharacteristics()
383 _hidl_cb(legacy_enum_conversion(response.error), resultCharacteristics); in getKeyCharacteristics()
399 KeyCharacteristics resultCharacteristics; in importKey() local
403 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in importKey()
[all …]