Searched defs:crypto_alg (Results 1 – 5 of 5) sorted by relevance
103 struct crypto_alg { struct122 int crypto_register_alg(struct crypto_alg *alg); argument
274 struct crypto_alg { struct275 struct list_head cra_list;276 struct list_head cra_users;278 u32 cra_flags;302 void (*cra_destroy)(struct crypto_alg *alg); argument310 int crypto_register_alg(struct crypto_alg *alg); argument
1025 struct crypto4xx_alg_common *crypto_alg, in crypto4xx_register_alg()
2099 struct crypto_alg crypto_alg; member