Searched refs:_zcrypt_send_cprb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 850 static long _zcrypt_send_cprb(bool userspace, struct ap_perms *perms, in _zcrypt_send_cprb() function 980 return _zcrypt_send_cprb(false, &ap_perms, NULL, xcRB); in zcrypt_send_cprb() 1517 rc = _zcrypt_send_cprb(true, perms, &tr, &xcRB); in zsecsendcprb_ioctl() 1528 rc = _zcrypt_send_cprb(true, perms, &tr, &xcRB); in zsecsendcprb_ioctl() 1870 rc = _zcrypt_send_cprb(true, perms, &tr, &xcRB64); in trans_xcRB32() 1877 rc = _zcrypt_send_cprb(true, perms, &tr, &xcRB64); in trans_xcRB32()
|
/kernel/linux/linux-6.6/drivers/s390/crypto/ |
H A D | zcrypt_api.c | 847 static long _zcrypt_send_cprb(bool userspace, struct ap_perms *perms, in _zcrypt_send_cprb() function 973 return _zcrypt_send_cprb(false, &ap_perms, NULL, xcrb); in zcrypt_send_cprb() 1497 rc = _zcrypt_send_cprb(true, perms, &tr, &xcrb); in zsecsendcprb_ioctl() 1504 rc = _zcrypt_send_cprb(true, perms, &tr, &xcrb); in zsecsendcprb_ioctl() 1835 rc = _zcrypt_send_cprb(true, perms, &tr, &xcrb64); in trans_xcrb32() 1842 rc = _zcrypt_send_cprb(true, perms, &tr, &xcrb64); in trans_xcrb32()
|
Completed in 6 milliseconds