Searched defs:algo (Results 1 – 2 of 2) sorted by relevance
/crypto/ |
D | testmgr.c | 190 const char *algo = crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in test_hash() local 365 const char *algo = crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in __test_aead() local 749 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher() local 825 const char *algo = in __test_skcipher() local 1092 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp() local 1174 const char *algo = crypto_tfm_alg_driver_name(crypto_pcomp_tfm(tfm)); in test_pcomp() local 1349 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng() local
|
D | tcrypt.c | 142 static void test_cipher_speed(const char *algo, int enc, unsigned int sec, in test_cipher_speed() 410 static void test_hash_speed(const char *algo, unsigned int sec, in test_hash_speed() 648 static void test_ahash_speed(const char *algo, unsigned int sec, in test_ahash_speed() 802 static void test_acipher_speed(const char *algo, int enc, unsigned int sec, in test_acipher_speed()
|