Home
last modified time | relevance | path

Searched defs:totalLen (Results 1 – 16 of 16) sorted by relevance

/base/tee/tee_client/frameworks/libteec_vendor/
Dload_sec_file.c62 long totalLen = 0; in LoadSecFile() local
/base/telephony/core_service/services/sim/src/
Dicc_operator_rule.cpp120 int32_t totalLen = INT32_INITVALUE; in CreateFromTLV() local
152 int32_t totalLen = INT32_INITVALUE; in DecodeTLVTagCertPkg() local
193 int32_t totalLen = INT32_INITVALUE; in DecodeTLVTagLimits() local
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
Dhks_storage_lite.c159 uint32_t totalLen = keyInfoHead->totalLen; in FreshImageBuffer() local
295 uint32_t totalLen = sizeof(struct HksStoreHeaderInfo); in CleanStorageKeyInfo() local
347 uint32_t totalLen = keyInfoHead->totalLen; in GetKeyOffsetByKeyAlias() local
456 static int32_t GetLenAfterAddKey(const struct HksBlob *keyBlob, uint32_t totalLen, uint32_t *totalL… in GetLenAfterAddKey()
816 uint32_t totalLen = keyInfoHead->totalLen; in HksStoreGetKeyInfoList() local
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
Ddas_task_common.c213 uint32_t totalLen = keyAliasBuff.length; in CombineKeyAlias() local
256 uint32_t totalLen = keyAliasBuff.length; in CombineKeyAliasForPseudonymPsk() local
/base/security/code_signature/utils/src/
Dcert_utils.cpp94 uint32_t totalLen = sizeof(uint32_t); in FormattedCertChain() local
/base/tee/tee_client/services/teecd/src/
Dsecfile_load_agent.c104 long totalLen = 0; in LoadSecFile() local
/base/security/code_signature/test/unittest/
Dcert_chain_verifier_test.cpp159 uint32_t totalLen = sizeof(uint32_t); in FormattedCertChain() local
/base/hiviewdfx/hilog/services/hilogd/include/
Dlog_stats.h105 uint64_t totalLen = 0; in GetTotalLen() local
/base/security/device_auth/common_lib/impl/src/
Dhc_tlv_parser.c245 uint32_t totalLen = 0; in EncodeTlvStruct() local
/base/security/huks/services/huks_standard/huks_engine/main/core/src/
Dhks_keyblob_lite.c464 …uint32_t totalLen = sizeof(struct HksStoreKeyInfo) + HKS_MAX_KEY_ALIAS_LEN + HKS_MAX_KEY_AUTH_ID_L… in HksBuildKeyBlob() local
/base/hiviewdfx/hiview/base/utility/
Dfile_util.cpp318 uint64_t totalLen = stat(src.c_str(), &st) ? 0 : static_cast<uint64_t>(st.st_size); in CopyFileFast() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp163 size_t totalLen = 0; in CheckStringLengthOfList() local
/base/security/device_auth/services/identity_manager/src/
Dcredential_operator.c76 uint32_t totalLen = keyAliasBuff.length; in CombineKeyAlias() local
/base/security/appverify/interfaces/innerkits/appverify/src/util/
Dhap_cert_verify_openssl_utils.cpp258 int32_t totalLen = 0; in WriteX509CrlToStream() local
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/
Dpake_v1_protocol_task_common.c428 uint32_t totalLen = combinedChallengeBuff->length; in CombinePseudonymChallenge() local
/base/security/huks/interfaces/inner_api/huks_standard/main/include/
Dhks_type.h300 uint32_t totalLen; /* key buffer total len */ member