Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/s390/crypto/
Dzcrypt_api.h89 struct zcrypt_ops { struct
107 struct zcrypt_ops *ops; /* Crypto operations. */ argument
134 void zcrypt_msgtype_register(struct zcrypt_ops *);
135 void zcrypt_msgtype_unregister(struct zcrypt_ops *);
136 struct zcrypt_ops *zcrypt_msgtype_request(unsigned char *, int);
137 void zcrypt_msgtype_release(struct zcrypt_ops *);
Dzcrypt_api.c318 void zcrypt_msgtype_register(struct zcrypt_ops *zops) in zcrypt_msgtype_register()
326 void zcrypt_msgtype_unregister(struct zcrypt_ops *zops) in zcrypt_msgtype_unregister()
335 struct zcrypt_ops *__ops_lookup(unsigned char *name, int variant) in __ops_lookup()
337 struct zcrypt_ops *zops; in __ops_lookup()
356 struct zcrypt_ops *zcrypt_msgtype_request(unsigned char *name, int variant) in zcrypt_msgtype_request()
358 struct zcrypt_ops *zops = NULL; in zcrypt_msgtype_request()
369 void zcrypt_msgtype_release(struct zcrypt_ops *zops) in zcrypt_msgtype_release()
Dzcrypt_cex2a.c147 struct zcrypt_ops *zops = zdev->ops; in zcrypt_cex2a_remove()
Dzcrypt_cex4.c168 struct zcrypt_ops *zops; in zcrypt_cex4_remove()
Dzcrypt_pcixcc.c351 struct zcrypt_ops *zops = zdev->ops; in zcrypt_pcixcc_remove()
Dzcrypt_msgtype6.c1120 static struct zcrypt_ops zcrypt_msgtype6_norng_ops = {
1129 static struct zcrypt_ops zcrypt_msgtype6_ops = {
1139 static struct zcrypt_ops zcrypt_msgtype6_ep11_ops = {
Dzcrypt_msgtype50.c512 static struct zcrypt_ops zcrypt_msgtype50_ops = {