Home
last modified time | relevance | path

Searched refs:crypto_alloc_skcipher (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.1.9/Documentation/crypto/
Dapi-skcipher.rst17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
Dapi-samples.rst33 tfm = crypto_alloc_skcipher("xts(aes)", 0, 0);
/linux-6.1.9/net/mac80211/
Dfils_aead.c116 tfm2 = crypto_alloc_skcipher("ctr(aes)", 0, CRYPTO_ALG_ASYNC); in aes_siv_encrypt()
175 tfm2 = crypto_alloc_skcipher("ctr(aes)", 0, CRYPTO_ALG_ASYNC); in aes_siv_decrypt()
/linux-6.1.9/drivers/crypto/vmx/
Daes_cbc.c29 fallback = crypto_alloc_skcipher("cbc(aes)", 0, in p8_aes_cbc_init()
Daes_ctr.c28 fallback = crypto_alloc_skcipher("ctr(aes)", 0, in p8_aes_ctr_init()
Daes_xts.c31 fallback = crypto_alloc_skcipher("xts(aes)", 0, in p8_aes_xts_init()
/linux-6.1.9/include/crypto/
Dskcipher.h188 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
/linux-6.1.9/fs/crypto/
Dkeysetup_v1.c55 struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); in derive_key_aes()
Dkeysetup.c91 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
/linux-6.1.9/tools/testing/crypto/chacha20-s390/
Dtest-cipher.c135 skcipher = crypto_alloc_skcipher(name, 0, 0); in test_skcipher()
/linux-6.1.9/drivers/crypto/ccp/
Dccp-crypto-aes-xts.c205 fallback_tfm = crypto_alloc_skcipher("xts(aes)", 0, in ccp_aes_xts_init_tfm()
/linux-6.1.9/crypto/
Dalgif_skcipher.c295 return crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
Dskcipher.c753 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function
758 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
Dsimd.c149 tfm = crypto_alloc_skcipher(basename, CRYPTO_ALG_INTERNAL, in simd_skcipher_create_compat()
/linux-6.1.9/security/keys/encrypted-keys/
Dencrypted.c90 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in aes_get_sizes()
390 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in init_skcipher_req()
/linux-6.1.9/drivers/crypto/
Dgeode-aes.c244 crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK | in geode_init_skcipher()
/linux-6.1.9/drivers/crypto/gemini/
Dsl3516-ce-cipher.c324 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sl3516_ce_cipher_init()
/linux-6.1.9/drivers/crypto/amlogic/
Damlogic-gxl-cipher.c324 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in meson_cipher_init()
/linux-6.1.9/arch/s390/crypto/
Daes_s390.c259 sctx->fallback.skcipher = crypto_alloc_skcipher(name, 0, in fallback_init_skcipher()
495 xts_ctx->fallback = crypto_alloc_skcipher(name, 0, in xts_fallback_init()
/linux-6.1.9/block/
Dblk-crypto-fallback.c636 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode()
/linux-6.1.9/drivers/crypto/qce/
Dskcipher.c332 ctx->fallback = crypto_alloc_skcipher(crypto_tfm_alg_name(&tfm->base), in qce_skcipher_init_fallback()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/
Dsun8i-ce-cipher.c412 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun8i_ce_cipher_init()
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/
Dsun8i-ss-cipher.c396 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun8i_ss_cipher_init()
/linux-6.1.9/arch/arm/crypto/
Daes-neonbs-glue.c197 ctx->enc_tfm = crypto_alloc_skcipher("cbc(aes)", 0, CRYPTO_ALG_ASYNC | in cbc_init()
/linux-6.1.9/drivers/crypto/rockchip/
Drk3288_crypto_skcipher.c447 ctx->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in rk_ablk_init_tfm()

12