Home
last modified time | relevance | path

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

/optee_os/core/crypto/
H A Dsm3-hmac.c20 struct sm3_hmac_ctx { struct
27 static struct sm3_hmac_ctx *to_hmac_ctx(struct crypto_mac_ctx *ctx) in to_hmac_ctx() argument
31 return container_of(ctx, struct sm3_hmac_ctx, mac_ctx); in to_hmac_ctx()
53 struct sm3_hmac_ctx *c = to_hmac_ctx(ctx); in op_sm3_hmac_final()
76 struct sm3_hmac_ctx *c = to_hmac_ctx(ctx); in op_sm3_hmac_free_ctx()
85 struct sm3_hmac_ctx *src = to_hmac_ctx(src_ctx); in op_sm3_hmac_copy_state()
86 struct sm3_hmac_ctx *dst = to_hmac_ctx(dst_ctx); in op_sm3_hmac_copy_state()
101 struct sm3_hmac_ctx *c = NULL; in crypto_hmac_sm3_alloc_ctx()