Home
last modified time | relevance | path

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

/base/security/device_auth/services/protocol/src/pake_protocol/pake_v1_protocol/
Dpake_v1_protocol_common.c178 uint8_t secretVal[PAKE_SECRET_LEN] = { 0 }; in GeneratePakeParams() local
179 Uint8Buff secret = { secretVal, PAKE_SECRET_LEN }; in GeneratePakeParams()
/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
Dpake_v2_protocol_common.c172 uint8_t secretVal[PAKE_SECRET_LEN] = { 0 }; in GeneratePakeParams() local
173 Uint8Buff secret = { secretVal, PAKE_SECRET_LEN }; in GeneratePakeParams()