Searched defs:tmpBuffer (Results 1 - 9 of 9) sorted by relevance
/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/ |
H A D | jit_code_signer_single.cpp | 71 ValidateCodeCopy(Instr *jitMemory, Byte *tmpBuffer, int size) ValidateCodeCopy() argument
|
H A D | jit_code_signer_base.cpp | 41 void JitCodeSignerBase::RegisterTmpBuffer(Byte *tmpBuffer) in RegisterTmpBuffer() argument 128 int32_t JitCodeSignerBase::CheckDataCopy(Instr *jitMemory, Byte *tmpBuffer, int size) in CheckDataCopy() argument
|
H A D | jit_code_signer_hybrid.cpp | 130 ValidateCodeCopy( Instr *jitMemory, Byte *tmpBuffer, int size) ValidateCodeCopy() argument
|
/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/ |
H A D | jit_buffer_integrity.h | 66 static inline int32_t RegisterTmpBuffer(JitCodeSignerBase *signer, void *tmpBuffer) in RegisterTmpBuffer() argument 204 CopyToJitCode( JitCodeSignerBase *signer, void *jitMemory, void *tmpBuffer, int size) CopyToJitCode() argument
|
/base/security/code_signature/test/unittest/ |
H A D | jit_code_sign_test.cpp | 497 Byte tmpBuffer[INSTRUCTIONS_SET_SIZE_BYTES] = {0}; in HWTEST_F() local 652 uint32_t *tmpBuffer = reinterpret_cast<uint32_t *>(malloc(BUFFER_SIZE)); in HWMTEST_F() local 807 uint32_t tmpBuffer[INSTRUCTIONS_SET_SIZ in HWTEST_F() local [all...] |
H A D | cert_chain_verifier_test.cpp | 236 std::vector<uint32_t> tmpBuffer = {0}; in HWTEST_F() local [all...] |
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_cfgvar.c | 318 SandboxBuffer *tmpBuffer = &((SandboxContext *)context)->buffer[BUFFER_FOR_TMP]; in GetSandboxRealVar() local
|
/base/hiviewdfx/hievent_lite/frameworks/ |
H A D | hiview_output_event.c | 287 char tmpBuffer[LOG_FMT_MAX_LEN] = {0}; in OutputEventRealtime() local 325 uint8 *tmpBuffer = NULL; in Output2Flash() local [all...] |
/base/hiviewdfx/hilog_lite/frameworks/mini/ |
H A D | hiview_output_log.c | 289 uint8 *tmpBuffer = NULL; in OutputLog2BinFile() local
|
Completed in 6 milliseconds