Home
last modified time | relevance | path

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

/base/security/device_auth/test/unittest/deviceauth/source/
Dkey_agree_sdk_test.cpp73 … KeyAgreeResult res = KeyAgreeInitSession(g_session, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_CLIENT);
80 …KeyAgreeResult res = KeyAgreeInitSession(g_session_s, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_SERVER);
163 … KeyAgreeResult res = KeyAgreeInitSession(g_session, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_CLIENT);
173 … KeyAgreeResult res = KeyAgreeInitSession(g_session, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_CLIENT);
183 … KeyAgreeResult res = KeyAgreeInitSession(g_session, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_CLIENT);
193 … KeyAgreeResult res = KeyAgreeInitSession(g_session, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_CLIENT);
272 … KeyAgreeResult res = KeyAgreeInitSession(g_session, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_CLIENT);
276 res = KeyAgreeInitSession(g_session_s, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_SERVER);
583 … KeyAgreeResult res = KeyAgreeInitSession(g_session, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_CLIENT);
593 … KeyAgreeResult res = KeyAgreeInitSession(g_session, KEYAGREE_PROTOCOL_ANY, KEYAGREE_TYPE_CLIENT);
[all …]
/base/security/device_auth/services/key_agree_sdk/inc/
Dkey_agree_sdk.h35 KEYAGREE_PROTOCOL_ANY = 5, enumerator
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_session.c779 return KEYAGREE_PROTOCOL_ANY; in GetKegAgreeProtocolType()
859 if (protocolType == KEYAGREE_PROTOCOL_ANY) { in ProcessProtocolConfirm()
899 case KEYAGREE_PROTOCOL_ANY: in CheckAndInitProtocol()
967 spekeSession->protocol = KEYAGREE_PROTOCOL_ANY; in CreateSpekeSession()
Dkey_agree_sdk.c167 if (protocol != KEYAGREE_PROTOCOL_ANY) { in KeyAgreeInitSession()