Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/OK3568_Linux_fs/kernel/drivers/crypto/vmx/
H A Daes.c34 fallback = crypto_alloc_cipher(alg, 0, CRYPTO_ALG_NEED_FALLBACK); in p8_aes_init()
/OK3568_Linux_fs/kernel/include/crypto/internal/
H A Dcipher.h56 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H 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()
/OK3568_Linux_fs/kernel/crypto/
H A Dansi_cprng.c325 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in cprng_init()
H A Dxts.c309 tweak = crypto_alloc_cipher(ictx->name, 0, 0); in xts_init_tfm()
H A Dessiv.c272 essiv_cipher = crypto_alloc_cipher(ictx->essiv_cipher_name, 0, 0); in essiv_init_tfm()
H A Ddrbg.c1740 tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0); in drbg_init_sym_kernel()
H A Dtestmgr.c3530 tfm = crypto_alloc_cipher(driver, type, mask); in alg_test_cipher()
/OK3568_Linux_fs/kernel/drivers/crypto/
H A Dgeode-aes.c197 tctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Dsec_ccmp.c78 priv->tfm = crypto_alloc_cipher(cipher_name, 0, CRYPTO_ALG_ASYNC); in lib80211_ccmp_init()
H A Dinit.c501 tmpcipher = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in ssv6xxx_preload_sw_cipher()
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Daes_s390.c133 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/OK3568_Linux_fs/kernel/drivers/crypto/inside-secure/
H A Dsafexcel_hash.c2132 ctx->kaes = crypto_alloc_cipher("aes", 0, 0); in safexcel_xcbcmac_cra_init()
H A Dsafexcel_cipher.c2628 ctx->hkaes = crypto_alloc_cipher("aes", 0, 0); in safexcel_aead_gcm_cra_init()