/Linux-v5.4/net/sunrpc/auth_gss/ |
D | gss_krb5_seqnum.c | 51 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()
|
D | gss_krb5_mech.c | 226 *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()
|
D | gss_krb5_wrap.c | 242 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()
|
D | gss_krb5_keys.c | 160 cipher = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in krb5_derive_key()
|
/Linux-v5.4/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211_crypt_wep.c | 45 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()
|
D | ieee80211_crypt_tkip.c | 70 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/ |
D | rtllib_crypt_wep.c | 40 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()
|
D | rtllib_crypt_tkip.c | 65 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/ |
D | cryptoloop.c | 71 tfm = crypto_alloc_sync_skcipher(cms, 0, 0); in cryptoloop_init()
|
/Linux-v5.4/crypto/ |
D | crypto_null.c | 161 tfm = crypto_alloc_sync_skcipher("ecb(cipher_null)", 0, 0); in crypto_get_default_null_skcipher()
|
D | skcipher.c | 996 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/ |
D | skcipher.h | 194 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
|
/Linux-v5.4/drivers/crypto/ccp/ |
D | ccp-crypto-aes-xts.c | 206 fallback_tfm = crypto_alloc_sync_skcipher("xts(aes)", 0, in ccp_aes_xts_cra_init()
|
/Linux-v5.4/net/ceph/ |
D | crypto.c | 51 key->tfm = crypto_alloc_sync_skcipher("cbc(aes)", 0, 0); in set_secret()
|
/Linux-v5.4/drivers/crypto/qce/ |
D | ablkcipher.c | 257 ctx->fallback = crypto_alloc_sync_skcipher(crypto_tfm_alg_name(tfm), in qce_ablkcipher_init()
|
/Linux-v5.4/arch/s390/crypto/ |
D | aes_s390.c | 310 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/ |
D | rxkad.c | 63 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/ |
D | sun4i-ss-cipher.c | 493 op->fallback_tfm = crypto_alloc_sync_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun4i_ss_cipher_init()
|
/Linux-v5.4/net/mac802154/ |
D | llsec.c | 141 key->tfm0 = crypto_alloc_sync_skcipher("ctr(aes)", 0, 0); in llsec_key_alloc()
|
/Linux-v5.4/drivers/crypto/ |
D | mxs-dcp.c | 534 blk = crypto_alloc_sync_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in mxs_dcp_aes_fallback_init()
|
D | omap-aes.c | 615 blk = crypto_alloc_sync_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in omap_aes_cra_init()
|
D | sahara.c | 752 ctx->fallback = crypto_alloc_sync_skcipher(name, 0, in sahara_aes_cra_init()
|
D | picoxcell_crypto.c | 1022 ctx->sw_cipher = crypto_alloc_sync_skcipher( in spacc_ablk_cra_init()
|
/Linux-v5.4/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 956 crypto_alloc_sync_skcipher(alg->base.cra_name, 0, in crypto4xx_sk_init()
|
/Linux-v5.4/drivers/crypto/chelsio/ |
D | chcr_algo.c | 1407 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()
|