Searched defs:SM3_BLOCK_SIZE (Results 1 – 2 of 2) sorted by relevance
21 #define SM3_BLOCK_SIZE 64 macro
85 ATTRIBUTE_WARN_UNUSED_RET static int sm3_process(sm3_context *ctx, const u8 data[SM3_BLOCK_SIZE]) in sm3_process()