Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/crypto/vmx/
Daes.c49 fallback = crypto_alloc_cipher(alg, 0 ,CRYPTO_ALG_NEED_FALLBACK); in p8_aes_init()
/linux-4.1.27/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()
Daes_cmac.c136 tfm = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in ieee80211_aes_cmac_key_setup()
/linux-4.1.27/net/ipv4/
Dtcp_fastopen.c47 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in tcp_fastopen_reset_cipher()
/linux-4.1.27/drivers/usb/wusbcore/
Dcrypto.c321 tfm_aes = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in wusb_prf()
/linux-4.1.27/crypto/
Dansi_cprng.c332 ctx->tfm = crypto_alloc_cipher("aes", 0, 0); in cprng_init()
Ddrbg.c1636 tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0); in drbg_init_sym_kernel()
Dtestmgr.c1537 tfm = crypto_alloc_cipher(driver, type | CRYPTO_ALG_INTERNAL, mask); in alg_test_cipher()
/linux-4.1.27/drivers/staging/rtl8192e/
Drtllib_crypt_ccmp.c70 priv->tfm = (void *)crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in rtllib_ccmp_init()
/linux-4.1.27/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_ccmp.c74 priv->tfm = (void *)crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in ieee80211_ccmp_init()
/linux-4.1.27/drivers/crypto/ccp/
Dccp-crypto-aes-cmac.c331 cipher_tfm = crypto_alloc_cipher("aes", 0, in ccp_aes_cmac_cra_init()
/linux-4.1.27/net/wireless/
Dlib80211_crypt_ccmp.c78 priv->tfm = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in lib80211_ccmp_init()
/linux-4.1.27/drivers/crypto/
Dgeode-aes.c261 op->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/linux-4.1.27/arch/s390/crypto/
Daes_s390.c190 sctx->fallback.cip = crypto_alloc_cipher(name, 0, in fallback_init_cip()
/linux-4.1.27/include/linux/
Dcrypto.h1967 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher() function
/linux-4.1.27/drivers/md/
Ddm-crypt.c315 essiv_tfm = crypto_alloc_cipher(cc->cipher, 0, CRYPTO_ALG_ASYNC); in setup_essiv_cpu()
/linux-4.1.27/drivers/net/wireless/
Dairo.c1361 ai->tfm = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC); in micsetup()