Lines Matching refs:crypto_cipher_ctx
34 struct crypto_cipher_ctx ctx;
35 struct crypto_cipher_ctx *ecb;
36 struct crypto_cipher_ctx *cbc;
42 static struct cts_ctx *to_cts_ctx(struct crypto_cipher_ctx *ctx) in to_cts_ctx()
49 static TEE_Result cts_init(struct crypto_cipher_ctx *ctx, in cts_init()
189 static TEE_Result cts_update(struct crypto_cipher_ctx *ctx, bool last_block, in cts_update()
198 static void cts_final(struct crypto_cipher_ctx *ctx) in cts_final()
206 static void cts_free_ctx(struct crypto_cipher_ctx *ctx) in cts_free_ctx()
215 static void cts_copy_state(struct crypto_cipher_ctx *dst_ctx, in cts_copy_state()
216 struct crypto_cipher_ctx *src_ctx) in cts_copy_state()
234 TEE_Result crypto_aes_cts_alloc_ctx(struct crypto_cipher_ctx **ctx) in crypto_aes_cts_alloc_ctx()