Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/s390/crypto/
Dzcrypt_api.h58 struct zcrypt_ops { struct
95 struct zcrypt_ops *ops; /* Crypto operations. */
137 void zcrypt_msgtype_register(struct zcrypt_ops *);
138 void zcrypt_msgtype_unregister(struct zcrypt_ops *);
139 struct zcrypt_ops *zcrypt_msgtype(unsigned char *, int);
Dzcrypt_msgtype6.c1316 static struct zcrypt_ops zcrypt_msgtype6_norng_ops = {
1325 static struct zcrypt_ops zcrypt_msgtype6_ops = {
1335 static struct zcrypt_ops zcrypt_msgtype6_ep11_ops = {
Dzcrypt_api.c91 void zcrypt_msgtype_register(struct zcrypt_ops *zops) in zcrypt_msgtype_register()
96 void zcrypt_msgtype_unregister(struct zcrypt_ops *zops) in zcrypt_msgtype_unregister()
101 struct zcrypt_ops *zcrypt_msgtype(unsigned char *name, int variant) in zcrypt_msgtype()
103 struct zcrypt_ops *zops; in zcrypt_msgtype()
Dzcrypt_msgtype50.c542 static struct zcrypt_ops zcrypt_msgtype50_ops = {