Lines Matching refs:crypto_alg
48 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match()
50 struct crypto_alg *q, *alg = NULL; in crypto_alg_match()
81 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher()
100 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp()
114 static int crypto_report_akcipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_akcipher()
129 static int crypto_report_one(struct crypto_alg *alg, in crypto_report_one()
188 static int crypto_report_alg(struct crypto_alg *alg, in crypto_report_alg()
222 struct crypto_alg *alg; in crypto_report()
257 struct crypto_alg *alg; in crypto_dump_report()
291 struct crypto_alg *alg; in crypto_update_alg()
327 struct crypto_alg *alg; in crypto_del_alg()
361 static struct crypto_alg *crypto_user_skcipher_alg(const char *name, u32 type, in crypto_user_skcipher_alg()
365 struct crypto_alg *alg; in crypto_user_skcipher_alg()
392 struct crypto_alg *alg; in crypto_add_alg()
496 struct crypto_alg *alg; in crypto_user_rcv_msg()