Searched refs:srcAppId (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ohos/ |
H A D | code_decrypt.cpp | 23 int DecryptSetKey(int fd, int srcAppId) in DecryptSetKey() argument 26 arg.arg1_len = sizeof(srcAppId); in DecryptSetKey() 27 arg.arg1 = reinterpret_cast<void*>(&srcAppId); in DecryptSetKey() 33 int DecrypRemoveKey(int fd, int srcAppId) in DecrypRemoveKey() argument 36 arg.arg1_len = sizeof(srcAppId); in DecrypRemoveKey() 37 arg.arg1 = reinterpret_cast<void*>(&srcAppId); in DecrypRemoveKey() 43 int DecryptAssociateKey(int fd, int dstAppId, int srcAppId) in DecryptAssociateKey() argument 48 arg.arg2_len = sizeof(srcAppId); in DecryptAssociateKey() 49 arg.arg2 = reinterpret_cast<void*>(&srcAppId); in DecryptAssociateKey() 53 int DecrypRemoveAssociateKey(int fd, int dstAppId, int srcAppId) in DecrypRemoveAssociateKey() argument [all...] |
H A D | code_decrypt.h | 41 int PUBLIC_API DecryptSetKey(int fd, int srcAppId); 42 int PUBLIC_API DecrypRemoveKey(int fd, int srcAppId); 43 int PUBLIC_API DecryptAssociateKey(int fd, int dstAppId, int srcAppId); 44 int DecrypRemoveAssociateKey(int fd, int dstAppId, int srcAppId);
|
Completed in 1 milliseconds