Home
last modified time | relevance | path

Searched refs:crypto_blkcipher (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/include/linux/
Dcrypto.h157 struct crypto_blkcipher;
194 struct crypto_blkcipher *tfm;
615 struct crypto_blkcipher { struct
1114 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast()
1117 return (struct crypto_blkcipher *)tfm; in __crypto_blkcipher_cast()
1120 static inline struct crypto_blkcipher *crypto_blkcipher_cast( in crypto_blkcipher_cast()
1141 static inline struct crypto_blkcipher *crypto_alloc_blkcipher( in crypto_alloc_blkcipher()
1152 struct crypto_blkcipher *tfm) in crypto_blkcipher_tfm()
1161 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher()
1191 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm) in crypto_blkcipher_name()
[all …]
/Linux-v4.19/crypto/
DMakefile20 crypto_blkcipher-y := ablkcipher.o
21 crypto_blkcipher-y += blkcipher.o
22 crypto_blkcipher-y += skcipher.o
23 obj-$(CONFIG_CRYPTO_BLKCIPHER2) += crypto_blkcipher.o
Decb.c74 struct crypto_blkcipher *tfm = desc->tfm; in crypto_ecb_encrypt()
88 struct crypto_blkcipher *tfm = desc->tfm; in crypto_ecb_decrypt()
Dskcipher.c578 return sizeof(struct crypto_blkcipher *); in crypto_skcipher_extsize()
590 struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_setkey_blkcipher()
591 struct crypto_blkcipher *blkcipher = *ctx; in skcipher_setkey_blkcipher()
614 struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_crypt_blkcipher()
645 struct crypto_blkcipher **ctx = crypto_tfm_ctx(tfm); in crypto_exit_skcipher_ops_blkcipher()
654 struct crypto_blkcipher **ctx = crypto_tfm_ctx(tfm); in crypto_init_skcipher_ops_blkcipher()
655 struct crypto_blkcipher *blkcipher; in crypto_init_skcipher_ops_blkcipher()
Dkeywrap.c131 struct crypto_blkcipher *tfm = desc->tfm; in crypto_kw_decrypt()
203 struct crypto_blkcipher *tfm = desc->tfm; in crypto_kw_encrypt()
Dcryptd.c70 struct crypto_blkcipher *child;
223 struct crypto_blkcipher *child = ctx->child; in cryptd_blkcipher_setkey()
236 struct crypto_blkcipher *child, in cryptd_blkcipher_crypt()
278 struct crypto_blkcipher *child = ctx->child; in cryptd_blkcipher_encrypt()
287 struct crypto_blkcipher *child = ctx->child; in cryptd_blkcipher_decrypt()
323 struct crypto_blkcipher *cipher; in cryptd_blkcipher_init_tfm()
1191 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm) in cryptd_ablkcipher_child()
Dctr.c131 struct crypto_blkcipher *tfm = desc->tfm; in crypto_ctr_crypt()
/Linux-v4.19/drivers/crypto/
Dgeode-aes.h67 struct crypto_blkcipher *blk;
Dgeode-aes.c189 struct crypto_blkcipher *tfm; in fallback_blk_dec()
205 struct crypto_blkcipher *tfm; in fallback_blk_enc()
Dpadlock-aes.c99 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm) in blk_aes_ctx()
/Linux-v4.19/include/crypto/
Dalgapi.h293 static inline struct crypto_blkcipher *crypto_spawn_blkcipher( in crypto_spawn_blkcipher()
302 static inline void *crypto_blkcipher_ctx(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx()
307 static inline void *crypto_blkcipher_ctx_aligned(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx_aligned()
Dcryptd.h34 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm);
/Linux-v4.19/arch/s390/crypto/
Daes_s390.c205 struct crypto_blkcipher *tfm = desc->tfm; in fallback_blk_dec()
224 struct crypto_blkcipher *tfm = desc->tfm; in fallback_blk_enc()
473 struct crypto_blkcipher *tfm = desc->tfm; in xts_fallback_decrypt()
492 struct crypto_blkcipher *tfm = desc->tfm; in xts_fallback_encrypt()
/Linux-v4.19/drivers/crypto/bcm/
Dutil.c211 struct crypto_blkcipher *tfm = in do_decrypt()