Searched refs:cts_ctx (Results 1 – 1 of 1) sorted by relevance
33 struct cts_ctx { struct42 static struct cts_ctx *to_cts_ctx(struct crypto_cipher_ctx *ctx) in to_cts_ctx() argument46 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