Searched defs:algo (Results 1 – 3 of 3) sorted by relevance
| /crypto/asymmetric_keys/ |
| D | public_key.c | 81 const struct public_key_algorithm *algo; in public_key_verify_signature() local
|
| /crypto/ |
| D | tcrypt.c | 303 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed() 461 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed() 730 static void test_hash_speed(const char *algo, unsigned int secs, in test_hash_speed() 952 static void test_ahash_speed(const char *algo, unsigned int secs, in test_ahash_speed() 1113 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed()
|
| D | testmgr.c | 205 const char *algo = crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); in __test_hash() local 431 const char *algo = crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); in __test_aead() local 854 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher() local 930 const char *algo = in __test_skcipher() local 1220 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp() local 1302 const char *algo = crypto_tfm_alg_driver_name(crypto_pcomp_tfm(tfm)); in test_pcomp() local 1477 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng() local
|