Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dsm4-ctr.c17 struct sm4_ctr_ctx { struct
25 static struct sm4_ctr_ctx *to_sm4_ctr_ctx(struct crypto_cipher_ctx *ctx) in to_sm4_ctr_ctx() argument
29 return container_of(ctx, struct sm4_ctr_ctx, ctx); in to_sm4_ctr_ctx()
39 struct sm4_ctr_ctx *c = to_sm4_ctr_ctx(ctx); in sm4_ctr_init()
54 struct sm4_ctr_ctx *c = to_sm4_ctr_ctx(ctx); in sm4_ctr_update()
63 struct sm4_ctr_ctx *c = to_sm4_ctr_ctx(ctx); in sm4_ctr_final()
77 struct sm4_ctr_ctx *src = to_sm4_ctr_ctx(src_ctx); in sm4_ctr_copy_state()
78 struct sm4_ctr_ctx *dst = to_sm4_ctr_ctx(dst_ctx); in sm4_ctr_copy_state()
94 struct sm4_ctr_ctx *c = NULL; in crypto_sm4_ctr_alloc_ctx()

Completed in 2 milliseconds