Searched refs:sm3_hmac_ctx (Results 1 – 1 of 1) sorted by relevance
21 struct sm3_hmac_ctx { struct28 static struct sm3_hmac_ctx *to_hmac_ctx(struct crypto_mac_ctx *ctx) in to_hmac_ctx() argument32 return container_of(ctx, struct sm3_hmac_ctx, mac_ctx); in to_hmac_ctx()54 struct sm3_hmac_ctx *c = to_hmac_ctx(ctx); in op_sm3_hmac_final()77 struct sm3_hmac_ctx *c = to_hmac_ctx(ctx); in op_sm3_hmac_free_ctx()86 struct sm3_hmac_ctx *src = to_hmac_ctx(src_ctx); in op_sm3_hmac_copy_state()87 struct sm3_hmac_ctx *dst = to_hmac_ctx(dst_ctx); in op_sm3_hmac_copy_state()102 struct sm3_hmac_ctx *c = NULL; in crypto_hmac_sm3_alloc_ctx()
Completed in 2 milliseconds