Searched refs:resultCharacteristics (Results 1 – 2 of 2) sorted by relevance
242 KeyCharacteristics resultCharacteristics; in generateKey() local246 resultCharacteristics.teeEnforced = kmParamSet2Hidl(response.enforced); in generateKey()247 resultCharacteristics.softwareEnforced = kmParamSet2Hidl(response.unenforced); in generateKey()249 _hidl_cb(legacy_enum_conversion(response.error), resultKeyBlob, resultCharacteristics); in generateKey()264 KeyCharacteristics resultCharacteristics; in getKeyCharacteristics() local266 resultCharacteristics.teeEnforced = kmParamSet2Hidl(response.enforced); in getKeyCharacteristics()267 resultCharacteristics.softwareEnforced = kmParamSet2Hidl(response.unenforced); in getKeyCharacteristics()269 _hidl_cb(legacy_enum_conversion(response.error), resultCharacteristics); in getKeyCharacteristics()285 KeyCharacteristics resultCharacteristics; in importKey() local289 resultCharacteristics.teeEnforced = kmParamSet2Hidl(response.enforced); in importKey()[all …]
357 KeyCharacteristics resultCharacteristics; in generateKey() local361 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in generateKey()362 resultCharacteristics.softwareEnforced = kmParamSet2Hidl(response.unenforced); in generateKey()379 KeyCharacteristics resultCharacteristics; in getKeyCharacteristics() local381 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in getKeyCharacteristics()382 resultCharacteristics.softwareEnforced = kmParamSet2Hidl(response.unenforced); in getKeyCharacteristics()384 _hidl_cb(legacy_enum_conversion(response.error), resultCharacteristics); in getKeyCharacteristics()400 KeyCharacteristics resultCharacteristics; in importKey() local404 resultCharacteristics.hardwareEnforced = kmParamSet2Hidl(response.enforced); in importKey()426 KeyCharacteristics resultCharacteristics; in importWrappedKey() local[all …]