Searched refs:ProtocolAlgType (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/base/security/device_auth/services/creds_manager/inc/ |
H A D | creds_manager.h | 30 …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 D | identity_defines.h | 61 typedef enum { ALG_EC_SPEKE = 0x0001, ALG_DL_SPEKE = 0x0002, ALG_ISO = 0x0004 } ProtocolAlgType; typedef 90 ProtocolAlgType protocolType;
|
H A D | identity_manager.h | 46 …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 D | creds_manager.c | 154 …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 D | identity_pin.c | 337 …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 D | identity_p2p.c | 283 …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 D | identity_group.c | 822 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 D | dev_session_v2.c | 1774 static ProtocolAlgType GetAlgTypeByProtocolType(int32_t protocolType) in GetAlgTypeByProtocolType() 1790 ProtocolAlgType curProtocolType = GetAlgTypeByProtocolType(authSubSesion->protocolType); in RemoveInvalidAuthSubSession()
|