Searched refs:SM3_DIGEST_LENGTH (Results 1 – 6 of 6) sorted by relevance
/openssl/test/ |
H A 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()
|
/openssl/providers/implementations/digests/ |
H A D | sm3_prov.c | 17 SM3_CBLOCK, SM3_DIGEST_LENGTH, 0,
|
/openssl/crypto/sm3/ |
H A D | legacy_sm3.c | 21 SM3_DIGEST_LENGTH,
|
/openssl/include/internal/ |
H A D | sm3.h | 22 # define SM3_DIGEST_LENGTH 32 macro
|
/openssl/crypto/rsa/ |
H A D | rsa_sign.c | 132 ASN1_SEQUENCE, 0x0f + SM3_DIGEST_LENGTH, 136 ASN1_OCTET_STRING, SM3_DIGEST_LENGTH
|
/openssl/providers/implementations/signature/ |
H A D | sm2_sig.c | 132 ctx->mdsize = SM3_DIGEST_LENGTH; in sm2sig_newctx()
|
Completed in 13 milliseconds