Home
last modified time | relevance | path

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

/linux-6.1.9/crypto/
Dcrypto_null.c161 tfm = crypto_alloc_sync_skcipher("ecb(cipher_null)", 0, 0); in crypto_get_default_null_skcipher()
Dskcipher.c760 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher( in crypto_alloc_sync_skcipher() function
782 EXPORT_SYMBOL_GPL(crypto_alloc_sync_skcipher);
/linux-6.1.9/include/crypto/
Dskcipher.h191 struct crypto_sync_skcipher *crypto_alloc_sync_skcipher(const char *alg_name,
/linux-6.1.9/net/sunrpc/auth_gss/
Dgss_krb5_keys.c160 cipher = crypto_alloc_sync_skcipher(gk5e->encrypt_name, 0, 0); in krb5_derive_key()
Dgss_krb5_mech.c178 *res = crypto_alloc_sync_skcipher(ctx->gk5e->encrypt_name, 0, 0); in get_key()
286 cp = crypto_alloc_sync_skcipher(cname, 0, 0); in context_v2_alloc_cipher()
/linux-6.1.9/net/ceph/
Dcrypto.c51 key->tfm = crypto_alloc_sync_skcipher("cbc(aes)", 0, 0); in set_secret()
/linux-6.1.9/net/rxrpc/
Drxkad.c110 ci = crypto_alloc_sync_skcipher("pcbc(fcrypt)", 0, 0); in rxkad_init_connection_security()
1357 tfm = crypto_alloc_sync_skcipher("pcbc(fcrypt)", 0, 0); in rxkad_init()
/linux-6.1.9/net/mac802154/
Dllsec.c141 key->tfm0 = crypto_alloc_sync_skcipher("ctr(aes)", 0, 0); in llsec_key_alloc()
/linux-6.1.9/drivers/crypto/keembay/
Dkeembay-ocs-aes-core.c1167 blk = crypto_alloc_sync_skcipher(alg_name, 0, CRYPTO_ALG_NEED_FALLBACK); in ocs_aes_init_tfm()
/linux-6.1.9/drivers/crypto/amcc/
Dcrypto4xx_core.c953 crypto_alloc_sync_skcipher(alg->base.cra_name, 0, in crypto4xx_sk_init()
/linux-6.1.9/drivers/crypto/axis/
Dartpec6_crypto.c1549 crypto_alloc_sync_skcipher(crypto_tfm_alg_name(&tfm->base), in artpec6_crypto_aes_ctr_init()
/linux-6.1.9/drivers/crypto/hisilicon/sec2/
Dsec_crypto.c696 c_ctx->fbtfm = crypto_alloc_sync_skcipher(alg, 0, in sec_skcipher_fbtfm_init()
/linux-6.1.9/drivers/net/wireless/cisco/
Dairo.c1369 ai->tfm = crypto_alloc_sync_skcipher("ctr(aes)", 0, 0); in micsetup()