Home
last modified time | relevance | path

Searched defs:SM3_DIGEST_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux/lib/crypto/
H A Dsm3.c239 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()
/linux/include/crypto/
H A Dsm3.h15 #define SM3_DIGEST_SIZE 32 macro