Home
last modified time | relevance | path

Searched refs:crypto_skcipher_alg (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/include/crypto/internal/
Dskcipher.h77 return container_of(crypto_skcipher_alg(skcipher), in skcipher_alg_instance()
248 return crypto_skcipher_alg_chunksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_chunksize()
265 return crypto_skcipher_alg_walksize(crypto_skcipher_alg(tfm)); in crypto_skcipher_walksize()
/Linux-v5.4/crypto/
Dsimd.c123 alg = crypto_skcipher_alg(tfm); in simd_skcipher_init()
158 ialg = crypto_skcipher_alg(tfm); in simd_skcipher_create_compat()
Dskcipher.c801 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey_unaligned()
821 struct skcipher_alg *cipher = crypto_skcipher_alg(tfm); in skcipher_setkey()
881 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_exit_tfm()
889 struct skcipher_alg *alg = crypto_skcipher_alg(skcipher); in crypto_skcipher_init_tfm()
Dtestmgr.c2699 const char *algname = crypto_skcipher_alg(tfm)->base.cra_name; in test_skcipher_vs_generic_impl()
/Linux-v5.4/include/crypto/
Dskcipher.h252 static inline struct skcipher_alg *crypto_skcipher_alg( in crypto_skcipher_alg() function
/Linux-v5.4/fs/crypto/
Dkeysetup.c100 crypto_skcipher_alg(tfm)->base.cra_driver_name); in fscrypt_allocate_skcipher()
/Linux-v5.4/drivers/crypto/sunxi-ss/
Dsun4i-ss-cipher.c151 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll()
/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi.c621 container_of(crypto_skcipher_alg(skcipher), typeof(*alg), in skcipher_setkey()
2462 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in caam_cra_init()
Dcaamalg.c728 container_of(crypto_skcipher_alg(skcipher), typeof(*alg), in skcipher_setkey()
3450 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in caam_cra_init()
Dcaamalg_qi2.c951 container_of(crypto_skcipher_alg(skcipher), in skcipher_setkey()
1563 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in caam_cra_init_skcipher()
/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_core.c950 struct skcipher_alg *alg = crypto_skcipher_alg(sk); in crypto4xx_sk_init()
/Linux-v5.4/drivers/md/
Ddm-crypt.c1789 crypto_skcipher_alg(any_tfm(cc))->base.cra_driver_name); in crypt_alloc_tfms_skcipher()