Home
last modified time | relevance | path

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

/linux-4.19.296/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-4.19.296/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.c587 return sizeof(struct crypto_blkcipher *); in crypto_skcipher_extsize()
605 struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_setkey_blkcipher()
606 struct crypto_blkcipher *blkcipher = *ctx; in skcipher_setkey_blkcipher()
631 struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_crypt_blkcipher()
662 struct crypto_blkcipher **ctx = crypto_tfm_ctx(tfm); in crypto_exit_skcipher_ops_blkcipher()
671 struct crypto_blkcipher **ctx = crypto_tfm_ctx(tfm); in crypto_init_skcipher_ops_blkcipher()
672 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()
1192 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-4.19.296/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);