Home
last modified time | relevance | path

Searched refs:crypto_stats_get (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/include/crypto/
Dakcipher.h293 crypto_stats_get(calg); in crypto_akcipher_encrypt()
317 crypto_stats_get(calg); in crypto_akcipher_decrypt()
340 crypto_stats_get(calg); in crypto_akcipher_sign()
367 crypto_stats_get(calg); in crypto_akcipher_verify()
Dkpp.h288 crypto_stats_get(calg); in crypto_kpp_set_secret()
314 crypto_stats_get(calg); in crypto_kpp_generate_public_key()
337 crypto_stats_get(calg); in crypto_kpp_compute_shared_secret()
Dacompress.h266 crypto_stats_get(alg); in crypto_acomp_compress()
288 crypto_stats_get(alg); in crypto_acomp_decompress()
Drng.h141 crypto_stats_get(alg); in crypto_rng_generate()
Dhash.h554 crypto_stats_get(alg); in crypto_ahash_update()
/Linux-v5.10/crypto/
Daead.c90 crypto_stats_get(alg); in crypto_aead_encrypt()
107 crypto_stats_get(alg); in crypto_aead_decrypt()
Dahash.c347 crypto_stats_get(alg); in crypto_ahash_final()
361 crypto_stats_get(alg); in crypto_ahash_finup()
375 crypto_stats_get(alg); in crypto_ahash_digest()
Drng.c37 crypto_stats_get(alg); in crypto_rng_reset()
Dskcipher.c631 crypto_stats_get(alg); in crypto_skcipher_encrypt()
648 crypto_stats_get(alg); in crypto_skcipher_decrypt()
Dalgapi.c1076 void crypto_stats_get(struct crypto_alg *alg) in crypto_stats_get() function
1080 EXPORT_SYMBOL_GPL(crypto_stats_get);
/Linux-v5.10/include/linux/
Dcrypto.h510 void crypto_stats_get(struct crypto_alg *alg);
531 static inline void crypto_stats_get(struct crypto_alg *alg) in crypto_stats_get() function