Lines Matching refs:xcrb
188 static inline int _zcrypt_send_cprb(struct ica_xcRB *xcrb) in _zcrypt_send_cprb() argument
194 rc = zcrypt_send_cprb(xcrb); in _zcrypt_send_cprb()
210 struct ica_xcRB xcrb; in pkey_genseckey() local
288 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_genseckey()
291 rc = _zcrypt_send_cprb(&xcrb); in pkey_genseckey()
352 struct ica_xcRB xcrb; in pkey_clr2seckey() local
426 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_clr2seckey()
429 rc = _zcrypt_send_cprb(&xcrb); in pkey_clr2seckey()
490 struct ica_xcRB xcrb; in pkey_sec2protkey() local
553 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in pkey_sec2protkey()
556 rc = _zcrypt_send_cprb(&xcrb); in pkey_sec2protkey()
679 struct ica_xcRB xcrb; in query_crypto_facility() local
715 prep_xcrb(&xcrb, cardnr, preqcblk, prepcblk); in query_crypto_facility()
718 rc = _zcrypt_send_cprb(&xcrb); in query_crypto_facility()