Searched refs:sm3_hmac_final (Results 1 – 3 of 3) sorted by relevance
34 void sm3_hmac_final(struct sm3_context *ctx, uint8_t output[32]);
67 sm3_hmac_final(&c->sm3_ctx, tmp_digest); in op_sm3_hmac_final()
286 void sm3_hmac_final(struct sm3_context *ctx, uint8_t output[32]) in sm3_hmac_final() function306 sm3_hmac_final(&ctx, output); in sm3_hmac()
Completed in 4 milliseconds