Home
last modified time | relevance | path

Searched refs:EVP_MD_CTX_new (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/verify/
H A Dpinning.rs21 EVP_DigestFinal_ex, EVP_DigestInit, EVP_DigestUpdate, EVP_MD_CTX_free, EVP_MD_CTX_new,
177 let md_ctx = EVP_MD_CTX_new(); in sha256_digest()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_curve25519.c233 EVP_MD_CTX *mdctx = EVP_MD_CTX_new(); in HksOpensslEd25519Sign()
279 EVP_MD_CTX *mdctx = EVP_MD_CTX_new(); in HksOpensslEd25519Verify()
H A Dhks_openssl_hash.c105 EVP_MD_CTX *tmpctx = EVP_MD_CTX_new(); in HksOpensslHashInit()
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/
H A Dx509.rs27 pub(crate) fn EVP_MD_CTX_new() -> *mut EVP_MD_CTX; in EVP_MD_CTX_new() function
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/
H A Dopenssl_dsa_helper.c175 EVP_MD_CTX *mctx = EVP_MD_CTX_new(); in OpensslSignDsa()
229 EVP_MD_CTX *mctx = EVP_MD_CTX_new(); in OpensslVerifyDsa()
H A Dopenssl_rsa_helper.c442 EVP_MD_CTX *mctx = EVP_MD_CTX_new(); in OpensslSignRsa()
502 EVP_MD_CTX *mctx = EVP_MD_CTX_new(); in OpensslVerifyRsa()
H A Dopenssl_ecc_helper.c281 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in InitEccMdCtx()
/ohos5.0/base/hiviewdfx/hiview/core/param_update/src/
H A Dlog_sign_tools.cpp143 ctx = EVP_MD_CTX_new(); in VerifyRsa()
/ohos5.0/drivers/peripheral/user_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c159 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in Ed25519Sign()
203 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in Ed25519Verify()
/ohos5.0/base/security/code_signature/utils/src/
H A Dsigner_info.cpp182 EVP_MD_CTX *mCtx = EVP_MD_CTX_new(); in ComputeDigest()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/adaptor/src/
H A Dadaptor_algorithm.c150 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in Ed25519Sign()
194 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in Ed25519Verify()
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dsignature_verifier.cpp197 EVP_MD_CTX* ctx = EVP_MD_CTX_new(); in VerifyRsa()
/ohos5.0/base/security/dlp_permission_service/frameworks/test/mock/
H A Dopenssl_mock.cpp330 EVP_MD_CTX *EVP_MD_CTX_new(void) in EVP_MD_CTX_new() function
/ohos5.0/base/security/device_security_level/oem_property/common/
H A Ddslm_credential_utils.c544 EVP_MD_CTX *ctx = EVP_MD_CTX_new(); in EcdsaVerify()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_verify_openssl_utils.cpp259 EVP_MD_CTX* mdCtxTmp = EVP_MD_CTX_new(); in VerifyShaWithRsaPss()
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_crypt.cpp830 EVP_MD_CTX* tmpctx = EVP_MD_CTX_new(); in DlpOpensslHashInit()
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/src/
H A Dopenssl_adapter.c301 return EVP_MD_CTX_new(); in OpensslEvpMdCtxNew()
/ohos5.0/base/security/crypto_framework/test/unittest/src/
H A Dopenssl_adapter_mock.c489 return EVP_MD_CTX_new(); in OpensslEvpMdCtxNew()