Home
last modified time | relevance | path

Searched refs:size (Results 4951 - 4975 of 35805) sorted by relevance

1...<<191192193194195196197198199200>>...1433

/base/security/certificate_manager/frameworks/cert_manager_standard/main/os_dependency/posix/
H A Dcm_mem.c23 void *CmMalloc(size_t size) in CmMalloc() argument
25 return OhosMalloc(MEM_TYPE_HICHAIN, size); in CmMalloc()
33 void *CmMalloc(size_t size) in CmMalloc() argument
35 return malloc(size); in CmMalloc()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceabort_fuzzer/
H A Dcmipcserviceabort_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_ABORT, false, CmIpcServiceAbort)) { in DoSomethingInterestingWithMyAPI()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
39 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicegetappcert_fuzzer/
H A Dcmipcservicegetappcert_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_GET_APP_CERTIFICATE, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicefinish_fuzzer/
H A Dcmipcservicefinish_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_FINISH, false, CmIpcServiceFinish)) { in DoSomethingInterestingWithMyAPI()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
39 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicegetauthorizedapplist_fuzzer/
H A Dcmipcservicegetauthorizedapplist_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_GET_AUTHED_LIST, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicegetappcertlist_fuzzer/
H A Dcmipcservicegetappcertlist_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_GET_APP_CERTIFICATE_LIST, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicegetcertificateinfo_fuzzer/
H A Dcmipcservicegetcertificateinfo_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_GET_CERTIFICATE_INFO, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicegetcertificatelist_fuzzer/
H A Dcmipcservicegetcertificatelist_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_GET_CERTIFICATE_LIST, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicegetusercertinfo_fuzzer/
H A Dcmipcservicegetusercertinfo_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_GET_USER_CERTIFICATE_INFO, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicegrantappcertificate_fuzzer/
H A Dcmipcservicegrantappcertificate_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_GRANT_APP_CERT, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicegetusercertlist_fuzzer/
H A Dcmipcservicegetusercertlist_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_GET_USER_CERTIFICATE_LIST, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceinstallappcert_fuzzer/
H A Dcmipcserviceinstallappcert_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_INSTALL_APP_CERTIFICATE, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceinit_fuzzer/
H A Dcmipcserviceinit_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_INIT, false, CmIpcServiceInit)) { in DoSomethingInterestingWithMyAPI()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
39 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceinstallusercert_fuzzer/
H A Dcmipcserviceinstallusercert_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_INSTALL_USER_CERTIFICATE, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceisauthorizedapp_fuzzer/
H A Dcmipcserviceisauthorizedapp_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_CHECK_IS_AUTHED_APP, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceremovegrantedapp_fuzzer/
H A Dcmipcserviceremovegrantedapp_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_REMOVE_GRANT_APP, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicesetusercertstatus_fuzzer/
H A Dcmipcservicesetusercertstatus_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_SET_USER_CERTIFICATE_STATUS, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcservicesetcertstatus_fuzzer/
H A Dcmipcservicesetcertstatus_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_SET_CERTIFICATE_STATUS, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceuninstallallusercert_fuzzer/
H A Dcmipcserviceuninstallallusercert_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_UNINSTALL_ALL_USER_CERTIFICATE, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceuninstallallappcert_fuzzer/
H A Dcmipcserviceuninstallallappcert_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_UNINSTALL_APP_CERTIFICATE, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceuninstallusercert_fuzzer/
H A Dcmipcserviceuninstallusercert_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_UNINSTALL_USER_CERTIFICATE, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceuninstallappcert_fuzzer/
H A Dcmipcserviceuninstallappcert_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_UNINSTALL_APP_CERTIFICATE, in DoSomethingInterestingWithMyAPI()
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
40 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/security/certificate_manager/test/fuzz_test/cmipcserviceupdate_fuzzer/
H A Dcmipcserviceupdate_fuzzer.cpp24 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
27 if (!IpcServiceApiFuzzerTest(data, size, CM_MSG_UPDATE, false, CmIpcServiceUpdate)) { in DoSomethingInterestingWithMyAPI()
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
39 OHOS::DoSomethingInterestingWithMyAPI(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/findparameter_fuzzer/
H A Dfindparameter_fuzzer.cpp21 bool FuzzFindParameter(const uint8_t* data, size_t size) in FuzzFindParameter() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzFindParameter() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
36 OHOS::FuzzFindParameter(data, size); in LLVMFuzzerTestOneInput()
/base/startup/init/test/fuzztest/decodegid_fuzzer/
H A Ddecodegid_fuzzer.cpp21 bool FuzzDecodeGid(const uint8_t* data, size_t size) in FuzzDecodeGid() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzDecodeGid() local
34 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
37 OHOS::FuzzDecodeGid(data, size); in LLVMFuzzerTestOneInput()

Completed in 14 milliseconds

1...<<191192193194195196197198199200>>...1433