Home
last modified time | relevance | path

Searched defs:Sign (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dsign_impl.cpp46 HcfResult SignImpl::Sign(HcfBlob *input, HcfBlob *output) in Sign() function in OHOS::CryptoFramework::SignImpl
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dbig_integer.cpp77 int32_t BigInteger::Sign() const in Sign() function in OHOS::NativeRdb::BigInteger
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-security-huks-guide.md784 #### Sign subsubsection
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-security-huks-guide.md784 #### Sign subsubsection
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_cert_manager_adapter_impl.cpp60 int32_t ArkCertManagerAdapterImpl::Sign( in Sign() function in OHOS::ArkWeb::ArkCertManagerAdapterImpl
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_cert_manager_adapter_wrapper.cpp57 int32_t ArkCertManagerAdapterWrapper::Sign( in Sign() function in OHOS::ArkWeb::ArkCertManagerAdapterWrapper
/ohos5.0/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_sign_key.cpp245 bool LocalSignKey::Sign(const ByteBuffer &data, ByteBuffer &signature) in Sign() function in OHOS::Security::CodeSign::LocalSignKey
/ohos5.0/base/web/webview/ohos_adapter/cert_mgr_adapter/src/
H A Dcert_mgr_adapter_impl.cpp391 int32_t CertManagerAdapterImpl::Sign(const uint8_t* uri, const uint8_t* certData, uint32_t certData… in Sign() function in OHOS::NWeb::CertManagerAdapterImpl
/ohos5.0/base/security/huks/frameworks/huks_standard/main/common/include/
H A Dhks_crypto_hal.h132 typedef int32_t (*Sign)(const struct HksBlob *, const struct HksUsageSpec *, const struct HksBlob *, typedef
/ohos5.0/docs/en/application-dev/reference/apis-crypto-architecture-kit/
H A Djs-apis-cryptoFramework.md3523 ## Sign section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-crypto-architecture-kit/
H A Djs-apis-cryptoFramework.md3521 ## Sign section
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_managerImpl.cpp831 int32_t PkgManagerImpl::Sign(PkgStreamPtr stream, size_t offset, const PkgInfoPtr &info) in DoCreatePkgStream() function in Hpackage::PkgManagerImpl
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/
H A Dhuks_adapter.c1812 static int32_t Sign(const KeyParams *keyParams, const Uint8Buff *message, Algorithm algo, in Sign() function