Home
last modified time | relevance | path

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

/Linux-v5.10/Documentation/crypto/
Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/Linux-v5.10/drivers/crypto/vmx/
Daes.c33 fallback = crypto_alloc_cipher(alg, 0, CRYPTO_ALG_NEED_FALLBACK); in p8_aes_init()
/Linux-v5.10/arch/arm/crypto/
Daes-neonbs-glue.c321 ctx->cts_tfm = crypto_alloc_cipher("aes", 0, 0); in xts_init()
325 ctx->tweak_tfm = crypto_alloc_cipher("aes", 0, 0); in xts_init()
/Linux-v5.10/crypto/
Dansi_cprng.c324 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in cprng_init()
Dxts.c308 tweak = crypto_alloc_cipher(ictx->name, 0, 0); in xts_init_tfm()
Dessiv.c271 essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0); in essiv_init_tfm()
Ddrbg.c1762 tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0); in drbg_init_sym_kernel()
Dtestmgr.c3527 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()
/Linux-v5.10/drivers/crypto/
Dgeode-aes.c196 tctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/Linux-v5.10/include/linux/
Dcrypto.h782 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
/Linux-v5.10/arch/s390/crypto/
Daes_s390.c132 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c138 cipher = crypto_alloc_cipher("aes", 0, 0); in chcr_ktls_save_keys()
/Linux-v5.10/drivers/crypto/inside-secure/
Dsafexcel_hash.c2131 ctx->kaes = crypto_alloc_cipher("aes", 0, 0); in safexcel_xcbcmac_cra_init()
Dsafexcel_cipher.c2628 ctx->hkaes = crypto_alloc_cipher("aes", 0, 0); in safexcel_aead_gcm_cra_init()