Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dsm4-xts.c16 struct sm4_xts_ctx { struct
26 static struct sm4_xts_ctx *to_sm4_xts_ctx(struct crypto_cipher_ctx *ctx) in to_sm4_xts_ctx() argument
30 return container_of(ctx, struct sm4_xts_ctx, ctx); in to_sm4_xts_ctx()
39 struct sm4_xts_ctx *c = to_sm4_xts_ctx(ctx); in sm4_xts_init()
62 struct sm4_xts_ctx *c = to_sm4_xts_ctx(ctx); in sm4_xts_update()
72 struct sm4_xts_ctx *c = to_sm4_xts_ctx(ctx); in sm4_xts_final()
88 struct sm4_xts_ctx *src = to_sm4_xts_ctx(src_ctx); in sm4_xts_copy_state()
89 struct sm4_xts_ctx *dst = to_sm4_xts_ctx(dst_ctx); in sm4_xts_copy_state()
107 struct sm4_xts_ctx *c = NULL; in crypto_sm4_xts_alloc_ctx()

Completed in 2 milliseconds