Home
last modified time | relevance | path

Searched refs:GetSignSpecNum (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Dsign_impl.h38 HcfResult GetSignSpecNum(SignSpecItem item, int32_t *itemValue);
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dsign_impl.cpp78 HcfResult SignImpl::GetSignSpecNum(SignSpecItem item, int32_t *itemValue) in GetSignSpecNum() function in OHOS::CryptoFramework::SignImpl
H A Dcrypto_ffi.cpp805 return sign->GetSignSpecNum(item, itemValue); in FFiOHOSSignGetSignSpecNum()