Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/s390/crypto/
Dzcrypt_api.c364 long zcrypt_send_cprb(struct ica_xcRB *xcRB) in zcrypt_send_cprb() function
436 EXPORT_SYMBOL(zcrypt_send_cprb);
841 rc = zcrypt_send_cprb(&xcRB); in zcrypt_unlocked_ioctl()
846 rc = zcrypt_send_cprb(&xcRB); in zcrypt_unlocked_ioctl()
1118 rc = zcrypt_send_cprb(&xcRB64); in trans_xcRB32()
1123 rc = zcrypt_send_cprb(&xcRB64); in trans_xcRB32()
Dzcrypt_api.h157 long zcrypt_send_cprb(struct ica_xcRB *xcRB);
Dpkey_api.c193 rc = zcrypt_send_cprb(xcrb); in _zcrypt_send_cprb()