| /linux/drivers/s390/crypto/ |
| H A D | zcrypt_cca_key.h | 159 static inline int zcrypt_type6_crt_key(struct ica_rsa_modexpo_crt *crt, void *p) in zcrypt_type6_crt_key() argument 182 if (WARN_ON_ONCE(crt->inputdatalength > 512)) in zcrypt_type6_crt_key() 187 short_len = (crt->inputdatalength + 1) / 2; in zcrypt_type6_crt_key() 190 key_len = 3 * long_len + 2 * short_len + pad_len + crt->inputdatalength; in zcrypt_type6_crt_key() 208 key->pvt.mod_len = crt->inputdatalength; in zcrypt_type6_crt_key() 212 if (copy_from_user(key->key_parts, crt->np_prime, long_len) || in zcrypt_type6_crt_key() 214 crt->nq_prime, short_len) || in zcrypt_type6_crt_key() 216 crt->bp_key, long_len) || in zcrypt_type6_crt_key() 218 crt->bq_key, short_len) || in zcrypt_type6_crt_key() 220 crt->u_mult_inv, long_len)) in zcrypt_type6_crt_key() [all …]
|
| H A D | zcrypt_msgtype6.c | 256 struct ica_rsa_modexpo_crt *crt) in icacrt_msg_to_type6crt_msgx() argument 284 if (WARN_ON_ONCE(crt->inputdatalength > PAGE_SIZE)) in icacrt_msg_to_type6crt_msgx() 288 msg->length = crt->inputdatalength + 2; in icacrt_msg_to_type6crt_msgx() 289 if (copy_from_user(msg->text, crt->inputdata, crt->inputdatalength)) in icacrt_msg_to_type6crt_msgx() 293 size = zcrypt_type6_crt_key(crt, msg->text + crt->inputdatalength); in icacrt_msg_to_type6crt_msgx() 296 size += sizeof(*msg) + crt->inputdatalength; /* total size of msg */ in icacrt_msg_to_type6crt_msgx() 1011 struct ica_rsa_modexpo_crt *crt, in zcrypt_msgtype6_modexpo_crt() argument 1020 rc = icacrt_msg_to_type6crt_msgx(zq, ap_msg, crt); in zcrypt_msgtype6_modexpo_crt() 1033 crt->outputdata, in zcrypt_msgtype6_modexpo_crt() 1034 crt->outputdatalength); in zcrypt_msgtype6_modexpo_crt()
|
| H A D | zcrypt_api.c | 748 struct ica_rsa_modexpo_crt *crt) in zcrypt_rsa_crt() argument 758 trace_s390_zcrypt_req(crt, TP_ICARSACRT); in zcrypt_rsa_crt() 764 if (crt->outputdatalength < crt->inputdatalength) { in zcrypt_rsa_crt() 774 crt->outputdatalength = crt->inputdatalength; in zcrypt_rsa_crt() 776 rc = get_rsa_crt_fc(crt, &func_code); in zcrypt_rsa_crt() 789 if (zc->min_mod_size > crt->inputdatalength || in zcrypt_rsa_crt() 790 zc->max_mod_size < crt->inputdatalength) in zcrypt_rsa_crt() 834 rc = pref_zq->ops->rsa_modexpo_crt(pref_zq, crt, &ap_msg); in zcrypt_rsa_crt() 846 trace_s390_zcrypt_rep(crt, func_code, rc, in zcrypt_rsa_crt() 1511 struct ica_rsa_modexpo_crt crt; in icarsacrt_ioctl() local [all …]
|
| H A D | zcrypt_msgtype50.h | 23 int get_rsa_crt_fc(struct ica_rsa_modexpo_crt *crt, int *fc);
|
| /linux/tools/include/nolibc/ |
| H A D | Makefile | 25 crt.h \ 107 $(Q)for header in $(filter-out crt.h std.h,$(all_files)); do \
|
| /linux/arch/arm64/boot/dts/realtek/ |
| H A D | rtd139x.dtsi | 64 crt: syscon@0 { label 123 &crt {
|
| H A D | rtd129x.dtsi | 66 crt: syscon@0 { label 125 &crt {
|
| H A D | rtd16xx.dtsi | 144 crt: syscon@0 { label
|
| /linux/arch/arm/boot/dts/realtek/ |
| H A D | rtd1195.dtsi | 104 crt: syscon@0 { label 163 &crt {
|
| /linux/drivers/video/fbdev/via/ |
| H A D | ioctl.h | 70 unsigned short crt:1; member
|
| /linux/include/video/ |
| H A D | tdfx.h | 159 unsigned char crt[25]; member
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_bios.h | 150 uint8_t crt, tv, panel; member
|
| H A D | nouveau_bios.c | 1193 bios->legacy.i2c_indices.crt = bios->data[legacy_i2c_offset]; in parse_bmp_structure() 1770 bios->legacy.i2c_indices.crt, 1, DCB_OUTPUT_B); in fabricate_dcb_encoder_table()
|
| /linux/drivers/video/fbdev/geode/ |
| H A D | gx1fb_core.c | 469 module_param_named(crt, crt_option, int, 0444); 470 MODULE_PARM_DESC(crt, "enable CRT output. 0 = off, 1 = on (default)");
|
| /linux/drivers/video/fbdev/matrox/ |
| H A D | matroxfb_crtc2.c | 447 u_int32_t crt; in matroxfb_dh_ioctl() local 449 if (get_user(crt, (u_int32_t __user *)arg)) in matroxfb_dh_ioctl() 452 if (crt != 0) in matroxfb_dh_ioctl()
|
| H A D | matroxfb_base.c | 903 u_int32_t crt; in matroxfb_ioctl() local 905 if (get_user(crt, (u_int32_t __user *)arg)) in matroxfb_ioctl() 908 return matroxfb_wait_for_sync(minfo, crt); in matroxfb_ioctl()
|
| /linux/Documentation/fb/ |
| H A D | tridentfb.rst | 48 crt assume monitor is present instead of fp
|
| /linux/drivers/video/fbdev/ |
| H A D | ps3fb.c | 800 u32 crt; in ps3fb_ioctl() local 802 if (get_user(crt, (u32 __user *) arg)) in ps3fb_ioctl() 805 retval = ps3fb_wait_for_vsync(crt); in ps3fb_ioctl()
|
| H A D | tridentfb.c | 73 static int crt; variable 92 module_param(crt, int, 0); 93 MODULE_PARM_DESC(crt, "Define if CRT is connected"); 903 if (crt || !iscyber(par->chip_id)) in is_flatpanel()
|
| /linux/drivers/acpi/ |
| H A D | acpi_video.c | 170 u8 crt:1; member 1155 data->flags.crt = 1; in acpi_video_bus_get_one_device() 1178 data->flags.crt = 1; in acpi_video_bus_get_one_device() 1466 if (!video_device->flags.crt) in acpi_video_get_edid()
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra20-trimslice.dts | 71 nvidia,function = "crt";
|
| H A D | tegra30-asus-tf300tl.dts | 80 nvidia,function = "crt"; 88 nvidia,function = "crt";
|
| H A D | tegra20-tamonten.dtsi | 65 nvidia,function = "crt";
|
| H A D | tegra20-ventana.dts | 81 nvidia,function = "crt";
|
| /linux/drivers/pinctrl/tegra/ |
| H A D | pinctrl-tegra20.c | 1898 FUNCTION(crt), 2200 DRV_PG(crt, 0x8ec),
|