Searched refs:skb (Results 1 - 8 of 8) sorted by relevance

/crypto/
H A Dcrypto_user.c76 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) argument
86 if (nla_put(skb, CRYPTOCFGA_REPORT_CIPHER,
95 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) argument
100 if (nla_put(skb, CRYPTOCFGA_REPORT_COMPRESS,
110 struct crypto_user_alg *ualg, struct sk_buff *skb)
123 if (nla_put_u32(skb, CRYPTOCFGA_PRIORITY_VAL, alg->cra_priority))
129 if (nla_put(skb, CRYPTOCFGA_REPORT_LARVAL,
136 if (alg->cra_type->report(skb, alg))
144 if (crypto_report_cipher(skb, alg))
149 if (crypto_report_comp(skb, al
109 crypto_report_one(struct crypto_alg *alg, struct crypto_user_alg *ualg, struct sk_buff *skb) argument
166 struct sk_buff *skb = info->out_skb; local
197 struct sk_buff *skb; local
227 crypto_dump_report(struct sk_buff *skb, struct netlink_callback *cb) argument
260 crypto_update_alg(struct sk_buff *skb, struct nlmsghdr *nlh, struct nlattr **attrs) argument
292 crypto_del_alg(struct sk_buff *skb, struct nlmsghdr *nlh, struct nlattr **attrs) argument
373 crypto_add_alg(struct sk_buff *skb, struct nlmsghdr *nlh, struct nlattr **attrs) argument
456 crypto_user_rcv_msg(struct sk_buff *skb, struct nlmsghdr *nlh) argument
504 crypto_netlink_rcv(struct sk_buff *skb) argument
[all...]
H A Dpcompress.c52 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) argument
57 if (nla_put(skb, CRYPTOCFGA_REPORT_COMPRESS,
66 static int crypto_pcomp_report(struct sk_buff *skb, struct crypto_alg *alg) argument
H A Drng.c64 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) argument
72 if (nla_put(skb, CRYPTOCFGA_REPORT_RNG,
81 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) argument
H A Daead.c115 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) argument
127 if (nla_put(skb, CRYPTOCFGA_REPORT_AEAD,
136 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) argument
200 static int crypto_nivaead_report(struct sk_buff *skb, struct crypto_alg *alg) argument
212 if (nla_put(skb, CRYPTOCFGA_REPORT_AEAD,
221 static int crypto_nivaead_report(struct sk_buff *skb, struct crypto_alg *alg) argument
H A Dablkcipher.c387 static int crypto_ablkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) argument
400 if (nla_put(skb, CRYPTOCFGA_REPORT_BLKCIPHER,
409 static int crypto_ablkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) argument
468 static int crypto_givcipher_report(struct sk_buff *skb, struct crypto_alg *alg) argument
481 if (nla_put(skb, CRYPTOCFGA_REPORT_BLKCIPHER,
490 static int crypto_givcipher_report(struct sk_buff *skb, struct crypto_alg *alg) argument
H A Dahash.c403 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) argument
412 if (nla_put(skb, CRYPTOCFGA_REPORT_HASH,
421 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) argument
H A Dblkcipher.c511 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) argument
524 if (nla_put(skb, CRYPTOCFGA_REPORT_BLKCIPHER,
533 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) argument
H A Dshash.c528 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) argument
538 if (nla_put(skb, CRYPTOCFGA_REPORT_HASH,
547 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) argument

Completed in 248 milliseconds