Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/crypto/
A Dsm3-hash.c21 struct sm3_hash_ctx { struct
28 static struct sm3_hash_ctx *to_hash_ctx(struct crypto_hash_ctx *ctx) in to_hash_ctx() argument
32 return container_of(ctx, struct sm3_hash_ctx, hash_ctx); in to_hash_ctx()
54 struct sm3_hash_ctx *hc = to_hash_ctx(ctx); in op_sm3_hash_final()
77 struct sm3_hash_ctx *hc = to_hash_ctx(ctx); in op_sm3_hash_free_ctx()
86 struct sm3_hash_ctx *src = to_hash_ctx(src_ctx); in op_sm3_hash_copy_state()
87 struct sm3_hash_ctx *dst = to_hash_ctx(dst_ctx); in op_sm3_hash_copy_state()
102 struct sm3_hash_ctx *hc = NULL; in crypto_sm3_alloc_ctx()

Completed in 2 milliseconds