Searched defs:skb (Results 1 – 13 of 13) sorted by relevance
/crypto/ |
D | crypto_user_base.c | 72 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher() 88 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp() 100 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one() 158 struct sk_buff *skb = info->out_skb; in crypto_report_alg() local 190 struct sk_buff *skb; in crypto_report() local 224 static int crypto_dump_report(struct sk_buff *skb, struct netlink_callback *cb) in crypto_dump_report() 260 static int crypto_update_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_update_alg() 296 static int crypto_del_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_del_alg() 334 static int crypto_add_alg(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_add_alg() 382 static int crypto_del_rng(struct sk_buff *skb, struct nlmsghdr *nlh, in crypto_del_rng() [all …]
|
D | crypto_user_stat.c | 27 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher() 38 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp() 51 struct sk_buff *skb) in crypto_reportstat_one() 110 struct sk_buff *skb = info->out_skb; in crypto_reportstat_alg() local 142 struct sk_buff *skb; in crypto_reportstat() local
|
D | acompress.c | 37 struct sk_buff *skb, struct crypto_alg *alg) in crypto_acomp_report() 96 static inline int __crypto_acomp_report_stat(struct sk_buff *skb, in __crypto_acomp_report_stat() 116 int crypto_acomp_report_stat(struct sk_buff *skb, struct crypto_alg *alg) in crypto_acomp_report_stat()
|
D | hash.h | 15 static inline int crypto_hash_report_stat(struct sk_buff *skb, in crypto_hash_report_stat()
|
D | kpp.c | 21 struct sk_buff *skb, struct crypto_alg *alg) in crypto_kpp_report() 70 struct sk_buff *skb, struct crypto_alg *alg) in crypto_kpp_report_stat()
|
D | sig.c | 38 static int __maybe_unused crypto_sig_report(struct sk_buff *skb, in crypto_sig_report() 48 static int __maybe_unused crypto_sig_report_stat(struct sk_buff *skb, in crypto_sig_report_stat()
|
D | rng.c | 73 struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report() 95 struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report_stat()
|
D | akcipher.c | 24 struct sk_buff *skb, struct crypto_alg *alg) in crypto_akcipher_report() 74 struct sk_buff *skb, struct crypto_alg *alg) in crypto_akcipher_report_stat()
|
D | aead.c | 178 struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report() 218 struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report_stat()
|
D | ahash.c | 469 struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report() 496 struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report_stat()
|
D | scompress.c | 41 struct sk_buff *skb, struct crypto_alg *alg) in crypto_scomp_report()
|
D | skcipher.c | 731 struct sk_buff *skb, struct crypto_alg *alg) in crypto_skcipher_report() 751 struct sk_buff *skb, struct crypto_alg *alg) in crypto_skcipher_report_stat()
|
D | shash.c | 559 struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report() 586 struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report_stat()
|