Searched refs:report (Results 1 – 13 of 13) sorted by relevance
| /crypto/ |
| A D | kpp.c | 77 .report = crypto_kpp_report,
|
| A D | sig.c | 71 .report = crypto_sig_report,
|
| A D | internal.h | 41 int (*report)(struct sk_buff *skb, struct crypto_alg *alg); member
|
| A D | rng.c | 95 .report = crypto_rng_report,
|
| A D | crypto_user.c | 115 if (alg->cra_type && alg->cra_type->report) { in crypto_report_one() 116 if (alg->cra_type->report(skb, alg)) in crypto_report_one()
|
| A D | akcipher.c | 94 .report = crypto_akcipher_report,
|
| A D | aead.c | 183 .report = crypto_aead_report,
|
| A D | scompress.c | 343 .report = crypto_scomp_report,
|
| A D | shash.c | 368 .report = crypto_shash_report,
|
| A D | acompress.c | 143 .report = crypto_acomp_report,
|
| A D | lskcipher.c | 291 .report = crypto_lskcipher_report,
|
| A D | skcipher.c | 368 .report = crypto_skcipher_report,
|
| A D | ahash.c | 810 .report = crypto_ahash_report,
|
Completed in 18 milliseconds