/kernel/linux/linux-5.10/Documentation/crypto/ |
D | api-skcipher.rst | 17 …:functions: crypto_alloc_skcipher crypto_free_skcipher crypto_has_skcipher crypto_skcipher_ivsize …
|
D | api-samples.rst | 33 tfm = crypto_alloc_skcipher("xts(aes)", 0, 0);
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | fils_aead.c | 116 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()
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
D | aes_cbc.c | 29 fallback = crypto_alloc_skcipher("cbc(aes)", 0, in p8_aes_cbc_init()
|
D | aes_ctr.c | 28 fallback = crypto_alloc_skcipher("ctr(aes)", 0, in p8_aes_ctr_init()
|
D | aes_xts.c | 31 fallback = crypto_alloc_skcipher("xts(aes)", 0, in p8_aes_xts_init()
|
/kernel/linux/linux-5.10/include/crypto/ |
D | skcipher.h | 184 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name,
|
/kernel/linux/linux-5.10/drivers/hyperhold/ |
D | hp_device.c | 138 ctfm = crypto_alloc_skcipher(cipher, 0, 0); in soft_crypto_init()
|
/kernel/linux/linux-5.10/fs/crypto/ |
D | keysetup_v1.c | 55 struct crypto_skcipher *tfm = crypto_alloc_skcipher("ecb(aes)", 0, 0); in derive_key_aes()
|
D | keysetup.c | 84 tfm = crypto_alloc_skcipher(mode->cipher_str, 0, 0); in fscrypt_allocate_skcipher()
|
/kernel/linux/linux-5.10/drivers/crypto/ccp/ |
D | ccp-crypto-aes-xts.c | 205 fallback_tfm = crypto_alloc_skcipher("xts(aes)", 0, in ccp_aes_xts_init_tfm()
|
/kernel/linux/linux-5.10/crypto/ |
D | algif_skcipher.c | 295 return crypto_alloc_skcipher(name, type, mask); in skcipher_bind()
|
D | skcipher.c | 758 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher() function 763 EXPORT_SYMBOL_GPL(crypto_alloc_skcipher);
|
D | simd.c | 149 tfm = crypto_alloc_skcipher(basename, CRYPTO_ALG_INTERNAL, in simd_skcipher_create_compat()
|
/kernel/linux/linux-5.10/security/keys/encrypted-keys/ |
D | encrypted.c | 85 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in aes_get_sizes() 384 tfm = crypto_alloc_skcipher(blkcipher_alg, 0, CRYPTO_ALG_ASYNC); in init_skcipher_req()
|
/kernel/linux/linux-5.10/drivers/crypto/ |
D | geode-aes.c | 243 crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK | in geode_init_skcipher()
|
/kernel/linux/linux-5.10/drivers/crypto/amlogic/ |
D | amlogic-gxl-cipher.c | 324 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in meson_cipher_init()
|
/kernel/linux/linux-5.10/arch/s390/crypto/ |
D | aes_s390.c | 258 sctx->fallback.skcipher = crypto_alloc_skcipher(name, 0, in fallback_init_skcipher() 494 xts_ctx->fallback = crypto_alloc_skcipher(name, 0, in xts_fallback_init()
|
/kernel/linux/linux-5.10/drivers/crypto/qce/ |
D | skcipher.c | 281 ctx->fallback = crypto_alloc_skcipher(crypto_tfm_alg_name(&tfm->base), in qce_skcipher_init_fallback()
|
/kernel/linux/linux-5.10/block/ |
D | blk-crypto-fallback.c | 625 slotp->tfms[mode_num] = crypto_alloc_skcipher(cipher_str, 0, 0); in blk_crypto_fallback_start_using_mode()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss-cipher.c | 378 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun8i_ss_cipher_init()
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
D | aes-neonbs-glue.c | 194 ctx->enc_tfm = crypto_alloc_skcipher("cbc(aes)", 0, CRYPTO_ALG_ASYNC | in cbc_init()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce-cipher.c | 388 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun8i_ce_cipher_init()
|
/kernel/linux/linux-5.10/drivers/crypto/rockchip/ |
D | rk3288_crypto_skcipher.c | 447 ctx->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in rk_ablk_init_tfm()
|
/kernel/linux/linux-5.10/drivers/crypto/allwinner/sun4i-ss/ |
D | sun4i-ss-cipher.c | 534 op->fallback_tfm = crypto_alloc_skcipher(name, 0, CRYPTO_ALG_NEED_FALLBACK); in sun4i_ss_cipher_init()
|