Home
last modified time | relevance | path

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

/ohos5.0/base/security/code_signature/interfaces/innerkits/jit_code_sign/src/
H A Djit_code_signer_base.cpp90 return CS_ERR_JIT_SIGN_SIZE; in PatchData()
146 return CS_ERR_JIT_SIGN_SIZE; in CheckDataCopy()
/ohos5.0/base/security/code_signature/test/unittest/
H A Djit_code_sign_test.cpp323 INSTRUCTIONS_SET_SIZE_BYTES - 1), CS_ERR_JIT_SIGN_SIZE);
347 INSTRUCTIONS_SET_SIZE_BYTES), CS_ERR_JIT_SIGN_SIZE);
412 patchSize - 1), CS_ERR_JIT_SIGN_SIZE);
517 INSTRUCTIONS_SET_SIZE_BYTES - 1), CS_ERR_JIT_SIGN_SIZE);
521 INSTRUCTIONS_SET_SIZE_BYTES), CS_ERR_JIT_SIGN_SIZE);
/ohos5.0/base/security/code_signature/interfaces/innerkits/common/include/
H A Derrcode.h106 CS_ERR_JIT_SIGN_SIZE = -0x702, enumerator