Lines Matching refs:crypto_alg
49 static struct crypto_alg *crypto_alg_match(struct crypto_user_alg *p, int exact) in crypto_alg_match()
51 struct crypto_alg *q, *alg = NULL; in crypto_alg_match()
82 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher()
101 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp()
115 static int crypto_report_acomp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_acomp()
130 static int crypto_report_akcipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_akcipher()
145 static int crypto_report_kpp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_kpp()
160 static int crypto_report_one(struct crypto_alg *alg, in crypto_report_one()
227 static int crypto_report_alg(struct crypto_alg *alg, in crypto_report_alg()
261 struct crypto_alg *alg; in crypto_report()
296 struct crypto_alg *alg; in crypto_dump_report()
330 struct crypto_alg *alg; in crypto_update_alg()
366 struct crypto_alg *alg; in crypto_del_alg()
405 struct crypto_alg *alg; in crypto_add_alg()
502 struct crypto_alg *alg; in crypto_user_rcv_msg()