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.c921 …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()
Dipc_service_common.c861 DataBuff returnSharedKey = { NULL, 0 }; in IpcServiceAvGetClientSharedKey() local
914 DataBuff returnSharedKey = { NULL, 0 }; in IpcServiceAvGetServerSharedKey() local
/base/security/device_auth/services/
Ddevice_auth.c1127 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()