Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Daes-cts.c42 static struct cts_ctx *to_cts_ctx(struct crypto_cipher_ctx *ctx) in to_cts_ctx() function
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()

Completed in 2 milliseconds