Searched refs:KeyAgreeProtocol (Results 1 – 4 of 4) sorted by relevance
82 KeyAgreeProtocol protocol;89 int32_t (*initSpekeSession)(struct SpekeSessionT *spekeSession, KeyAgreeProtocol protocol);90 int32_t (*checkAndInitProtocol)(struct SpekeSessionT *spekeSession, KeyAgreeProtocol protocol);
36 } KeyAgreeProtocol; typedef96 KeyAgreeResult KeyAgreeInitSession(KeyAgreeSession *session, KeyAgreeProtocol protocol, KeyAgreeTyp…
39 const static KeyAgreeProtocol g_keyAgreeProtocol[] = {737 static int32_t InitSpekeSession(SpekeSession *spekeSession, KeyAgreeProtocol protocol) in InitSpekeSession()770 static KeyAgreeProtocol GetKegAgreeProtocolType(VersionStruct *curVersion) in GetKegAgreeProtocolType()858 … KeyAgreeProtocol protocolType = GetKegAgreeProtocolType(&(spekeSession->versionInfo.curVersion)); in ProcessProtocolConfirm()894 static int32_t CheckAndInitProtocol(SpekeSession *spekeSession, KeyAgreeProtocol protocol) in CheckAndInitProtocol()
147 KeyAgreeResult KeyAgreeInitSession(KeyAgreeSession *session, KeyAgreeProtocol protocol, KeyAgreeTyp… in KeyAgreeInitSession()