Home
last modified time | relevance | path

Searched defs:crypto_type (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/crypto/
Dalgapi.h24 struct crypto_type { struct
25 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
26 unsigned int (*extsize)(struct crypto_alg *alg);
27 int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);
28 int (*init_tfm)(struct crypto_tfm *tfm);
29 void (*show)(struct seq_file *m, struct crypto_alg *alg);
30 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
31 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask);
33 unsigned int type;
34 unsigned int maskclear;
[all …]
/linux-3.4.99/drivers/net/wireless/ath/ath6kl/
Dcommon.h70 enum crypto_type { enum