Searched defs:algo (Results 1 – 4 of 4) sorted by relevance
/crypto/ |
D | tcrypt.c | 251 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed() 526 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() 825 static void test_mb_ahash_speed(const char *algo, unsigned int secs, in test_mb_ahash_speed() 1068 static void test_ahash_speed_common(const char *algo, unsigned int secs, in test_ahash_speed_common() 1149 static void test_ahash_speed(const char *algo, unsigned int secs, in test_ahash_speed() 1155 static void test_hash_speed(const char *algo, unsigned int secs, in test_hash_speed() 1262 static void test_mb_skcipher_speed(const char *algo, int enc, int secs, in test_mb_skcipher_speed() 1495 static void test_skcipher_speed(const char *algo, int enc, unsigned int secs, in test_skcipher_speed() 1626 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed() 1634 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed()
|
D | ecrdsa.c | 196 u32 algo, paramlen; in ecrdsa_set_pub_key() local
|
D | testmgr.c | 2603 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher() local 3172 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp() local 3278 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp() local 3446 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng() local 4101 const char *algo = in test_akcipher() local
|
D | testmgr.h | 160 enum OID algo; member
|