Searched refs:sm4_xts_ctx (Results 1 – 1 of 1) sorted by relevance
16 struct sm4_xts_ctx { struct26 static struct sm4_xts_ctx *to_sm4_xts_ctx(struct crypto_cipher_ctx *ctx) in to_sm4_xts_ctx() argument30 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