Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dap_bus.c79 struct ap_perms ap_perms; variable
80 EXPORT_SYMBOL(ap_perms);
1282 ap_perms.apm[0], ap_perms.apm[1], in apmask_show()
1283 ap_perms.apm[2], ap_perms.apm[3]); in apmask_show()
1313 ap_perms.aqm[0], ap_perms.aqm[1], in aqmask_show()
1314 ap_perms.aqm[2], ap_perms.aqm[3]); in aqmask_show()
1853 memset(&ap_perms.ioctlm, 0xFF, sizeof(ap_perms.ioctlm)); in ap_perms_init()
1854 memset(&ap_perms.apm, 0xFF, sizeof(ap_perms.apm)); in ap_perms_init()
1855 memset(&ap_perms.aqm, 0xFF, sizeof(ap_perms.aqm)); in ap_perms_init()
1859 memset(&ap_perms.apm, 0, sizeof(ap_perms.apm)); in ap_perms_init()
[all …]
A Dzcrypt_api.c128 struct ap_perms perms;
494 struct ap_perms *perms = &ap_perms; in zcrypt_open()
541 static inline int zcrypt_check_ioctl(struct ap_perms *perms, in zcrypt_check_ioctl()
631 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo()
739 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt()
980 return _zcrypt_send_cprb(false, &ap_perms, NULL, xcRB); in zcrypt_send_cprb()
1142 return _zcrypt_send_ep11_cprb(false, &ap_perms, NULL, xcrb); in zcrypt_send_ep11_cprb()
1594 struct ap_perms *perms = in zcrypt_unlocked_ioctl()
1595 (struct ap_perms *) filp->private_data; in zcrypt_unlocked_ioctl()
1898 struct ap_perms *perms = in zcrypt_compat_ioctl()
[all …]
A Dap_bus.h292 struct ap_perms { struct
297 extern struct ap_perms ap_perms; argument

Completed in 12 milliseconds