Home
last modified time | relevance | path

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

/openbmc/linux/drivers/s390/crypto/
H A Dap_bus.c81 struct ap_perms ap_perms; variable
82 EXPORT_SYMBOL(ap_perms);
1359 ap_perms.apm[0], ap_perms.apm[1], in apmask_show()
1360 ap_perms.apm[2], ap_perms.apm[3]); in apmask_show()
1451 ap_perms.aqm[0], ap_perms.aqm[1], in aqmask_show()
1452 ap_perms.aqm[2], ap_perms.aqm[3]); in aqmask_show()
2210 memset(&ap_perms.ioctlm, 0xFF, sizeof(ap_perms.ioctlm)); in ap_perms_init()
2211 memset(&ap_perms.apm, 0xFF, sizeof(ap_perms.apm)); in ap_perms_init()
2212 memset(&ap_perms.aqm, 0xFF, sizeof(ap_perms.aqm)); in ap_perms_init()
2216 memset(&ap_perms.apm, 0, sizeof(ap_perms.apm)); in ap_perms_init()
[all …]
H A Dzcrypt_api.c122 struct ap_perms perms;
504 struct ap_perms *perms = &ap_perms; in zcrypt_open()
639 static long zcrypt_rsa_modexpo(struct ap_perms *perms, in zcrypt_rsa_modexpo()
744 static long zcrypt_rsa_crt(struct ap_perms *perms, in zcrypt_rsa_crt()
872 if (perms != &ap_perms && tdom < AP_DOMAINS) { in _zcrypt_send_cprb()
975 return _zcrypt_send_cprb(false, &ap_perms, NULL, xcrb); in zcrypt_send_cprb()
1051 if (perms != &ap_perms && domain < AUTOSEL_DOM) { in _zcrypt_send_ep11_cprb()
1556 struct ap_perms *perms = in zcrypt_unlocked_ioctl()
1557 (struct ap_perms *)filp->private_data; in zcrypt_unlocked_ioctl()
1862 struct ap_perms *perms = in zcrypt_compat_ioctl()
[all …]
H A Dap_bus.h298 struct ap_perms { struct
305 extern struct ap_perms ap_perms; argument