Searched defs:SM3_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance
239 static void __sm3_final(struct sm3_ctx *ctx, u8 out[SM3_DIGEST_SIZE]) in __sm3_final()258 void sm3_final(struct sm3_ctx *ctx, u8 out[SM3_DIGEST_SIZE]) in sm3_final()265 void sm3(const u8 *data, size_t len, u8 out[SM3_DIGEST_SIZE]) in sm3()
15 #define SM3_DIGEST_SIZE 32 macro