Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/crypto/
Dzcrypt_api.h68 struct zcrypt_ops { struct
105 struct zcrypt_ops *ops; /* Crypto operations. */
152 void zcrypt_msgtype_register(struct zcrypt_ops *);
153 void zcrypt_msgtype_unregister(struct zcrypt_ops *);
154 struct zcrypt_ops *zcrypt_msgtype(unsigned char *, int);
Dzcrypt_api.c89 void zcrypt_msgtype_register(struct zcrypt_ops *zops) in zcrypt_msgtype_register()
94 void zcrypt_msgtype_unregister(struct zcrypt_ops *zops) in zcrypt_msgtype_unregister()
99 struct zcrypt_ops *zcrypt_msgtype(unsigned char *name, int variant) in zcrypt_msgtype()
101 struct zcrypt_ops *zops; in zcrypt_msgtype()
Dzcrypt_msgtype6.c1337 static struct zcrypt_ops zcrypt_msgtype6_norng_ops = {
1346 static struct zcrypt_ops zcrypt_msgtype6_ops = {
1356 static struct zcrypt_ops zcrypt_msgtype6_ep11_ops = {
Dzcrypt_msgtype50.c544 static struct zcrypt_ops zcrypt_msgtype50_ops = {