Home
last modified time | relevance | path

Searched refs:PAKE_SECRET_LEN (Results 1 - 3 of 3) sorted by relevance

/base/security/device_auth/services/protocol/inc/pake_protocol/
H A Dpake_defs.h28 #define PAKE_SECRET_LEN 32 macro
/base/security/device_auth/services/protocol/src/pake_protocol/pake_v1_protocol/
H A Dpake_v1_protocol_common.c179 uint8_t secretVal[PAKE_SECRET_LEN] = { 0 }; in GeneratePakeParams()
180 Uint8Buff secret = { secretVal, PAKE_SECRET_LEN }; in GeneratePakeParams()
/base/security/device_auth/services/protocol/src/pake_protocol/pake_v2_protocol/
H A Dpake_v2_protocol_common.c173 uint8_t secretVal[PAKE_SECRET_LEN] = { 0 }; in GeneratePakeParams()
174 Uint8Buff secret = { secretVal, PAKE_SECRET_LEN }; in GeneratePakeParams()

Completed in 2 milliseconds