Searched refs:crypto_alloc_cipher (Results 1 – 13 of 13) sorted by relevance
/Linux-v5.4/drivers/crypto/vmx/ |
D | aes.c | 33 fallback = crypto_alloc_cipher(alg, 0, CRYPTO_ALG_NEED_FALLBACK); in p8_aes_init()
|
/Linux-v5.4/Documentation/crypto/ |
D | api-skcipher.rst | 35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
|
/Linux-v5.4/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 189 ctx->enc_tfm = crypto_alloc_cipher("aes", 0, 0); in cbc_init() 310 ctx->cts_tfm = crypto_alloc_cipher("aes", 0, 0); in xts_init() 314 ctx->tweak_tfm = crypto_alloc_cipher("aes", 0, 0); in xts_init()
|
/Linux-v5.4/crypto/ |
D | ansi_cprng.c | 324 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in cprng_init()
|
D | xts.c | 309 tweak = crypto_alloc_cipher(ictx->name, 0, 0); in init_tfm()
|
D | essiv.c | 290 essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0); in essiv_init_tfm()
|
D | drbg.c | 1746 tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0); in drbg_init_sym_kernel()
|
D | testmgr.c | 3242 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()
|
/Linux-v5.4/fs/crypto/ |
D | keysetup.c | 159 essiv_tfm = crypto_alloc_cipher("aes", 0, 0); in init_essiv_generator()
|
/Linux-v5.4/drivers/crypto/ |
D | geode-aes.c | 259 op->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
|
/Linux-v5.4/include/linux/ |
D | crypto.h | 1643 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 139 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
|
/Linux-v5.4/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 2137 ctx->hkaes = crypto_alloc_cipher("aes", 0, 0); in safexcel_aead_gcm_cra_init()
|