Home
last modified time | relevance | path

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

/base/security/device_auth/services/protocol/inc/pake_protocol/
Dpake_defs.h31 #define PAKE_DL_EXP_LEN 1 macro
/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/
Dpake_protocol_dl_common.c137 uint8_t expVal[PAKE_DL_EXP_LEN] = { 2 }; in GenerateDlPakeParams()
138 Uint8Buff exp = { expVal, PAKE_DL_EXP_LEN }; in GenerateDlPakeParams()