Home
last modified time | relevance | path

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

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