Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/crypto_operation/
H A Dmac.c112 static uint32_t GetMacLength(HcfMac *self) in GetMacLength() function
187 returnMacApi->base.getMacLength = GetMacLength; in HcfMacCreate()
/ohos5.0/base/security/crypto_framework/frameworks/cj/include/
H A Dmac_impl.h35 uint32_t GetMacLength();
/ohos5.0/base/security/crypto_framework/frameworks/cj/src/
H A Dmac_impl.cpp60 uint32_t MacImpl::GetMacLength() in GetMacLength() function in OHOS::CryptoFramework::MacImpl
H A Dcrypto_ffi.cpp687 res = instance->GetMacLength(); in FfiOHOSCryptoGetMacLength()