Searched refs:crypto_alloc_cipher (Results  1 – 17 of 17) sorted by relevance
| /linux-4.1.27/drivers/crypto/vmx/ | 
| D | aes.c | 49     fallback = crypto_alloc_cipher(alg, 0 ,CRYPTO_ALG_NEED_FALLBACK);  in p8_aes_init()
  | 
| /linux-4.1.27/net/mac80211/ | 
| D | wep.c | 33 	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()
  | 
| D | aes_cmac.c | 136 	tfm = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC);  in ieee80211_aes_cmac_key_setup()
  | 
| /linux-4.1.27/net/ipv4/ | 
| D | tcp_fastopen.c | 47 	ctx->tfm = crypto_alloc_cipher("aes", 0, 0);  in tcp_fastopen_reset_cipher()
  | 
| /linux-4.1.27/drivers/usb/wusbcore/ | 
| D | crypto.c | 321 	tfm_aes = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC);  in wusb_prf()
  | 
| /linux-4.1.27/crypto/ | 
| D | ansi_cprng.c | 332 	ctx->tfm = crypto_alloc_cipher("aes", 0, 0);  in cprng_init()
  | 
| D | drbg.c | 1636 	tfm = crypto_alloc_cipher(drbg->core->backend_cra_name, 0, 0);  in drbg_init_sym_kernel()
  | 
| D | testmgr.c | 1537 	tfm = crypto_alloc_cipher(driver, type | CRYPTO_ALG_INTERNAL, mask);  in alg_test_cipher()
  | 
| /linux-4.1.27/drivers/staging/rtl8192e/ | 
| D | rtllib_crypt_ccmp.c | 70 	priv->tfm = (void *)crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC);  in rtllib_ccmp_init()
  | 
| /linux-4.1.27/drivers/staging/rtl8192u/ieee80211/ | 
| D | ieee80211_crypt_ccmp.c | 74        priv->tfm = (void *)crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC);  in ieee80211_ccmp_init()
  | 
| /linux-4.1.27/drivers/crypto/ccp/ | 
| D | ccp-crypto-aes-cmac.c | 331 	cipher_tfm = crypto_alloc_cipher("aes", 0,  in ccp_aes_cmac_cra_init()
  | 
| /linux-4.1.27/net/wireless/ | 
| D | lib80211_crypt_ccmp.c | 78 	priv->tfm = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC);  in lib80211_ccmp_init()
  | 
| /linux-4.1.27/drivers/crypto/ | 
| D | geode-aes.c | 261 	op->fallback.cip = crypto_alloc_cipher(name, 0,  in fallback_init_cip()
  | 
| /linux-4.1.27/arch/s390/crypto/ | 
| D | aes_s390.c | 190 	sctx->fallback.cip = crypto_alloc_cipher(name, 0,  in fallback_init_cip()
  | 
| /linux-4.1.27/include/linux/ | 
| D | crypto.h | 1967 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name,  in crypto_alloc_cipher()  function
  | 
| /linux-4.1.27/drivers/md/ | 
| D | dm-crypt.c | 315 	essiv_tfm = crypto_alloc_cipher(cc->cipher, 0, CRYPTO_ALG_ASYNC);  in setup_essiv_cpu()
  | 
| /linux-4.1.27/drivers/net/wireless/ | 
| D | airo.c | 1361 	        ai->tfm = crypto_alloc_cipher("aes", 0, CRYPTO_ALG_ASYNC);  in micsetup()
  |