Searched refs:SM3_DIGEST_LENGTH (Results 1 – 10 of 10) sorted by relevance
/third_party/openssl/test/ |
D | sm3_internal_test.c | 31 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/ |
D | sm3_prov.c | 17 SM3_CBLOCK, SM3_DIGEST_LENGTH, 0,
|
/third_party/node/deps/openssl/openssl/providers/implementations/digests/ |
D | sm3_prov.c | 17 SM3_CBLOCK, SM3_DIGEST_LENGTH, 0,
|
/third_party/openssl/crypto/sm3/ |
D | legacy_sm3.c | 21 SM3_DIGEST_LENGTH,
|
/third_party/node/deps/openssl/openssl/crypto/sm3/ |
D | legacy_sm3.c | 21 SM3_DIGEST_LENGTH,
|
/third_party/node/deps/openssl/openssl/include/internal/ |
D | sm3.h | 22 # define SM3_DIGEST_LENGTH 32 macro
|
/third_party/openssl/include/internal/ |
D | sm3.h | 22 # define SM3_DIGEST_LENGTH 32 macro
|
/third_party/openssl/ohos_lite/include/crypto/ |
D | sm3.h | 20 # define SM3_DIGEST_LENGTH 32 macro
|
/third_party/openssl/providers/implementations/signature/ |
D | sm2_sig.c | 128 ctx->mdsize = SM3_DIGEST_LENGTH; in sm2sig_newctx()
|
/third_party/node/deps/openssl/openssl/providers/implementations/signature/ |
D | sm2_sig.c | 128 ctx->mdsize = SM3_DIGEST_LENGTH; in sm2sig_newctx()
|