Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common/
H A Dpake_protocol_dl_common.c137 uint8_t expVal[PAKE_DL_EXP_LEN] = { 2 }; in GenerateDlPakeParams() local
138 Uint8Buff exp = { expVal, PAKE_DL_EXP_LEN }; in GenerateDlPakeParams()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Ddl_speke_protocol.c293 uint8_t expVal[DL_SPEKE_EXP_LEN] = { 2 }; in DlSpekeCalBase() local
294 Uint8Buff exp = { expVal, DL_SPEKE_EXP_LEN }; in DlSpekeCalBase()