Home
last modified time | relevance | path

Searched refs:skb (Results 1 – 10 of 10) sorted by relevance

/crypto/
Dcrypto_user.c82 static int crypto_report_cipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_cipher() argument
92 if (nla_put(skb, CRYPTOCFGA_REPORT_CIPHER, in crypto_report_cipher()
101 static int crypto_report_comp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_comp() argument
106 if (nla_put(skb, CRYPTOCFGA_REPORT_COMPRESS, in crypto_report_comp()
115 static int crypto_report_akcipher(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_akcipher() argument
121 if (nla_put(skb, CRYPTOCFGA_REPORT_AKCIPHER, in crypto_report_akcipher()
130 static int crypto_report_kpp(struct sk_buff *skb, struct crypto_alg *alg) in crypto_report_kpp() argument
136 if (nla_put(skb, CRYPTOCFGA_REPORT_KPP, in crypto_report_kpp()
146 struct crypto_user_alg *ualg, struct sk_buff *skb) in crypto_report_one() argument
159 if (nla_put_u32(skb, CRYPTOCFGA_PRIORITY_VAL, alg->cra_priority)) in crypto_report_one()
[all …]
Dkpp.c28 static int crypto_kpp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_kpp_report() argument
34 if (nla_put(skb, CRYPTOCFGA_REPORT_KPP, in crypto_kpp_report()
43 static int crypto_kpp_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_kpp_report() argument
Dakcipher.c28 static int crypto_akcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_akcipher_report() argument
34 if (nla_put(skb, CRYPTOCFGA_REPORT_AKCIPHER, in crypto_akcipher_report()
43 static int crypto_akcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_akcipher_report() argument
Drng.c74 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report() argument
82 if (nla_put(skb, CRYPTOCFGA_REPORT_RNG, in crypto_rng_report()
91 static int crypto_rng_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_rng_report() argument
Dablkcipher.c368 static int crypto_ablkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ablkcipher_report() argument
381 if (nla_put(skb, CRYPTOCFGA_REPORT_BLKCIPHER, in crypto_ablkcipher_report()
390 static int crypto_ablkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ablkcipher_report() argument
442 static int crypto_givcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_givcipher_report() argument
455 if (nla_put(skb, CRYPTOCFGA_REPORT_BLKCIPHER, in crypto_givcipher_report()
464 static int crypto_givcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_givcipher_report() argument
Daead.c107 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report() argument
119 if (nla_put(skb, CRYPTOCFGA_REPORT_AEAD, in crypto_aead_report()
128 static int crypto_aead_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_aead_report() argument
Dskcipher.c323 static int crypto_skcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_skcipher_report() argument
337 if (nla_put(skb, CRYPTOCFGA_REPORT_BLKCIPHER, in crypto_skcipher_report()
346 static int crypto_skcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_skcipher_report() argument
Dahash.c505 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report() argument
514 if (nla_put(skb, CRYPTOCFGA_REPORT_HASH, in crypto_ahash_report()
523 static int crypto_ahash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_ahash_report() argument
Dblkcipher.c508 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report() argument
521 if (nla_put(skb, CRYPTOCFGA_REPORT_BLKCIPHER, in crypto_blkcipher_report()
530 static int crypto_blkcipher_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_blkcipher_report() argument
Dshash.c400 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report() argument
410 if (nla_put(skb, CRYPTOCFGA_REPORT_HASH, in crypto_shash_report()
419 static int crypto_shash_report(struct sk_buff *skb, struct crypto_alg *alg) in crypto_shash_report() argument