Home
last modified time | relevance | path

Searched defs:protocolType (Results 1 – 17 of 17) sorted by relevance

/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/
Dauth_sub_session.c30 int32_t protocolType; member
51 static const ProtocolComponent *GetProtocolComponent(int32_t protocolType) in GetProtocolComponent()
144 int32_t CreateAuthSubSession(int32_t protocolType, void *params, bool isClient, AuthSubSession **re… in CreateAuthSubSession()
181 bool IsProtocolSupport(int32_t protocolType) in IsProtocolSupport()
/base/security/device_auth/services/mk_agree/src/mock/
Dmk_agree_task_mock.c19 int32_t CreateMkAgreeTask(int protocolType, const CJson *in, MkAgreeTaskBase **returnTask) in CreateMkAgreeTask()
/base/security/device_auth/services/legacy/creds_manager/src/
Dcreds_manager.c163 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
225 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr… in GetSharedSecretByPeerCert()
/base/security/device_auth/services/legacy/identity_manager/src/
Didentity_cred.c49 static int32_t ConvertISProofTypeToCertType(uint32_t protocolType, IdentityProofType *returnType) in ConvertISProofTypeToCertType()
639 const CJson *in, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretForP2p()
653 const CJson *in, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretForUid()
663 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
726 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr… in GetSharedSecretByPeerCert()
Didentity_pin.c359 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
386 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr… in GetSharedSecretByPeerCert()
Didentity_p2p.c373 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
424 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr… in GetSharedSecretByPeerCert()
Didentity_group.c864 const CJson *in, const CJson *urlJson, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretForP2p()
883 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
951 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr… in GetSharedSecretByPeerCert()
/base/security/device_auth/services/session_manager/inc/session/v2/auth_sub_session/
Dauth_sub_session.h30 int32_t protocolType; member
/base/security/device_auth/services/legacy/authenticators/inc/account_related/
Daccount_version_util.h48 ProtocolType protocolType; member
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/
Ddas_task_main.c193 …ProtocolType protocolType = GetPrototolType(&(task->versionInfo.curVersion), task->versionInfo.opC… in NegotiateAndProcessTask() local
348 …ProtocolType protocolType = GetPrototolType(&(task->versionInfo.curVersion), task->versionInfo.opC… in CreateSingleSubTask() local
/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/common/
Ddas_version_util.c305 PakeAlgType GetSupportedPakeAlg(VersionStruct *curVersion, ProtocolType protocolType) in GetSupportedPakeAlg()
/base/security/device_auth/services/legacy/identity_manager/inc/
Didentity_defines.h90 ProtocolAlgType protocolType; member
/base/security/device_auth/services/mk_agree/src/
Dmk_agree_task.c655 int32_t CreateMkAgreeTask(int protocolType, const CJson *in, MkAgreeTaskBase **returnTask) in CreateMkAgreeTask()
/base/security/device_auth/services/key_agree_sdk/src/
Dkey_agree_session.c858 … KeyAgreeProtocol protocolType = GetKegAgreeProtocolType(&(spekeSession->versionInfo.curVersion)); in ProcessProtocolConfirm() local
/base/security/device_auth/services/session_manager/src/session/v2/
Ddev_session_v2.c1636 static ProtocolAlgType GetAlgTypeByProtocolType(int32_t protocolType) in GetAlgTypeByProtocolType()
1786 int32_t protocolType; in ProcAuthEventInner() local
/base/security/device_auth/test/fuzztest/devauthinterface_fuzzer/
Ddevauthinterface_fuzzer.cpp1086 ProtocolType protocolType = GetPrototolType(&version, CODE_NULL); in DevAuthInterfaceTestCase025() local
/base/security/device_auth/test/unittest/deviceauth/source/
Ddeviceauth_interface_test.cpp1347 ProtocolType protocolType = GetPrototolType(&version, CODE_NULL); variable