Home
last modified time | relevance | path

Searched refs:crypto_alloc_cipher (Results 1 – 14 of 14) sorted by relevance

/linux/Documentation/crypto/
A Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/linux/drivers/crypto/vmx/
A Daes.c34 fallback = crypto_alloc_cipher(alg, 0, CRYPTO_ALG_NEED_FALLBACK); in p8_aes_init()
/linux/include/crypto/internal/
A Dcipher.h56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
/linux/arch/arm/crypto/
A Daes-neonbs-glue.c325 ctx->cts_tfm = crypto_alloc_cipher("aes", 0, 0); in xts_init()
329 ctx->tweak_tfm = crypto_alloc_cipher("aes", 0, 0); in xts_init()
/linux/crypto/
A Dansi_cprng.c325 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in cprng_init()
A Dxts.c309 tweak = crypto_alloc_cipher(ictx->name, 0, 0); in xts_init_tfm()
A Dessiv.c272 essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0); in essiv_init_tfm()
A Ddrbg.c1763 tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0); in drbg_init_sym_kernel()
A Dtestmgr.c3511 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()
/linux/drivers/crypto/
A Dgeode-aes.c197 tctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/linux/arch/s390/crypto/
A Daes_s390.c133 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/linux/drivers/crypto/qat/qat_common/
A Dqat_algs.c1378 ctx->tweak = crypto_alloc_cipher("aes", 0, 0); in qat_alg_skcipher_init_xts_tfm()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_hash.c2133 ctx->kaes = crypto_alloc_cipher("aes", 0, 0); in safexcel_xcbcmac_cra_init()
A Dsafexcel_cipher.c2629 ctx->hkaes = crypto_alloc_cipher("aes", 0, 0); in safexcel_aead_gcm_cra_init()

Completed in 39 milliseconds