Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/
H A Ddl_speke_protocol.c242 static int32_t CalSalt(DlSpekeParams *params) in CalSalt() function
673 int32_t res = CalSalt(&impl->params); in DlSpekeServerStartRspProcEvent()
H A Dec_speke_protocol.c188 static int32_t CalSalt(EcSpekeParams *params) in CalSalt() function
660 int32_t res = CalSalt(&impl->params); in EcSpekeServerStartRspProcEvent()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c744 static int32_t CalSalt(Uint8Buff *salt) in CalSalt() function
772 int32_t res = CalSalt(&impl->salt); in GenerateDevSessionSalt()