crypto_alloc_blkcipher  151 crypto/tcrypt.c 	tfm = crypto_alloc_blkcipher(algo, 0, CRYPTO_ALG_ASYNC);
crypto_alloc_blkcipher  812 fs/ecryptfs/crypto.c 	crypt_stat->tfm = crypto_alloc_blkcipher(full_alg_name, 0,
crypto_alloc_blkcipher 1750 fs/ecryptfs/crypto.c 	*key_tfm = crypto_alloc_blkcipher(full_alg_name, 0, CRYPTO_ALG_ASYNC);
crypto_alloc_blkcipher   92 net/ieee80211/ieee80211_crypt_tkip.c 	priv->tx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
crypto_alloc_blkcipher  110 net/ieee80211/ieee80211_crypt_tkip.c 	priv->rx_tfm_arc4 = crypto_alloc_blkcipher("ecb(arc4)", 0,
crypto_alloc_blkcipher   50 net/ieee80211/ieee80211_crypt_wep.c 	priv->tx_tfm = crypto_alloc_blkcipher("ecb(arc4)", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_blkcipher   58 net/ieee80211/ieee80211_crypt_wep.c 	priv->rx_tfm = crypto_alloc_blkcipher("ecb(arc4)", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_blkcipher   31 net/mac80211/wep.c 	local->wep_tx_tfm = crypto_alloc_blkcipher("ecb(arc4)", 0,
crypto_alloc_blkcipher   36 net/mac80211/wep.c 	local->wep_rx_tfm = crypto_alloc_blkcipher("ecb(arc4)", 0,
crypto_alloc_blkcipher  168 net/rxrpc/ar-key.c 	ci = crypto_alloc_blkcipher("pcbc(des)", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_blkcipher   71 net/rxrpc/rxkad.c 	ci = crypto_alloc_blkcipher("pcbc(fcrypt)", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_blkcipher 1142 net/rxrpc/rxkad.c 	rxkad_ci = crypto_alloc_blkcipher("pcbc(fcrypt)", 0, CRYPTO_ALG_ASYNC);
crypto_alloc_blkcipher  102 net/sunrpc/auth_gss/gss_krb5_mech.c 	*res = crypto_alloc_blkcipher(alg_name, 0, CRYPTO_ALG_ASYNC);