Home
last modified time | relevance | path

Searched defs:zcrypt_ops (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/s390/crypto/
Dzcrypt_api.h68 struct zcrypt_ops { struct
69 long (*rsa_modexpo)(struct zcrypt_queue *, struct ica_rsa_modexpo *);
70 long (*rsa_modexpo_crt)(struct zcrypt_queue *,
72 long (*send_cprb)(struct zcrypt_queue *, struct ica_xcRB *,
74 long (*send_ep11_cprb)(struct zcrypt_queue *, struct ep11_urb *,
76 long (*rng)(struct zcrypt_queue *, char *, struct ap_message *);
77 struct list_head list; /* zcrypt ops list. */
78 struct module *owner;
79 int variant;
80 char name[128];