Searched refs:crypto_blkcipher (Results 1 – 8 of 8) sorted by relevance
144 struct crypto_blkcipher;180 struct crypto_blkcipher *tfm;783 struct crypto_blkcipher { struct1296 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 …]
18 crypto_blkcipher-y := ablkcipher.o19 crypto_blkcipher-y += blkcipher.o20 crypto_blkcipher-y += skcipher.o21 obj-$(CONFIG_CRYPTO_BLKCIPHER2) += crypto_blkcipher.o
584 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()
63 struct crypto_blkcipher *blk;
185 struct crypto_blkcipher *tfm; in fallback_blk_dec()201 struct crypto_blkcipher *tfm; in fallback_blk_enc()
100 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm) in blk_aes_ctx()
289 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()
206 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()