Home
last modified time | relevance | path

Searched refs:infoLen (Results 1 - 9 of 9) sorted by relevance

/base/security/certificate_manager/test/unittest/module_test/src/
H A Dcm_log_test.cpp347 struct CertInfoLen infoLen = { false, 0, false, 0, false, 0, false, 0, false, 0 }; in HWTEST_F() local
348 if (ConstructBuf(&infoLen, &outData) != CM_SUCCESS) { in HWTEST_F()
370 struct CertInfoLen infoLen = { true, certificateList.certsCount + 1, false, 0, false, 0, false, 0, false, 0 }; in HWTEST_F() local
371 if (ConstructBuf(&infoLen, &outData) != CM_SUCCESS) { in HWTEST_F()
393 struct CertInfoLen infoLen = { true, certificateList.certsCount, false, 0, false, 0, false, 0, false, 0 }; in HWTEST_F() local
394 if (ConstructBuf(&infoLen, &outData) != CM_SUCCESS) { in HWTEST_F()
416 struct CertInfoLen infoLen = { in HWTEST_F() local
419 if (ConstructBuf(&infoLen, &outData) != CM_SUCCESS) { in HWTEST_F()
441 struct CertInfoLen infoLen = { in HWTEST_F() local
444 if (ConstructBuf(&infoLen, in HWTEST_F()
466 struct CertInfoLen infoLen = { HWTEST_F() local
492 struct CertInfoLen infoLen = { HWTEST_F() local
517 struct CertInfoLen infoLen = { HWTEST_F() local
542 struct CertInfoLen infoLen = { HWTEST_F() local
697 struct CertInfoLen infoLen = { false, 0, false, 0, false, 0, false, 0, false, 0 }; /* get status failed */ HWTEST_F() local
726 struct CertInfoLen infoLen = { false, 0, false, 0, true, 0, false, 0, false, 0 }; /* get certAliasLen failed */ HWTEST_F() local
757 struct CertInfoLen infoLen = { false, 0, false, 0, true, 0, false, 0, true, MAX_LEN_CERT_ALIAS + 1 }; HWTEST_F() local
786 struct CertInfoLen infoLen = { false, 0, false, 0, true, 0, false, 0, true, MAX_LEN_CERT_ALIAS }; HWTEST_F() local
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
H A Dwrite_controller.cpp42 size_t infoLen = info.size(); in GenerateHash() local
44 size_t hashLen = (infoLen < infoLenLimit) ? infoLen : infoLenLimit; in GenerateHash()
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/kdf/src/
H A Dhkdf_openssl.c36 int infoLen; member
70 HcfClearAndFree((*data)->info, (*data)->infoLen); in FreeHkdfData()
159 data->infoLen = params->info.len; in GetHkdfInfoFromSpec()
267 *p++ = OpensslOsslParamConstructOctetString("info", self->kdfData->info, self->kdfData->infoLen); in OpensslHkdf()
/base/hiviewdfx/hiappevent/interfaces/native/kits/include/hiappevent/
H A Dhiappevent.h144 uint32_t infoLen; member
/base/hiviewdfx/hiappevent/frameworks/native/ndk/src/
H A Dndk_app_event_watcher.cpp96 appEventGroup[appEventIndex].infoLen = v.size(); in OnEvents()
/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dsysevent_source.cpp55 size_t infoLen = event->rawData_->GetDataLength(); in GenerateHash() local
56 size_t hashLen = (infoLen < infoLenLimit) ? infoLen : infoLenLimit; in GenerateHash()
/base/security/device_auth/services/legacy/group_manager/src/group_operation/group_operation_common/
H A Dgroup_operation_common.c1136 int32_t GetHashResult(const uint8_t *info, uint32_t infoLen, char *hash, uint32_t hashLen) in GetHashResult() argument
1143 Uint8Buff message = { NULL, infoLen }; in GetHashResult()
1149 message.val = (uint8_t *)HcMalloc(infoLen, 0); in GetHashResult()
1155 if (memcpy_s(message.val, infoLen, info, infoLen) != EOK) { in GetHashResult()
/base/security/device_auth/services/legacy/group_manager/inc/
H A Dgroup_operation_common.h88 int32_t GetHashResult(const uint8_t *info, uint32_t infoLen, char *hash, uint32_t hashLen);
/base/hiviewdfx/hiappevent/test/unittest/common/native/
H A Dhiappevent_native_test.cpp56 ASSERT_EQ(appEventGroups[0].infoLen, 1); in OnReceive()

Completed in 8 milliseconds