Home
last modified time | relevance | path

Searched refs:type_obj (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A Dapi.c296 const struct crypto_type *type_obj = tfm->__crt_alg->cra_type; in crypto_init_ops() local
298 if (type_obj) in crypto_init_ops()
299 return type_obj->init(tfm, type, mask); in crypto_init_ops()
313 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize() local
317 if (type_obj) in crypto_ctxsize()
318 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dasus_wmi_sensors.c271 union acpi_object name_obj, data_type_obj, location_obj, source_obj, type_obj; in asus_wmi_sensor_info() local
329 type_obj = obj->package.elements[4]; in asus_wmi_sensor_info()
330 if (type_obj.type != ACPI_TYPE_INTEGER) { in asus_wmi_sensor_info()
336 s->type = type_obj.integer.value; in asus_wmi_sensor_info()
/kernel/linux/linux-6.6/crypto/
H A Dapi.c358 const struct crypto_type *type_obj = alg->cra_type; in crypto_ctxsize() local
362 if (type_obj) in crypto_ctxsize()
363 return len + type_obj->ctxsize(alg, type, mask); in crypto_ctxsize()

Completed in 4 milliseconds