Linux Kernel
3.7.1
|
#include <algapi.h>
Data Fields | |
unsigned int(* | ctxsize )(struct crypto_alg *alg, u32 type, u32 mask) |
unsigned int(* | extsize )(struct crypto_alg *alg) |
int(* | init )(struct crypto_tfm *tfm, u32 type, u32 mask) |
int(* | init_tfm )(struct crypto_tfm *tfm) |
void(* | show )(struct seq_file *m, struct crypto_alg *alg) |
int(* | report )(struct sk_buff *skb, struct crypto_alg *alg) |
struct crypto_alg *(* | lookup )(const char *name, u32 type, u32 mask) |
unsigned int | type |
unsigned int | maskclear |
unsigned int | maskset |
unsigned int | tfmsize |
unsigned int(* extsize)(struct crypto_alg *alg) |
int(* init_tfm)(struct crypto_tfm *tfm) |