Searched refs:code_decrypto_arg (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | code_decrypt.h | 26 #define CODE_DECRYPT_CMD_SET_KEY _IOW('c', 0x01, struct code_decrypto_arg) 27 #define CODE_DECRYPT_CMD_REMOVE_KEY _IOW('c', 0x02, struct code_decrypto_arg) 28 #define CODE_DECRYPT_CMD_SET_ASSOCIATE_KEY _IOW('c', 0x03, struct code_decrypto_arg) 29 #define CODE_DECRYPT_CMD_REMOVE_ASSOCIATE_KEY _IOW('c', 0x04, struct code_decrypto_arg) 30 #define CODE_DECRYPT_CMD_CLEAR_CACHE_BY_KEY _IOW('c', 0x05, struct code_decrypto_arg) 31 #define CODE_DECRYPT_CMD_CLEAR_CACHE_BY_FILE _IOW('c', 0x06, struct code_decrypto_arg) 32 #define CODE_DECRYPT_CMD_CLEAR_SPECIFIC_CACHE _IOW('c', 0x07, struct code_decrypto_arg) 34 struct code_decrypto_arg { struct
|
H A D | code_decrypt.cpp | 25 struct code_decrypto_arg arg; in DecryptSetKey() 35 struct code_decrypto_arg arg; in DecrypRemoveKey() 45 struct code_decrypto_arg arg; in DecryptAssociateKey() 55 struct code_decrypto_arg arg; in DecrypRemoveAssociateKey()
|
Completed in 1 milliseconds