Searched refs:resultCharacteristics (Results 1 – 1 of 1) sorted by relevance
356 KeyCharacteristics resultCharacteristics; in generateKey() local360 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() local380 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() local403 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in importKey()[all …]