Home
last modified time | relevance | path

Searched refs:SM3_DIGEST_LENGTH (Results 1 – 10 of 10) sorted by relevance

/third_party/openssl/test/
Dsm3_internal_test.c31 static const unsigned char expected1[SM3_DIGEST_LENGTH] = { in test_sm3()
52 static const unsigned char expected2[SM3_DIGEST_LENGTH] = { in test_sm3()
60 unsigned char md1[SM3_DIGEST_LENGTH], md2[SM3_DIGEST_LENGTH]; in test_sm3()
65 || !TEST_mem_eq(md1, SM3_DIGEST_LENGTH, expected1, SM3_DIGEST_LENGTH)) in test_sm3()
71 || !TEST_mem_eq(md2, SM3_DIGEST_LENGTH, expected2, SM3_DIGEST_LENGTH)) in test_sm3()
/third_party/openssl/providers/implementations/digests/
Dsm3_prov.c17 SM3_CBLOCK, SM3_DIGEST_LENGTH, 0,
/third_party/node/deps/openssl/openssl/providers/implementations/digests/
Dsm3_prov.c17 SM3_CBLOCK, SM3_DIGEST_LENGTH, 0,
/third_party/openssl/crypto/sm3/
Dlegacy_sm3.c21 SM3_DIGEST_LENGTH,
/third_party/node/deps/openssl/openssl/crypto/sm3/
Dlegacy_sm3.c21 SM3_DIGEST_LENGTH,
/third_party/node/deps/openssl/openssl/include/internal/
Dsm3.h22 # define SM3_DIGEST_LENGTH 32 macro
/third_party/openssl/include/internal/
Dsm3.h22 # define SM3_DIGEST_LENGTH 32 macro
/third_party/openssl/ohos_lite/include/crypto/
Dsm3.h20 # define SM3_DIGEST_LENGTH 32 macro
/third_party/openssl/providers/implementations/signature/
Dsm2_sig.c128 ctx->mdsize = SM3_DIGEST_LENGTH; in sm2sig_newctx()
/third_party/node/deps/openssl/openssl/providers/implementations/signature/
Dsm2_sig.c128 ctx->mdsize = SM3_DIGEST_LENGTH; in sm2sig_newctx()