Home
last modified time | relevance | path

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

/base/security/device_auth/services/key_agree_sdk/inc/
Dkey_agree_session.h82 KeyAgreeProtocol protocol;
89 int32_t (*initSpekeSession)(struct SpekeSessionT *spekeSession, KeyAgreeProtocol protocol);
90 int32_t (*checkAndInitProtocol)(struct SpekeSessionT *spekeSession, KeyAgreeProtocol protocol);
Dkey_agree_sdk.h36 } KeyAgreeProtocol; typedef
96 KeyAgreeResult KeyAgreeInitSession(KeyAgreeSession *session, KeyAgreeProtocol protocol, KeyAgreeTyp…
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_session.c39 const static KeyAgreeProtocol g_keyAgreeProtocol[] = {
737 static int32_t InitSpekeSession(SpekeSession *spekeSession, KeyAgreeProtocol protocol) in InitSpekeSession()
770 static KeyAgreeProtocol GetKegAgreeProtocolType(VersionStruct *curVersion) in GetKegAgreeProtocolType()
858KeyAgreeProtocol protocolType = GetKegAgreeProtocolType(&(spekeSession->versionInfo.curVersion)); in ProcessProtocolConfirm()
894 static int32_t CheckAndInitProtocol(SpekeSession *spekeSession, KeyAgreeProtocol protocol) in CheckAndInitProtocol()
Dkey_agree_sdk.c147 KeyAgreeResult KeyAgreeInitSession(KeyAgreeSession *session, KeyAgreeProtocol protocol, KeyAgreeTyp… in KeyAgreeInitSession()