Searched refs:zcrypt_ops (Results 1 – 4 of 4) sorted by relevance
73 struct zcrypt_ops { struct112 struct zcrypt_ops *ops; /* Crypto operations. */154 void zcrypt_msgtype_register(struct zcrypt_ops *);155 void zcrypt_msgtype_unregister(struct zcrypt_ops *);156 struct zcrypt_ops *zcrypt_msgtype(unsigned char *, int);
1334 static struct zcrypt_ops zcrypt_msgtype6_norng_ops = {1343 static struct zcrypt_ops zcrypt_msgtype6_ops = {1353 static struct zcrypt_ops zcrypt_msgtype6_ep11_ops = {
93 void zcrypt_msgtype_register(struct zcrypt_ops *zops) in zcrypt_msgtype_register()98 void zcrypt_msgtype_unregister(struct zcrypt_ops *zops) in zcrypt_msgtype_unregister()103 struct zcrypt_ops *zcrypt_msgtype(unsigned char *name, int variant) in zcrypt_msgtype()105 struct zcrypt_ops *zops; in zcrypt_msgtype()
551 static struct zcrypt_ops zcrypt_msgtype50_ops = {