Home
last modified time | relevance | path

Searched defs:returnSharedKey (Results 1 – 3 of 3) sorted by relevance

/base/security/device_auth/frameworks/src/
Dipc_sdk.c1724 …t SetReturnSharedKey(const uint8_t *sharedKeyVal, uint32_t sharedKeyLen, DataBuff *returnSharedKey) in SetReturnSharedKey()
1768 …32_t GetSharedKeyAndRandom(const IpcDataInfo *replies, int32_t cacheNum, DataBuff *returnSharedKey, in GetSharedKeyAndRandom()
1812 …t32_t IpcAvGetClientSharedKey(const char *peerPk, const char *serviceId, DataBuff *returnSharedKey, in IpcAvGetClientSharedKey()
1856 static int32_t GetSharedKey(const IpcDataInfo *replies, int32_t cacheNum, DataBuff *returnSharedKey) in GetSharedKey()
1880 DataBuff *returnSharedKey) in IpcAvGetServerSharedKey()
Dipc_service_common.c869 DataBuff returnSharedKey = { NULL, 0 }; in IpcServiceAvGetClientSharedKey() local
922 DataBuff returnSharedKey = { NULL, 0 }; in IpcServiceAvGetServerSharedKey() local
/base/security/device_auth/services/
Ddevice_auth.c1961 static int32_t GetSharedKeyFromOutJson(const CJson *out, DataBuff *returnSharedKey) in GetSharedKeyFromOutJson()
2028 …ic int32_t GetClientSharedKey(const char *peerPk, const char *serviceId, DataBuff *returnSharedKey, in GetClientSharedKey()
2096 DataBuff *returnSharedKey) in GetServerSharedKey()