Searched refs:report_stat (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.6/crypto/ |
D | crypto_user_stat.c | 78 if (alg->cra_type && alg->cra_type->report_stat) { in crypto_reportstat_one() 79 if (alg->cra_type->report_stat(skb, alg)) in crypto_reportstat_one()
|
D | sig.c | 68 .report_stat = crypto_sig_report_stat,
|
D | kpp.c | 103 .report_stat = crypto_kpp_report_stat,
|
D | rng.c | 125 .report_stat = crypto_rng_report_stat,
|
D | acompress.c | 132 .report_stat = crypto_acomp_report_stat,
|
D | scompress.c | 247 .report_stat = crypto_acomp_report_stat,
|
D | akcipher.c | 108 .report_stat = crypto_akcipher_report_stat,
|
D | aead.c | 249 .report_stat = crypto_aead_report_stat,
|
D | ahash.c | 512 .report_stat = crypto_ahash_report_stat,
|
D | shash.c | 555 .report_stat = crypto_shash_report_stat,
|
D | skcipher.c | 783 .report_stat = crypto_skcipher_report_stat,
|
/Linux-v6.6/include/crypto/ |
D | algapi.h | 65 int (*report_stat)(struct sk_buff *skb, struct crypto_alg *alg); member
|