Home
last modified time | relevance | path

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

/linux-6.1.9/include/crypto/
Dakcipher.h295 crypto_stats_get(calg); in crypto_akcipher_encrypt()
319 crypto_stats_get(calg); in crypto_akcipher_decrypt()
342 crypto_stats_get(calg); in crypto_akcipher_sign()
369 crypto_stats_get(calg); in crypto_akcipher_verify()
Dkpp.h292 crypto_stats_get(calg); in crypto_kpp_set_secret()
318 crypto_stats_get(calg); in crypto_kpp_generate_public_key()
341 crypto_stats_get(calg); in crypto_kpp_compute_shared_secret()
Dacompress.h268 crypto_stats_get(alg); in crypto_acomp_compress()
290 crypto_stats_get(alg); in crypto_acomp_decompress()
Drng.h143 crypto_stats_get(alg); in crypto_rng_generate()
Dhash.h556 crypto_stats_get(alg); in crypto_ahash_update()
/linux-6.1.9/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.c48 crypto_stats_get(alg); in crypto_rng_reset()
Dskcipher.c626 crypto_stats_get(alg); in crypto_skcipher_encrypt()
643 crypto_stats_get(alg); in crypto_skcipher_decrypt()
Dalgapi.c1029 void crypto_stats_get(struct crypto_alg *alg) in crypto_stats_get() function
1033 EXPORT_SYMBOL_GPL(crypto_stats_get);
/linux-6.1.9/include/linux/
Dcrypto.h522 void crypto_stats_get(struct crypto_alg *alg);
543 static inline void crypto_stats_get(struct crypto_alg *alg) in crypto_stats_get() function