Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8192e/rtl8192e/
Drtl_crypto.h103 struct crypto_alg { struct
122 int crypto_register_alg(struct crypto_alg *alg); argument
/linux-4.1.27/include/linux/
Dcrypto.h539 struct crypto_alg { struct
540 struct list_head cra_list;
541 struct list_head cra_users;
543 u32 cra_flags;
567 void (*cra_destroy)(struct crypto_alg *alg); argument
575 int crypto_register_alg(struct crypto_alg *alg); argument
/linux-4.1.27/drivers/crypto/amcc/
Dcrypto4xx_core.c1027 struct crypto4xx_alg_common *crypto_alg, in crypto4xx_register_alg()
/linux-4.1.27/drivers/crypto/caam/
Dcaamalg.c4132 struct crypto_alg crypto_alg; member