Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dcrypto.h441 struct crypto_alg { struct
442 struct list_head cra_list;
443 struct list_head cra_users;
467 void (*cra_destroy)(struct crypto_alg *alg); argument
475 int crypto_register_alg(struct crypto_alg *alg); argument
/linux-4.4.14/drivers/crypto/amcc/
Dcrypto4xx_core.c1007 struct crypto4xx_alg_common *crypto_alg, in crypto4xx_register_alg()
/linux-4.4.14/drivers/crypto/caam/
Dcaamalg.c4323 struct crypto_alg crypto_alg; member