Home
last modified time | relevance | path

Searched refs:dstAppId (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dcode_decrypt.cpp43 int DecryptAssociateKey(int fd, int dstAppId, int srcAppId) in DecryptAssociateKey() argument
46 arg.arg1_len = sizeof(dstAppId); in DecryptAssociateKey()
47 arg.arg1 = reinterpret_cast<void*>(&dstAppId); in DecryptAssociateKey()
53 int DecrypRemoveAssociateKey(int fd, int dstAppId, int srcAppId) in DecrypRemoveAssociateKey() argument
56 arg.arg1_len = sizeof(dstAppId); in DecrypRemoveAssociateKey()
57 arg.arg1 = reinterpret_cast<void*>(&dstAppId); in DecrypRemoveAssociateKey()
H A Dcode_decrypt.h43 int PUBLIC_API DecryptAssociateKey(int fd, int dstAppId, int srcAppId);
44 int DecrypRemoveAssociateKey(int fd, int dstAppId, int srcAppId);

Completed in 1 milliseconds