Lines Matching refs:zcrypt_device
87 struct zcrypt_device;
90 long (*rsa_modexpo)(struct zcrypt_device *, struct ica_rsa_modexpo *);
91 long (*rsa_modexpo_crt)(struct zcrypt_device *,
93 long (*send_cprb)(struct zcrypt_device *, struct ica_xcRB *);
94 long (*send_ep11_cprb)(struct zcrypt_device *, struct ep11_urb *);
95 long (*rng)(struct zcrypt_device *, char *);
102 struct zcrypt_device { struct
128 struct zcrypt_device *zcrypt_device_alloc(size_t); argument
129 void zcrypt_device_free(struct zcrypt_device *);
130 void zcrypt_device_get(struct zcrypt_device *);
131 int zcrypt_device_put(struct zcrypt_device *);
132 int zcrypt_device_register(struct zcrypt_device *);
133 void zcrypt_device_unregister(struct zcrypt_device *);