Home
last modified time | relevance | path

Searched refs:GetMdLength (Results 1 - 6 of 6) sorted by relevance

/base/security/crypto_framework/frameworks/cj/include/
H A Dmd_impl.h33 uint32_t GetMdLength(int32_t* errCode);
/base/security/crypto_framework/frameworks/cj/src/
H A Dmd_impl.cpp49 uint32_t MdImpl::GetMdLength(int32_t* errCode) in GetMdLength() function in OHOS::CryptoFramework::MdImpl
H A Dcrypto_ffi.cpp154 res = instance->GetMdLength(errCode); in FfiOHOSGetMdLength()
/base/security/crypto_framework/frameworks/crypto_operation/
H A Dmd.c110 static uint32_t GetMdLength(HcfMd *self) in GetMdLength() function
184 returnMdApi->base.getMdLength = GetMdLength; in HcfMdCreate()
/base/security/crypto_framework/frameworks/js/jsi/inc/
H A Djsi_api.h39 static JSIValue GetMdLength(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum);
/base/security/crypto_framework/frameworks/js/jsi/src/
H A Djsi_md.cpp57 JSIValue getMdLength = JSI::CreateFunction(GetMdLength); in CreateMd()
180 JSIValue CryptoFrameworkLiteModule::GetMdLength(const JSIValue thisVal, const JSIValue *args, uint8_t argsNum) in GetMdLength() function in OHOS::ACELite::CryptoFrameworkLiteModule
184 LOGE("GetMdLength mdObj is null!"); in GetMdLength()

Completed in 6 milliseconds