Searched refs:GetAndCheckKeyLenOnServer (Results 1 – 5 of 5) sorted by relevance
34 int32_t GetAndCheckKeyLenOnServer(const CJson *in, uint32_t keyLen);
73 int32_t res = GetAndCheckKeyLenOnServer(in, params->returnKey.length); in ParsePakeRequestMessage()
95 GOTO_ERR_AND_SET_RET(GetAndCheckKeyLenOnServer(in, params->keyLen), res); in IsoServerStart()
548 int32_t GetAndCheckKeyLenOnServer(const CJson *in, uint32_t keyLen) in GetAndCheckKeyLenOnServer() function
1053 int32_t res = GetAndCheckKeyLenOnServer(nullptr, 0);1058 res = GetAndCheckKeyLenOnServer(in, 0);1062 res = GetAndCheckKeyLenOnServer(in, 0);