Home
last modified time | relevance | path

Searched defs:tmpBuffer (Results 1 – 7 of 7) sorted by relevance

/base/security/code_signature/interfaces/inner_api/jit_code_sign/src/
Djit_code_signer.cpp58 void JitCodeSigner::RegisterTmpBuffer(Byte *tmpBuffer) in RegisterTmpBuffer()
156 int32_t JitCodeSigner::CheckDataCopy(Instr *jitMemory, Byte *tmpBuffer, int size) in CheckDataCopy()
227 Byte *tmpBuffer, int size) in ValidateCodeCopy()
/base/security/code_signature/interfaces/inner_api/jit_code_sign/include/
Djit_buffer_integrity.h64 static inline int32_t RegisterTmpBuffer(JitCodeSigner *signer, void *tmpBuffer) in RegisterTmpBuffer()
202 JitCodeSigner *signer, void *jitMemory, void *tmpBuffer, int size) in CopyToJitCode()
/base/security/code_signature/test/unittest/
Djit_code_sign_test.cpp501 Byte tmpBuffer[INSTRUCTIONS_SET_SIZE_BYTES] = {0}; variable
656 uint32_t *tmpBuffer = reinterpret_cast<uint32_t *>(malloc(BUFFER_SIZE)); variable
810 uint32_t tmpBuffer[INSTRUCTIONS_SET_SIZE]; variable
Dcert_chain_verifier_test.cpp236 std::vector<uint32_t> tmpBuffer = {0}; variable
/base/hiviewdfx/hievent_lite/frameworks/
Dhiview_output_event.c287 char tmpBuffer[LOG_FMT_MAX_LEN] = {0}; in OutputEventRealtime() local
325 uint8 *tmpBuffer = NULL; in Output2Flash() local
/base/startup/appspawn/modules/sandbox/modern/
Dsandbox_cfgvar.c336 SandboxBuffer *tmpBuffer = &((SandboxContext *)context)->buffer[BUFFER_FOR_TMP]; in GetSandboxRealVar() local
/base/hiviewdfx/hilog_lite/frameworks/mini/
Dhiview_output_log.c289 uint8 *tmpBuffer = NULL; in OutputLog2BinFile() local