Home
last modified time | relevance | path

Searched defs:GetVerifySpecString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dverify_impl.cpp80 HcfResult VerifyImpl::GetVerifySpecString(SignSpecItem item, char *itemValue) in GetVerifySpecString() function in OHOS::CryptoFramework::VerifyImpl
/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dsignature.c403 static HcfResult GetVerifySpecString(HcfVerify *self, SignSpecItem item, char **returnString) in GetVerifySpecString() function
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_verify.cpp1175 static napi_value GetVerifySpecString(napi_env env, SignSpecItem item, HcfVerify *verify) in GetVerifySpecString() function