Home
last modified time | relevance | path

Searched defs:blockLen (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/update/updater/services/applypatch/
H A Dcommand_process.cpp131 std::string blockLen = params.GetArgumentByPos(pos++); in LoadTarget() local
/ohos5.0/base/update/updater/services/package/pkg_verify/
H A Dopenssl_util.cpp210 size_t blockLen = HASH_SOURCE_BLOCK_LEN; in CalcSha256Digest() local
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_verify_hap.c43 static int32_t ComputeBlockHash(const char *block, int32_t blockLen, int32_t alg, const HapBuf *res… in ComputeBlockHash()
H A Dapp_verify.c1094 int32_t blockLen; in VerifyBinSign() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/
H A Da2dp_sbc_param_ctrl.cpp552 uint8_t blockLen = localCapability.blockLen & peerCapability.blockLen; in SetBlockLength() local
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_constant.h168 uint8_t blockLen; /* Block length */ member