Searched defs:SM3_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance
264 int sm3_final(sm3_context *ctx, u8 output[SM3_DIGEST_SIZE]) in sm3_final()321 u8 output[SM3_DIGEST_SIZE]) in sm3_scattered()341 int sm3(const u8 *input, u32 ilen, u8 output[SM3_DIGEST_SIZE]) in sm3()
22 #define SM3_DIGEST_SIZE 32 macro