Searched refs:crypto_alloc_skcipher (Results 1 – 8 of 8) sorted by relevance
/crypto/ |
D | algif_skcipher.c | 295 return crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
|
D | skcipher.c | 759 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function 764 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
|
D | simd.c | 149 tfm = crypto_alloc_skcipher(basename, CRYPTO_ALG_INTERNAL, in simd_skcipher_create_compat()
|
D | fips140-selftests.c | 240 tfm = crypto_alloc_skcipher(impl, 0, 0); in fips_test_skcipher()
|
D | cryptd.c | 916 tfm = crypto_alloc_skcipher(cryptd_alg_name, type, mask); in cryptd_alloc_skcipher()
|
D | tcrypt.c | 1271 tfm = crypto_alloc_skcipher(algo, 0, 0); in test_mb_skcipher_speed() 1501 tfm = crypto_alloc_skcipher(algo, 0, async ? 0 : CRYPTO_ALG_ASYNC); in test_skcipher_speed()
|
D | drbg.c | 1754 sk_tfm = crypto_alloc_skcipher(ctr_name, 0, 0); in drbg_init_sym_kernel()
|
D | testmgr.c | 3005 generic_tfm = crypto_alloc_skcipher(generic_driver, 0, 0); in test_skcipher_vs_generic_impl() 3146 tfm = crypto_alloc_skcipher(driver, type, mask); in alg_test_skcipher()
|