Searched refs:ap_perms (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/drivers/s390/crypto/ |
| H A D | ap_bus.c | 85 struct ap_perms ap_perms; variable 86 EXPORT_SYMBOL(ap_perms); 1378 ap_perms.apm[0], ap_perms.apm[1], in apmask_show() 1379 ap_perms.apm[2], ap_perms.apm[3]); in apmask_show() 1470 ap_perms.aqm[0], ap_perms.aqm[1], in aqmask_show() 1471 ap_perms.aqm[2], ap_perms.aqm[3]); in aqmask_show() 2394 memset(&ap_perms.ioctlm, 0xFF, sizeof(ap_perms.ioctlm)); in ap_perms_init() 2395 memset(&ap_perms.apm, 0xFF, sizeof(ap_perms.apm)); in ap_perms_init() 2396 memset(&ap_perms.aqm, 0xFF, sizeof(ap_perms.aqm)); in ap_perms_init() 2400 memset(&ap_perms.apm, 0, sizeof(ap_perms.apm)); in ap_perms_init() [all …]
|
| H A D | zcrypt_api.c | 120 struct ap_perms perms; 502 struct ap_perms *perms = &ap_perms; in zcrypt_open() 637 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo() 741 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt() 870 if (perms != &ap_perms && tdom < AP_DOMAINS) { in _zcrypt_send_cprb() 983 rc = _zcrypt_send_cprb(false, &ap_perms, &tr, xcrb); in zcrypt_send_cprb() 1074 if (perms != &ap_perms && domain < AUTOSEL_DOM) { in _zcrypt_send_ep11_cprb() 1584 struct ap_perms *perms = in zcrypt_unlocked_ioctl() 1585 (struct ap_perms *)filp->private_data; in zcrypt_unlocked_ioctl() 1881 struct ap_perms *perms = in zcrypt_compat_ioctl() [all …]
|
| H A D | ap_bus.h | 287 struct ap_perms { struct 294 extern struct ap_perms ap_perms; argument
|