Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcrypto.h550 struct crypto_alg { struct
551 struct list_head cra_list;
552 struct list_head cra_users;
576 void (*cra_destroy)(struct crypto_alg *alg); argument
595 void crypto_stats_init(struct crypto_alg *alg); argument
/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_core.c1010 struct crypto4xx_alg_common *crypto_alg, in crypto4xx_register_alg()