Home
last modified time | relevance | path

Searched refs:CAST_TO_BYTES (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/include/
H A Djit_buffer_integrity.h33 #define CAST_TO_BYTES(buffer) (reinterpret_cast<Byte *>(buffer)) macro
69 signer->RegisterTmpBuffer(CAST_TO_BYTES(tmpBuffer)); in RegisterTmpBuffer()
135 return signer->PatchInstruction(CAST_TO_BYTES(address), insn); in PatchInstruction()
164 return signer->PatchData(CAST_TO_BYTES(address), in PatchData()