Home
last modified time | relevance | path

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

/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c746 uint32_t saltMsgLen = DEV_SESSION_SALT_LEN + sizeof(clock_t); in CalSalt() local
748 if (InitUint8Buff(&saltMsg, saltMsgLen) != HC_SUCCESS) { in CalSalt()