/crypto/ |
D | crypto_user.c | 82 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 …]
|
D | kpp.c | 28 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
|
D | akcipher.c | 28 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
|
D | rng.c | 74 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
|
D | ablkcipher.c | 368 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
|
D | aead.c | 107 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
|
D | skcipher.c | 323 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
|
D | ahash.c | 505 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
|
D | blkcipher.c | 508 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
|
D | shash.c | 400 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
|