Home
last modified time | relevance | path

Searched refs:CombineSharedSecretMsg (Results 1 – 2 of 2) 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.c454 static int32_t CombineSharedSecretMsg(DlSpekeParams *params, const Uint8Buff *tmpSharedSecret, cons… in CombineSharedSecretMsg() function
498 res = CombineSharedSecretMsg(params, &tmpSharedSecret, &sid, sharedSecretMsg); in GenerateSharedSecretMsg()
H A Dec_speke_protocol.c418 static int32_t CombineSharedSecretMsg(const Uint8Buff *p, const Uint8Buff *sid, Uint8Buff *sharedSe… in CombineSharedSecretMsg() function
462 res = CombineSharedSecretMsg(&p, &sid, sharedSecretMsg); in GenerateSharedSecretMsg()