Searched refs:KeyAgreeProtocol (Results 1 - 4 of 4) sorted by relevance
/base/security/device_auth/services/key_agree_sdk/inc/ |
H A D | key_agree_session.h | 82 KeyAgreeProtocol protocol; 89 int32_t (*initSpekeSession)(struct SpekeSessionT *spekeSession, KeyAgreeProtocol protocol); 90 int32_t (*checkAndInitProtocol)(struct SpekeSessionT *spekeSession, KeyAgreeProtocol protocol);
|
H A D | key_agree_sdk.h | 36 } KeyAgreeProtocol; typedef 96 KeyAgreeResult KeyAgreeInitSession(int32_t osAccountId, KeyAgreeSession *session, KeyAgreeProtocol protocol,
|
/base/security/device_auth/services/key_agree_sdk/src/ |
H A D | key_agree_session.c | 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()
|
H A D | key_agree_sdk.c | 147 KeyAgreeResult KeyAgreeInitSession(int32_t osAccountId, KeyAgreeSession *session, KeyAgreeProtocol protocol, in KeyAgreeInitSession()
|
Completed in 3 milliseconds