Home
last modified time | relevance | path

Searched refs:report_stat (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/crypto/
H A Dcrypto_user_stat.c78 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 Dsig.c68 .report_stat = crypto_sig_report_stat,
H A Dkpp.c103 .report_stat = crypto_kpp_report_stat,
H A Drng.c125 .report_stat = crypto_rng_report_stat,
H A Dacompress.c132 .report_stat = crypto_acomp_report_stat,
H A Dscompress.c253 .report_stat = crypto_acomp_report_stat,
H A Dakcipher.c108 .report_stat = crypto_akcipher_report_stat,
H A Daead.c248 .report_stat = crypto_aead_report_stat,
H A Dahash.c512 .report_stat = crypto_ahash_report_stat,
H A Dshash.c555 .report_stat = crypto_shash_report_stat,
H A Dskcipher.c783 .report_stat = crypto_skcipher_report_stat,
/openbmc/linux/include/crypto/
H A Dalgapi.h65 int (*report_stat)(struct sk_buff *skb, struct crypto_alg *alg); member