Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dxts.c16 struct ltc_xts_ctx { struct
28 static struct ltc_xts_ctx *to_xts_ctx(struct crypto_cipher_ctx *ctx) in to_xts_ctx() argument
32 return container_of(ctx, struct ltc_xts_ctx, ctx); in to_xts_ctx()
42 struct ltc_xts_ctx *c = to_xts_ctx(ctx); in ltc_xts_init()
74 struct ltc_xts_ctx *c = to_xts_ctx(ctx); in ltc_xts_update()
96 struct ltc_xts_ctx *src = to_xts_ctx(src_ctx); in ltc_xts_copy_state()
97 struct ltc_xts_ctx *dst = to_xts_ctx(dst_ctx); in ltc_xts_copy_state()
115 struct ltc_xts_ctx *c = NULL; in crypto_aes_xts_alloc_ctx()