Home
last modified time | relevance | path

Searched defs:needLen (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.cpp334 int32_t FlowDataStream::ReadFromRingBuf(uint8_t *&buff, const uint32_t needLen, uint32_t &readLen) in ReadFromRingBuf()
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/
H A Dcipher_aes.c35 int32_t needLen = paddingLen + inSize; in PaddingPkcs5() local
/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/vsnprintf/
H A Doutput_p.inl132 #define SECUREC_IS_REST_BUF_ENOUGH(needLen) ((int)(stream->count - (int)needLen * (int)(sizeof(SecC… argument
/ohos5.0/base/hiviewdfx/hilog_lite/frameworks/featured/
H A Dhiview_log.c294 #define SECUREC_IS_REST_BUF_ENOUGH(needLen) ((int)(stream->count - (int)needLen * (int)(sizeof(SecC… argument
/ohos5.0/base/security/huks/services/huks_standard/huks_engine/main/core/src/
H A Dhks_core_service_three_stage.c110 uint32_t needLen = (lenC1 + digestLen + inData->size); in CheckSm2CipherData() local