Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_api.h157 long zcrypt_send_cprb(struct ica_xcRB *xcRB);
Dzcrypt_api.c366 long zcrypt_send_cprb(struct ica_xcRB *xcRB) in zcrypt_send_cprb() function
438 EXPORT_SYMBOL(zcrypt_send_cprb);
847 rc = zcrypt_send_cprb(&xcRB); in zcrypt_unlocked_ioctl()
852 rc = zcrypt_send_cprb(&xcRB); in zcrypt_unlocked_ioctl()
1125 rc = zcrypt_send_cprb(&xcRB64); in trans_xcRB32()
1130 rc = zcrypt_send_cprb(&xcRB64); in trans_xcRB32()
Dpkey_api.c194 rc = zcrypt_send_cprb(xcrb); in _zcrypt_send_cprb()