Searched refs:zcrypt_card (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/s390/crypto/ |
D | zcrypt_card.c | 42 struct zcrypt_card *zc = to_ap_card(dev)->private; in type_show() 54 struct zcrypt_card *zc = ac->private; in online_show() 65 struct zcrypt_card *zc = ac->private; in online_store() 93 struct zcrypt_card *zc = to_ap_card(dev)->private; in load_show() 111 struct zcrypt_card *zcrypt_card_alloc(void) in zcrypt_card_alloc() 113 struct zcrypt_card *zc; in zcrypt_card_alloc() 115 zc = kzalloc(sizeof(struct zcrypt_card), GFP_KERNEL); in zcrypt_card_alloc() 125 void zcrypt_card_free(struct zcrypt_card *zc) in zcrypt_card_free() 133 struct zcrypt_card *zdev = in zcrypt_card_release() 134 container_of(kref, struct zcrypt_card, refcount); in zcrypt_card_release() [all …]
|
D | zcrypt_api.h | 90 struct zcrypt_card { struct 111 struct zcrypt_card *zcard; argument 136 struct zcrypt_card *zcrypt_card_alloc(void); 137 void zcrypt_card_free(struct zcrypt_card *); 138 void zcrypt_card_get(struct zcrypt_card *); 139 int zcrypt_card_put(struct zcrypt_card *); 140 int zcrypt_card_register(struct zcrypt_card *); 141 void zcrypt_card_unregister(struct zcrypt_card *);
|
D | zcrypt_queue.c | 56 struct zcrypt_card *zc = zq->zcard; in online_store() 163 struct zcrypt_card *zc; in zcrypt_queue_register() 211 struct zcrypt_card *zc; in zcrypt_queue_unregister()
|
D | zcrypt_cex4.c | 83 struct zcrypt_card *zc = ac->private; in cca_serialnr_show() 195 struct zcrypt_card *zc = ac->private; in ep11_api_ordinalnr_show() 216 struct zcrypt_card *zc = ac->private; in ep11_fw_version_show() 239 struct zcrypt_card *zc = ac->private; in ep11_serialnr_show() 273 struct zcrypt_card *zc = ac->private; in ep11_card_op_modes_show() 440 struct zcrypt_card *zc; in zcrypt_cex4_card_probe() 578 struct zcrypt_card *zc = ac->private; in zcrypt_cex4_card_remove()
|
D | zcrypt_api.c | 571 static inline struct zcrypt_queue *zcrypt_pick_queue(struct zcrypt_card *zc, in zcrypt_pick_queue() 587 static inline void zcrypt_drop_queue(struct zcrypt_card *zc, in zcrypt_drop_queue() 600 static inline bool zcrypt_card_compare(struct zcrypt_card *zc, in zcrypt_card_compare() 601 struct zcrypt_card *pref_zc, in zcrypt_card_compare() 637 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_modexpo() 745 struct zcrypt_card *zc, *pref_zc; in zcrypt_rsa_crt() 853 struct zcrypt_card *zc, *pref_zc; in _zcrypt_send_cprb() 1014 struct zcrypt_card *zc, *pref_zc; in _zcrypt_send_ep11_cprb() 1144 struct zcrypt_card *zc, *pref_zc; in zcrypt_rng() 1208 struct zcrypt_card *zc; in zcrypt_device_status_mask() [all …]
|
D | zcrypt_cex2a.c | 85 struct zcrypt_card *zc; in zcrypt_cex2a_card_probe() 134 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex2a_card_remove()
|
D | zcrypt_cex2c.c | 71 struct zcrypt_card *zc = ac->private; in cca_serialnr_show() 257 struct zcrypt_card *zc; in zcrypt_cex2c_card_probe() 315 struct zcrypt_card *zc = to_ap_card(&ap_dev->device)->private; in zcrypt_cex2c_card_remove()
|
D | Makefile | 9 zcrypt-objs := zcrypt_api.o zcrypt_card.o zcrypt_queue.o
|