Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 5 of 5) sorted by relevance

/crypto/
Dbpf_crypto_skcipher.c8 static void *bpf_crypto_lskcipher_alloc_tfm(const char *algo) in bpf_crypto_lskcipher_alloc_tfm()
18 static int bpf_crypto_lskcipher_has_algo(const char *algo) in bpf_crypto_lskcipher_has_algo()
Dtcrypt.c243 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed()
518 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed()
866 static void test_ahash_speed_common(const char *algo, unsigned int secs, in test_ahash_speed_common()
947 static void test_ahash_speed(const char *algo, unsigned int secs, in test_ahash_speed()
953 static void test_hash_speed(const char *algo, unsigned int secs, in test_hash_speed()
1060 static void test_mb_skcipher_speed(const char *algo, int enc, int secs, in test_mb_skcipher_speed()
1293 static void test_skcipher_speed(const char *algo, int enc, unsigned int secs, in test_skcipher_speed()
1423 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed()
1431 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed()
Decrdsa.c196 u32 algo, paramlen; in ecrdsa_set_pub_key() local
Dtestmgr.c2811 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); in test_cipher() local
3391 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); in test_comp() local
3497 const char *algo = crypto_tfm_alg_driver_name(crypto_acomp_tfm(tfm)); in test_acomp() local
3694 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); in test_cprng() local
4361 const char *algo = in test_akcipher() local
Dtestmgr.h162 enum OID algo; member