Searched defs:returnSharedKey (Results 1 – 3 of 3) sorted by relevance
| /base/security/device_auth/frameworks/src/ |
| D | ipc_sdk.c | 921 …t SetReturnSharedKey(const uint8_t *sharedKeyVal, uint32_t sharedKeyLen, DataBuff *returnSharedKey) in SetReturnSharedKey() 965 …32_t GetSharedKeyAndRandom(const IpcDataInfo *replies, int32_t cacheNum, DataBuff *returnSharedKey, in GetSharedKeyAndRandom() 1009 …pcAvGetClientSharedKey(const char *peerPkWithSig, const char *serviceId, DataBuff *returnSharedKey, in IpcAvGetClientSharedKey() 1056 static int32_t GetSharedKey(const IpcDataInfo *replies, int32_t cacheNum, DataBuff *returnSharedKey) in GetSharedKey() 1080 DataBuff *returnSharedKey) in IpcAvGetServerSharedKey()
|
| D | ipc_service_common.c | 861 DataBuff returnSharedKey = { NULL, 0 }; in IpcServiceAvGetClientSharedKey() local 914 DataBuff returnSharedKey = { NULL, 0 }; in IpcServiceAvGetServerSharedKey() local
|
| /base/security/device_auth/services/ |
| D | device_auth.c | 1127 static int32_t GetSharedKeyFromOutJson(const CJson *out, DataBuff *returnSharedKey) in GetSharedKeyFromOutJson() 1194 …2_t GetClientSharedKey(const char *peerPkWithSig, const char *serviceId, DataBuff *returnSharedKey, in GetClientSharedKey() 1263 DataBuff *returnSharedKey) in GetServerSharedKey()
|