Home
last modified time | relevance | path

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

/Linux-v5.4/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.h248 crypto_stats_get(alg); in crypto_acomp_compress()
270 crypto_stats_get(alg); in crypto_acomp_decompress()
Drng.h141 crypto_stats_get(alg); in crypto_rng_generate()
Dhash.h533 crypto_stats_get(alg); in crypto_ahash_update()
/Linux-v5.4/crypto/
Dahash.c378 crypto_stats_get(alg); in crypto_ahash_final()
392 crypto_stats_get(alg); in crypto_ahash_finup()
406 crypto_stats_get(alg); in crypto_ahash_digest()
Drng.c37 crypto_stats_get(alg); in crypto_rng_reset()
Daead.c95 crypto_stats_get(alg); in crypto_aead_encrypt()
112 crypto_stats_get(alg); in crypto_aead_decrypt()
Dalgapi.c1049 void crypto_stats_get(struct crypto_alg *alg) in crypto_stats_get() function
1053 EXPORT_SYMBOL_GPL(crypto_stats_get);
Dskcipher.c851 crypto_stats_get(alg); in crypto_skcipher_encrypt()
868 crypto_stats_get(alg); in crypto_skcipher_decrypt()
/Linux-v5.4/include/linux/
Dcrypto.h596 void crypto_stats_get(struct crypto_alg *alg);
619 static inline void crypto_stats_get(struct crypto_alg *alg) in crypto_stats_get() function
1097 crypto_stats_get(alg); in crypto_ablkcipher_encrypt()
1122 crypto_stats_get(alg); in crypto_ablkcipher_decrypt()