Lines Matching refs:crypto_alg
47 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match()
49 struct crypto_alg *q, *alg = NULL; in crypto_alg_match()
80 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher()
99 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp()
113 static int crypto_report_one(struct crypto_alg *alg, in crypto_report_one()
166 static int crypto_report_alg(struct crypto_alg *alg, in crypto_report_alg()
200 struct crypto_alg *alg; in crypto_report()
235 struct crypto_alg *alg; in crypto_dump_report()
269 struct crypto_alg *alg; in crypto_update_alg()
305 struct crypto_alg *alg; in crypto_del_alg()
339 static struct crypto_alg *crypto_user_skcipher_alg(const char *name, u32 type, in crypto_user_skcipher_alg()
343 struct crypto_alg *alg; in crypto_user_skcipher_alg()
365 static struct crypto_alg *crypto_user_aead_alg(const char *name, u32 type, in crypto_user_aead_alg()
369 struct crypto_alg *alg; in crypto_user_aead_alg()
398 struct crypto_alg *alg; in crypto_add_alg()
496 struct crypto_alg *alg; in crypto_user_rcv_msg()