Home
last modified time | relevance | path

Searched refs:GetSignSpecType (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_utils.h79 int32_t GetSignSpecType(SignSpecItem targetItemType);
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_sign.cpp976 int32_t type = GetSignSpecType(item); in JsGetSignSpec()
H A Dnapi_verify.cpp1239 int32_t type = GetSignSpecType(item); in JsGetVerifySpec()
H A Dnapi_utils.cpp88 int32_t GetSignSpecType(SignSpecItem targetItemType) in GetSignSpecType() function