Home
last modified time | relevance | path

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

12

/Linux-v5.4/net/sunrpc/auth_gss/
Dgss_krb5_seqnum.c51 cipher = crypto_alloc_sync_skcipher(kctx->gk5e->encrypt_name, 0, 0); in krb5_make_rc4_seq_num()
120 cipher = crypto_alloc_sync_skcipher(kctx->gk5e->encrypt_name, 0, 0); in krb5_get_rc4_seq_num()
Dgss_krb5_mech.c226 *res = crypto_alloc_sync_skcipher(ctx->gk5e->encrypt_name, 0, 0); in get_key()
331 cp = crypto_alloc_sync_skcipher(cname, 0, 0); in context_v2_alloc_cipher()
449 ctx->enc = crypto_alloc_sync_skcipher(ctx->gk5e->encrypt_name, 0, 0); in context_derive_keys_rc4()
455 ctx->seq = crypto_alloc_sync_skcipher(ctx->gk5e->encrypt_name, 0, 0); in context_derive_keys_rc4()
Dgss_krb5_wrap.c242 cipher = crypto_alloc_sync_skcipher(kctx->gk5e->encrypt_name, in gss_wrap_kerberos_v1()
331 cipher = crypto_alloc_sync_skcipher(kctx->gk5e->encrypt_name, in gss_unwrap_kerberos_v1()
Dgss_krb5_keys.c160 cipher = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in krb5_derive_key()
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c45 priv->tx_tfm = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); in prism2_wep_init()
48 priv->rx_tfm = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); in prism2_wep_init()
Dieee80211_crypt_tkip.c70 priv->tx_tfm_arc4 = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); in ieee80211_tkip_init()
86 priv->rx_tfm_arc4 = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); in ieee80211_tkip_init()
/Linux-v5.4/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c40 priv->tx_tfm = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); in prism2_wep_init()
46 priv->rx_tfm = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); in prism2_wep_init()
Drtllib_crypt_tkip.c65 priv->tx_tfm_arc4 = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); in rtllib_tkip_init()
79 priv->rx_tfm_arc4 = crypto_alloc_sync_skcipher("ecb(arc4)", 0, 0); in rtllib_tkip_init()
/Linux-v5.4/drivers/block/
Dcryptoloop.c71 tfm = crypto_alloc_sync_skcipher(cms, 0, 0); in cryptoloop_init()
/Linux-v5.4/crypto/
Dcrypto_null.c161 tfm = crypto_alloc_sync_skcipher("ecb(cipher_null)", 0, 0); in crypto_get_default_null_skcipher()
Dskcipher.c996 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher() function
1018 EXPORT_SYMBOL_GPL(crypto_alloc_sync_skcipher);
/Linux-v5.4/include/crypto/
Dskcipher.h194 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
/Linux-v5.4/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c206 fallback_tfm = crypto_alloc_sync_skcipher("xts(aes)", 0, in ccp_aes_xts_cra_init()
/Linux-v5.4/net/ceph/
Dcrypto.c51 key->tfm = crypto_alloc_sync_skcipher("cbc(aes)", 0, 0); in set_secret()
/Linux-v5.4/drivers/crypto/qce/
Dablkcipher.c257 ctx->fallback = crypto_alloc_sync_skcipher(crypto_tfm_alg_name(tfm), in qce_ablkcipher_init()
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c310 sctx->fallback.blk = crypto_alloc_sync_skcipher(name, 0, in fallback_init_blk()
621 xts_ctx->fallback = crypto_alloc_sync_skcipher(name, 0, in xts_fallback_init()
/Linux-v5.4/net/rxrpc/
Drxkad.c63 ci = crypto_alloc_sync_skcipher("pcbc(fcrypt)", 0, 0); in rxkad_init_connection_security()
1264 tfm = crypto_alloc_sync_skcipher("pcbc(fcrypt)", 0, 0); in rxkad_init()
/Linux-v5.4/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c493 op->fallback_tfm = crypto_alloc_sync_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun4i_ss_cipher_init()
/Linux-v5.4/net/mac802154/
Dllsec.c141 key->tfm0 = crypto_alloc_sync_skcipher("ctr(aes)", 0, 0); in llsec_key_alloc()
/Linux-v5.4/drivers/crypto/
Dmxs-dcp.c534 blk = crypto_alloc_sync_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in mxs_dcp_aes_fallback_init()
Domap-aes.c615 blk = crypto_alloc_sync_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in omap_aes_cra_init()
Dsahara.c752 ctx->fallback = crypto_alloc_sync_skcipher(name, 0, in sahara_aes_cra_init()
Dpicoxcell_crypto.c1022 ctx->sw_cipher = crypto_alloc_sync_skcipher( in spacc_ablk_cra_init()
/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_core.c956 crypto_alloc_sync_skcipher(alg->base.cra_name, 0, in crypto4xx_sk_init()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_algo.c1407 ablkctx->sw_cipher = crypto_alloc_sync_skcipher(alg->cra_name, 0, in chcr_cra_init()
1427 ablkctx->sw_cipher = crypto_alloc_sync_skcipher("ctr(aes)", 0, in chcr_rfc3686_init()

12