Home
last modified time | relevance | path

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

12

/Linux-v4.19/net/mac80211/
Dwep.c33 local->wep_tx_tfm = crypto_alloc_cipher("arc4", 0, CRYPTO_ALG_ASYNC); in ieee80211_wep_init()
39 local->wep_rx_tfm = crypto_alloc_cipher("arc4", 0, CRYPTO_ALG_ASYNC); in ieee80211_wep_init()
/Linux-v4.19/drivers/crypto/vmx/
Daes.c44 fallback = crypto_alloc_cipher(alg, 0, CRYPTO_ALG_NEED_FALLBACK); in p8_aes_init()
/Linux-v4.19/Documentation/crypto/
Dapi-skcipher.rst35 …:functions: crypto_alloc_cipher crypto_free_cipher crypto_has_cipher crypto_cipher_blocksize crypt…
/Linux-v4.19/fs/cifs/
Dsmbencrypt.c77 tfm_des = crypto_alloc_cipher("des", 0, 0); in smbhash()
/Linux-v4.19/arch/arm/crypto/
Daes-neonbs-glue.c183 ctx->enc_tfm = crypto_alloc_cipher("aes", 0, 0); in cbc_init()
259 ctx->tweak_tfm = crypto_alloc_cipher("aes", 0, 0); in xts_init()
/Linux-v4.19/drivers/usb/wusbcore/
Dcrypto.c319 tfm_aes = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in wusb_prf()
/Linux-v4.19/crypto/
Dansi_cprng.c330 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in cprng_init()
Dxts.c374 tweak = crypto_alloc_cipher(ictx->name, 0, 0); in init_tfm()
Ddrbg.c1659 tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0); in drbg_init_sym_kernel()
/Linux-v4.19/fs/crypto/
Dkeyinfo.c259 essiv_tfm = crypto_alloc_cipher("aes", 0, 0); in init_essiv_generator()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_hw.c240 cipher = crypto_alloc_cipher("aes", 0, 0); in chtls_key_info()
/Linux-v4.19/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c70 priv->tfm = (void *)crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in rtllib_ccmp_init()
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c74 priv->tfm = (void *)crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in ieee80211_ccmp_init()
/Linux-v4.19/net/ipv4/
Dtcp_fastopen.c79 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in tcp_fastopen_reset_cipher()
/Linux-v4.19/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c349 cipher_tfm = crypto_alloc_cipher("aes", 0, in ccp_aes_cmac_cra_init()
/Linux-v4.19/net/wireless/
Dlib80211_crypt_ccmp.c78 priv->tfm = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in lib80211_ccmp_init()
/Linux-v4.19/drivers/crypto/chelsio/
Dchcr_ipsec.c171 cipher = crypto_alloc_cipher("aes-generic", 0, 0); in chcr_ipsec_setkey()
Dchcr_algo.c1381 ablkctx->aes_generic = crypto_alloc_cipher("aes-generic", 0, 0); in chcr_cra_init()
3341 cipher = crypto_alloc_cipher("aes-generic", 0, 0); in chcr_gcm_setkey()
/Linux-v4.19/drivers/crypto/
Dgeode-aes.c263 op->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/Linux-v4.19/include/linux/
Dcrypto.h1461 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
/Linux-v4.19/drivers/crypto/amcc/
Dcrypto4xx_alg.c523 aes_tfm = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC | in crypto4xx_compute_gcm_hash_key_sw()
/Linux-v4.19/net/bluetooth/
Dsmp.c1396 smp->tfm_aes = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in smp_chan_create()
3239 tfm_aes = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in smp_add_cid()
3914 tfm_aes = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in bt_selftest_smp()
/Linux-v4.19/arch/s390/crypto/
Daes_s390.c139 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/Linux-v4.19/arch/x86/crypto/
Daesni-intel_glue.c702 tfm = crypto_alloc_cipher("aes", 0, 0); in rfc4106_set_hash_subkey()
/Linux-v4.19/drivers/md/
Ddm-crypt.c380 essiv_tfm = crypto_alloc_cipher(cc->cipher, 0, CRYPTO_ALG_ASYNC); in alloc_essiv_cipher()

12