Searched refs:crypto_blkcipher (Results 1 – 14 of 14) sorted by relevance
157 struct crypto_blkcipher;194 struct crypto_blkcipher *tfm;615 struct crypto_blkcipher { struct1114 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 …]
20 crypto_blkcipher-y := ablkcipher.o21 crypto_blkcipher-y += blkcipher.o22 crypto_blkcipher-y += skcipher.o23 obj-$(CONFIG_CRYPTO_BLKCIPHER2) += crypto_blkcipher.o
74 struct crypto_blkcipher *tfm = desc->tfm; in crypto_ecb_encrypt()88 struct crypto_blkcipher *tfm = desc->tfm; in crypto_ecb_decrypt()
578 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()
131 struct crypto_blkcipher *tfm = desc->tfm; in crypto_kw_decrypt()203 struct crypto_blkcipher *tfm = desc->tfm; in crypto_kw_encrypt()
70 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()
131 struct crypto_blkcipher *tfm = desc->tfm; in crypto_ctr_crypt()
67 struct crypto_blkcipher *blk;
189 struct crypto_blkcipher *tfm; in fallback_blk_dec()205 struct crypto_blkcipher *tfm; in fallback_blk_enc()
99 static inline struct aes_ctx *blk_aes_ctx(struct crypto_blkcipher *tfm) in blk_aes_ctx()
293 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()
34 struct crypto_blkcipher *cryptd_ablkcipher_child(struct cryptd_ablkcipher *tfm);
205 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()
211 struct crypto_blkcipher *tfm = in do_decrypt()