Lines Matching refs:xcrb
187 static inline int _zcrypt_send_cprb(struct ica_xcRB *xcrb) in _zcrypt_send_cprb() argument
193 rc = zcrypt_send_cprb(xcrb); in _zcrypt_send_cprb()
209 struct ica_xcRB xcrb; in pkey_genseckey() local
287 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_genseckey()
290 rc = _zcrypt_send_cprb(&xcrb); in pkey_genseckey()
351 struct ica_xcRB xcrb; in pkey_clr2seckey() local
425 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_clr2seckey()
428 rc = _zcrypt_send_cprb(&xcrb); in pkey_clr2seckey()
489 struct ica_xcRB xcrb; in pkey_sec2protkey() local
552 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_sec2protkey()
555 rc = _zcrypt_send_cprb(&xcrb); in pkey_sec2protkey()
678 struct ica_xcRB xcrb; in query_crypto_facility() local
714 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in query_crypto_facility()
717 rc = _zcrypt_send_cprb(&xcrb); in query_crypto_facility()