Searched refs:zcrypt_device (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_api.h103 struct zcrypt_device;
106 long (*rsa_modexpo)(struct zcrypt_device *, struct ica_rsa_modexpo *);
107 long (*rsa_modexpo_crt)(struct zcrypt_device *,
109 long (*send_cprb)(struct zcrypt_device *, struct ica_xcRB *);
112 struct zcrypt_device { struct
132 struct zcrypt_device *zcrypt_device_alloc(size_t);
133 void zcrypt_device_free(struct zcrypt_device *);
134 void zcrypt_device_get(struct zcrypt_device *);
135 int zcrypt_device_put(struct zcrypt_device *);
136 int zcrypt_device_register(struct zcrypt_device *);
[all...]
H A Dzcrypt_api.c61 struct zcrypt_device *zdev = to_ap_dev(dev)->private;
70 struct zcrypt_device *zdev = to_ap_dev(dev)->private;
78 struct zcrypt_device *zdev = to_ap_dev(dev)->private;
106 static void __zcrypt_increase_preference(struct zcrypt_device *zdev)
108 struct zcrypt_device *tmp;
114 tmp = list_entry(l, struct zcrypt_device, list);
132 static void __zcrypt_decrease_preference(struct zcrypt_device *zdev)
134 struct zcrypt_device *tmp;
140 tmp = list_entry(l, struct zcrypt_device, list);
155 struct zcrypt_device *zde
[all...]
H A Dzcrypt_cex2a.c84 static int ICAMEX_msg_to_type50MEX_msg(struct zcrypt_device *zdev,
131 static int ICACRT_msg_to_type50CRT_msg(struct zcrypt_device *zdev,
210 static int convert_type80(struct zcrypt_device *zdev,
230 static int convert_response(struct zcrypt_device *zdev,
287 * @zdev: pointer to zcrypt_device structure that identifies the
291 static long zcrypt_cex2a_modexpo(struct zcrypt_device *zdev,
329 * @zdev: pointer to zcrypt_device structure that identifies the
333 static long zcrypt_cex2a_modexpo_crt(struct zcrypt_device *zdev,
383 struct zcrypt_device *zdev;
417 struct zcrypt_device *zde
[all...]
H A Dzcrypt_pcica.c84 static int ICAMEX_msg_to_type4MEX_msg(struct zcrypt_device *zdev,
133 static int ICACRT_msg_to_type4CRT_msg(struct zcrypt_device *zdev,
194 static int convert_type84(struct zcrypt_device *zdev,
214 static int convert_response(struct zcrypt_device *zdev,
271 * @zdev: pointer to zcrypt_device structure that identifies the
275 static long zcrypt_pcica_modexpo(struct zcrypt_device *zdev,
313 * @zdev: pointer to zcrypt_device structure that identifies the
317 static long zcrypt_pcica_modexpo_crt(struct zcrypt_device *zdev,
367 struct zcrypt_device *zdev;
400 struct zcrypt_device *zde
[all...]
H A Dzcrypt_error.h90 static inline int convert_error(struct zcrypt_device *zdev,
H A Dzcrypt_pcicc.c154 static int ICAMEX_msg_to_type6MEX_msg(struct zcrypt_device *zdev,
241 static int ICACRT_msg_to_type6CRT_msg(struct zcrypt_device *zdev,
315 static int convert_type86(struct zcrypt_device *zdev,
416 static int convert_response(struct zcrypt_device *zdev,
481 * @zdev: pointer to zcrypt_device structure that identifies the
485 static long zcrypt_pcicc_modexpo(struct zcrypt_device *zdev,
524 * @zdev: pointer to zcrypt_device structure that identifies the
528 static long zcrypt_pcicc_modexpo_crt(struct zcrypt_device *zdev,
579 struct zcrypt_device *zdev;
612 struct zcrypt_device *zde
[all...]
H A Dzcrypt_pcixcc.c130 static int ICAMEX_msg_to_type6MEX_msgX(struct zcrypt_device *zdev,
197 static int ICACRT_msg_to_type6CRT_msgX(struct zcrypt_device *zdev,
269 static int XCRB_msg_to_type6CPRB_msgX(struct zcrypt_device *zdev,
376 static int convert_type86_ica(struct zcrypt_device *zdev,
486 static int convert_type86_xcrb(struct zcrypt_device *zdev,
508 static int convert_response_ica(struct zcrypt_device *zdev,
536 static int convert_response_xcrb(struct zcrypt_device *zdev,
620 * @zdev: pointer to zcrypt_device structure that identifies the
624 static long zcrypt_pcixcc_modexpo(struct zcrypt_device *zdev,
664 * @zdev: pointer to zcrypt_device structur
[all...]

Completed in 154 milliseconds