Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/crypto/
H A Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/openbmc/linux/drivers/crypto/vmx/
H A Daes.c34 fallback = crypto_alloc_cipher(alg, 0, CRYPTO_ALG_NEED_FALLBACK); in p8_aes_init()
/openbmc/linux/include/crypto/internal/
H A Dcipher.h56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
/openbmc/linux/arch/arm/crypto/
H A Daes-neonbs-glue.c318 ctx->cts_tfm = crypto_alloc_cipher("aes", 0, 0); in xts_init()
322 ctx->tweak_tfm = crypto_alloc_cipher("aes", 0, 0); in xts_init()
/openbmc/linux/crypto/
H A Dansi_cprng.c325 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in cprng_init()
H A Dessiv.c277 essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0); in essiv_init_tfm()
H A Ddrbg.c1767 tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0); in drbg_init_sym_kernel()
H A Dtestmgr.c3671 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()
/openbmc/linux/drivers/crypto/
H A Dgeode-aes.c197 tctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/openbmc/linux/arch/s390/crypto/
H A Daes_s390.c133 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_algs.c1222 ctx->tweak = crypto_alloc_cipher("aes", 0, 0); in qat_alg_skcipher_init_xts_tfm()