Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dsm4-xts.c26 static struct sm4_xts_ctx *to_sm4_xts_ctx(struct crypto_cipher_ctx *ctx) in to_sm4_xts_ctx() function
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()
82 free(to_sm4_xts_ctx(ctx)); in sm4_xts_free_ctx()
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()

Completed in 2 milliseconds