Searched refs:crypto_alloc_cipher (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/Documentation/crypto/ |
D | api-skcipher.rst | 35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
|
/linux-6.14.4/include/crypto/internal/ |
D | cipher.h | 56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
|
/linux-6.14.4/arch/powerpc/crypto/ |
D | aes.c | 34 fallback = crypto_alloc_cipher(alg, 0, CRYPTO_ALG_NEED_FALLBACK); in p8_aes_init()
|
/linux-6.14.4/crypto/ |
D | ansi_cprng.c | 325 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in cprng_init()
|
D | essiv.c | 277 essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0); in essiv_init_tfm()
|
D | drbg.c | 1752 tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0); in drbg_init_sym_kernel()
|
D | testmgr.c | 3696 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()
|
/linux-6.14.4/drivers/crypto/ |
D | geode-aes.c | 197 tctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
|
/linux-6.14.4/arch/s390/crypto/ |
D | aes_s390.c | 138 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
|
/linux-6.14.4/drivers/crypto/intel/qat/qat_common/ |
D | qat_algs.c | 1222 ctx->tweak = crypto_alloc_cipher("aes", 0, 0); in qat_alg_skcipher_init_xts_tfm()
|