Searched defs:crypto_type (Results 1 – 1 of 1) sorted by relevance
36 struct crypto_type { struct38 unsigned int (*extsize)(struct crypto_alg *alg);39 int (*init_tfm)(struct crypto_tfm *tfm);40 void (*show)(struct seq_file *m, struct crypto_alg *alg);42 void (*free)(struct crypto_instance *inst);43 void (*destroy)(struct crypto_alg *alg);45 unsigned int type;46 unsigned int maskclear;47 unsigned int maskset;48 unsigned int tfmsize;[all …]
Completed in 4 milliseconds