Home
last modified time | relevance | path

Searched defs:crypto_alg (Results 1 – 5 of 5) sorted by relevance

/linux-3.3/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h103 struct crypto_alg { struct
122 int crypto_register_alg(struct crypto_alg *alg); argument
/linux-3.3/drivers/staging/rtl8192u/ieee80211/
Drtl_crypto.h103 struct crypto_alg { struct
122 int crypto_register_alg(struct crypto_alg *alg); argument
/linux-3.3/include/linux/
Dcrypto.h274 struct crypto_alg { struct
275 struct list_head cra_list;
276 struct list_head cra_users;
278 u32 cra_flags;
302 void (*cra_destroy)(struct crypto_alg *alg); argument
310 int crypto_register_alg(struct crypto_alg *alg); argument
/linux-3.3/drivers/crypto/amcc/
Dcrypto4xx_core.c1025 struct crypto4xx_alg_common *crypto_alg, in crypto4xx_register_alg()
/linux-3.3/drivers/crypto/caam/
Dcaamalg.c2099 struct crypto_alg crypto_alg; member