Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dcrypto.h144 struct crypto_blkcipher;
180 struct crypto_blkcipher *tfm;
783 struct crypto_blkcipher { struct
1296 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast()
1299 return (struct crypto_blkcipher *)tfm; in __crypto_blkcipher_cast()
1302 static inline struct crypto_blkcipher *crypto_blkcipher_cast( in crypto_blkcipher_cast()
1323 static inline struct crypto_blkcipher *crypto_alloc_blkcipher( in crypto_alloc_blkcipher()
1334 struct crypto_blkcipher *tfm) in crypto_blkcipher_tfm()
1343 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher()
1373 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm) in crypto_blkcipher_name()
[all …]
/Linux-v5.4/crypto/
DMakefile18 crypto_blkcipher-y := ablkcipher.o
19 crypto_blkcipher-y += blkcipher.o
20 crypto_blkcipher-y += skcipher.o
21 obj-$(CONFIG_CRYPTO_BLKCIPHER2) += crypto_blkcipher.o
Dskcipher.c584 return sizeof(struct crypto_blkcipher *); in crypto_skcipher_extsize()
601 struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_setkey_blkcipher()
602 struct crypto_blkcipher *blkcipher = *ctx; in skcipher_setkey_blkcipher()
627 struct crypto_blkcipher **ctx = crypto_skcipher_ctx(tfm); in skcipher_crypt_blkcipher()
658 struct crypto_blkcipher **ctx = crypto_tfm_ctx(tfm); in crypto_exit_skcipher_ops_blkcipher()
667 struct crypto_blkcipher **ctx = crypto_tfm_ctx(tfm); in crypto_init_skcipher_ops_blkcipher()
668 struct crypto_blkcipher *blkcipher; in crypto_init_skcipher_ops_blkcipher()
/Linux-v5.4/drivers/crypto/
Dgeode-aes.h63 struct crypto_blkcipher *blk;
Dgeode-aes.c185 struct crypto_blkcipher *tfm; in fallback_blk_dec()
201 struct crypto_blkcipher *tfm; in fallback_blk_enc()
Dpadlock-aes.c100 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm) in blk_aes_ctx()
/Linux-v5.4/include/crypto/
Dalgapi.h289 static inline struct crypto_blkcipher *crypto_spawn_blkcipher( in crypto_spawn_blkcipher()
298 static inline void *crypto_blkcipher_ctx(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx()
303 static inline void *crypto_blkcipher_ctx_aligned(struct crypto_blkcipher *tfm) in crypto_blkcipher_ctx_aligned()
/Linux-v5.4/arch/s390/crypto/
Daes_s390.c206 struct crypto_blkcipher *tfm = desc->tfm; in fallback_blk_dec()
225 struct crypto_blkcipher *tfm = desc->tfm; in fallback_blk_enc()
474 struct crypto_blkcipher *tfm = desc->tfm; in xts_fallback_decrypt()
493 struct crypto_blkcipher *tfm = desc->tfm; in xts_fallback_encrypt()