Home
last modified time | relevance | path

Searched refs:ProtocolAlgType (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/security/device_auth/services/creds_manager/inc/
H A Dcreds_manager.h30 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec…
33 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr…
/ohos5.0/base/security/device_auth/services/identity_manager/inc/
H A Didentity_defines.h61 typedef enum { ALG_EC_SPEKE = 0x0001, ALG_DL_SPEKE = 0x0002, ALG_ISO = 0x0004 } ProtocolAlgType; typedef
90 ProtocolAlgType protocolType;
H A Didentity_manager.h46 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec…
49 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr…
/ohos5.0/base/security/device_auth/services/creds_manager/src/
H A Dcreds_manager.c154 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
213 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr… in GetSharedSecretByPeerCert()
/ohos5.0/base/security/device_auth/services/identity_manager/src/
H A Didentity_pin.c337 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
365 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr… in GetSharedSecretByPeerCert()
H A Didentity_p2p.c283 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
334 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr… in GetSharedSecretByPeerCert()
H A Didentity_group.c822 const CJson *in, const CJson *urlJson, ProtocolAlgType protocolType, Uint8Buff *sharedSecret) in GetSharedSecretForP2p()
841 …const CJson *in, const Uint8Buff *presharedUrl, ProtocolAlgType protocolType, Uint8Buff *sharedSec… in GetSharedSecretByUrl()
909 …const CJson *in, const CertInfo *peerCertInfo, ProtocolAlgType protocolType, Uint8Buff *sharedSecr… in GetSharedSecretByPeerCert()
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/
H A Ddev_session_v2.c1774 static ProtocolAlgType GetAlgTypeByProtocolType(int32_t protocolType) in GetAlgTypeByProtocolType()
1790 ProtocolAlgType curProtocolType = GetAlgTypeByProtocolType(authSubSesion->protocolType); in RemoveInvalidAuthSubSession()