Searched refs:EVP_sm3 (Results 1 - 13 of 13) sorted by relevance
/third_party/openssl/test/ |
H A D | sm2_internal_test.c | 228 EVP_sm3(), in sm2_crypt_test() 270 EVP_sm3(), in sm2_crypt_test() 337 sig = ossl_sm2_do_sign(key, EVP_sm3(), (const uint8_t *)userid, in test_sm2_sign() 353 ok = ossl_sm2_do_verify(key, EVP_sm3(), sig, (const uint8_t *)userid, in test_sm2_sign()
|
/third_party/node/deps/openssl/openssl/crypto/sm3/ |
H A D | legacy_sm3.c | 28 const EVP_MD *EVP_sm3(void) in EVP_sm3() function
|
/third_party/openssl/crypto/sm3/ |
H A D | legacy_sm3.c | 28 const EVP_MD *EVP_sm3(void) in EVP_sm3() function
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | c_alld.c | 48 EVP_add_digest(EVP_sm3()); in openssl_add_all_digests_int()
|
/third_party/openssl/crypto/evp/ |
H A D | c_alld.c | 48 EVP_add_digest(EVP_sm3()); in openssl_add_all_digests_int()
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | md.rs | 200 unsafe { MdRef::from_ptr(ffi::EVP_sm3() as *mut _) } in sm3()
|
H A D | hash.rs | 167 unsafe { MessageDigest(ffi::EVP_sm3()) } in sm3()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | evp.rs | 309 pub fn EVP_sm3() -> *const EVP_MD; in EVP_sm3() functions
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 1070 if (!EVP_DigestSignInit(sm2ctx[testnum], NULL, EVP_sm3(), in SM2_sign_loop() 1103 if (!EVP_DigestVerifyInit(sm2ctx[testnum], NULL, EVP_sm3(), in SM2_verify_loop() 2865 EVP_sm3(), NULL, sm2_pkey)) in speed_main() 2868 EVP_sm3(), NULL, sm2_pkey)) in speed_main()
|
/third_party/openssl/apps/ |
H A D | speed.c | 1056 if (!EVP_DigestSignInit(sm2ctx[testnum], NULL, EVP_sm3(), in SM2_sign_loop() 1089 if (!EVP_DigestVerifyInit(sm2ctx[testnum], NULL, EVP_sm3(), in SM2_verify_loop() 2851 EVP_sm3(), NULL, sm2_pkey)) in speed_main() 2854 EVP_sm3(), NULL, sm2_pkey)) in speed_main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 732 const EVP_MD *EVP_sm3(void);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 937 const EVP_MD *EVP_sm3(void);
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 935 const EVP_MD *EVP_sm3(void);
|
Completed in 22 milliseconds