Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Daes-cts.c33 struct cts_ctx { struct
42 static struct cts_ctx *to_cts_ctx(struct crypto_cipher_ctx *ctx) in to_cts_ctx() argument
46 return container_of(ctx, struct cts_ctx, ctx); in to_cts_ctx()
55 struct cts_ctx *c = to_cts_ctx(ctx); in cts_init()
192 struct cts_ctx *c = to_cts_ctx(ctx); in cts_update()
200 struct cts_ctx *c = to_cts_ctx(ctx); in cts_final()
208 struct cts_ctx *c = to_cts_ctx(ctx); in cts_free_ctx()
218 struct cts_ctx *src = to_cts_ctx(src_ctx); in cts_copy_state()
219 struct cts_ctx *dst = to_cts_ctx(dst_ctx); in cts_copy_state()
237 struct cts_ctx *c = calloc(1, sizeof(*c)); in crypto_aes_cts_alloc_ctx()

Completed in 2 milliseconds