Home
last modified time | relevance | path

Searched refs:epkLenX (Results 1 – 1 of 1) sorted by relevance

/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
Dpake_v2_protocol_common.c431 static int32_t CombineEpk(const Uint8Buff *epkClient, const Uint8Buff *epkServer, uint32_t epkLenX, in CombineEpk() argument
435 epkClient->val, epkLenX) != EOK) { // Only the x-coordinate of epk is required in CombineEpk()
439 *usedLen += epkLenX; in CombineEpk()
441 epkServer->val, epkLenX) != EOK) { // Only the x-coordinate of epk is required in CombineEpk()
445 *usedLen += epkLenX; in CombineEpk()