Searched refs:report_stat (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/crypto/ |
H A 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()
|
H A D | sig.c | 68 .report_stat = crypto_sig_report_stat,
|
H A D | kpp.c | 103 .report_stat = crypto_kpp_report_stat,
|
H A D | rng.c | 125 .report_stat = crypto_rng_report_stat,
|
H A D | acompress.c | 132 .report_stat = crypto_acomp_report_stat,
|
H A D | scompress.c | 253 .report_stat = crypto_acomp_report_stat,
|
H A D | akcipher.c | 108 .report_stat = crypto_akcipher_report_stat,
|
H A D | aead.c | 248 .report_stat = crypto_aead_report_stat,
|
H A D | ahash.c | 512 .report_stat = crypto_ahash_report_stat,
|
H A D | shash.c | 555 .report_stat = crypto_shash_report_stat,
|
H A D | skcipher.c | 783 .report_stat = crypto_skcipher_report_stat,
|
/openbmc/linux/include/crypto/ |
H A D | algapi.h | 65 int (*report_stat)(struct sk_buff *skb, struct crypto_alg *alg); member
|