Home
last modified time | relevance | path

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

/linux/drivers/s390/crypto/
A Dzcrypt_api.h73 struct zcrypt_ops { struct
112 struct zcrypt_ops *ops; /* Crypto operations. */
153 void zcrypt_msgtype_register(struct zcrypt_ops *);
154 void zcrypt_msgtype_unregister(struct zcrypt_ops *);
155 struct zcrypt_ops *zcrypt_msgtype(unsigned char *, int);
A Dzcrypt_msgtype6.c1345 static struct zcrypt_ops zcrypt_msgtype6_norng_ops = {
1354 static struct zcrypt_ops zcrypt_msgtype6_ops = {
1364 static struct zcrypt_ops zcrypt_msgtype6_ep11_ops = {
A Dzcrypt_api.c92 void zcrypt_msgtype_register(struct zcrypt_ops *zops) in zcrypt_msgtype_register()
97 void zcrypt_msgtype_unregister(struct zcrypt_ops *zops) in zcrypt_msgtype_unregister()
102 struct zcrypt_ops *zcrypt_msgtype(unsigned char *name, int variant) in zcrypt_msgtype()
104 struct zcrypt_ops *zops; in zcrypt_msgtype()
A Dzcrypt_msgtype50.c551 static struct zcrypt_ops zcrypt_msgtype50_ops = {

Completed in 13 milliseconds