Searched refs:zcrypt_ops (Results 1 – 4 of 4) sorted by relevance
86 struct zcrypt_ops { struct125 struct zcrypt_ops *ops; /* Crypto operations. */168 void zcrypt_msgtype_register(struct zcrypt_ops *);169 void zcrypt_msgtype_unregister(struct zcrypt_ops *);170 struct zcrypt_ops *zcrypt_msgtype(unsigned char *, int);
87 void zcrypt_msgtype_register(struct zcrypt_ops *zops) in zcrypt_msgtype_register()92 void zcrypt_msgtype_unregister(struct zcrypt_ops *zops) in zcrypt_msgtype_unregister()97 struct zcrypt_ops *zcrypt_msgtype(unsigned char *name, int variant) in zcrypt_msgtype()99 struct zcrypt_ops *zops; in zcrypt_msgtype()
1325 static struct zcrypt_ops zcrypt_msgtype6_ops = {1335 static struct zcrypt_ops zcrypt_msgtype6_ep11_ops = {
547 static struct zcrypt_ops zcrypt_msgtype50_ops = {
Completed in 15 milliseconds