Searched refs:KEYAGREE_PROTOCOL_ANY (Results 1 – 4 of 4) sorted by relevance
/base/security/device_auth/test/unittest/deviceauth/source/ |
D | key_agree_sdk_test.cpp | 73 … 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/ |
D | key_agree_sdk.h | 35 KEYAGREE_PROTOCOL_ANY = 5, enumerator
|
/base/security/device_auth/services/key_agree_sdk/src/ |
D | key_agree_session.c | 779 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()
|
D | key_agree_sdk.c | 167 if (protocol != KEYAGREE_PROTOCOL_ANY) { in KeyAgreeInitSession()
|