/dports/net/zerotier/ZeroTierOne-1.8.3/node/ |
H A D | CertificateOfOwnership.hpp | 44 class CertificateOfOwnership : public Credential class 57 CertificateOfOwnership() in CertificateOfOwnership() function in ZeroTier::CertificateOfOwnership 59 memset(reinterpret_cast<void *>(this),0,sizeof(CertificateOfOwnership)); in CertificateOfOwnership() 62 …CertificateOfOwnership(const uint64_t nwid,const int64_t ts,const Address &issuedTo,const uint32_t… in CertificateOfOwnership() function in ZeroTier::CertificateOfOwnership 64 memset(reinterpret_cast<void *>(this),0,sizeof(CertificateOfOwnership)); in CertificateOfOwnership() 126 Buffer<sizeof(CertificateOfOwnership) + 64> tmp; in sign() 175 *this = CertificateOfOwnership(); in deserialize() 209 inline bool operator<(const CertificateOfOwnership &coo) const { return (_id < coo._id); } in operator <() 211 …inline bool operator==(const CertificateOfOwnership &coo) const { return (memcmp(this,&coo,sizeof(… in operator ==() 212 …inline bool operator!=(const CertificateOfOwnership &coo) const { return (memcmp(this,&coo,sizeof(… in operator !=()
|
H A D | CertificateOfOwnership.cpp | 24 int CertificateOfOwnership::verify(const RuntimeEnvironment *RR,void *tPtr) const in verify() 34 Buffer<(sizeof(CertificateOfOwnership) + 64)> tmp; in verify() 42 bool CertificateOfOwnership::_owns(const CertificateOfOwnership::Thing &t,const void *v,unsigned in… in _owns()
|
H A D | Membership.hpp | 121 CertificateOfOwnership *v = (CertificateOfOwnership *)0; in hasCertificateOfOwnershipFor() 122 …Hashtable< uint32_t,CertificateOfOwnership >::Iterator i(*(const_cast< Hashtable< uint32_t,Certifi… in hasCertificateOfOwnershipFor() 161 …st RuntimeEnvironment *RR,void *tPtr,const NetworkConfig &nconf,const CertificateOfOwnership &coo); 262 Hashtable< uint32_t,CertificateOfOwnership > _remoteCoos;
|
H A D | Membership.cpp | 50 const CertificateOfOwnership *sendCoos[ZT_MAX_CERTIFICATES_OF_OWNERSHIP]; in pushCredentials() 92 …while ((cooPtr < sendCooCount)&&((outp.size() + sizeof(CertificateOfOwnership) + 16) < ZT_PROTO_MA… in pushCredentials() 169 … *tPtr,const NetworkConfig &nconf,const CertificateOfOwnership &coo) { return _addCredImpl<Certifi… in addCredential() 211 _cleanCredImpl<CertificateOfOwnership>(nconf,_remoteCoos); in clean()
|
H A D | Trace.hpp | 44 class CertificateOfOwnership; 145 void credentialRejected(void *const tPtr,const CertificateOfOwnership &c,const char *reason);
|
H A D | NetworkConfig.hpp | 97 …RK_CAPABILITIES) + (sizeof(Tag) * ZT_MAX_NETWORK_TAGS) + (sizeof(CertificateOfOwnership) * ZT_MAX_… 590 CertificateOfOwnership certificatesOfOwnership[ZT_MAX_CERTIFICATES_OF_OWNERSHIP];
|
H A D | Network.hpp | 348 inline Membership::AddCredentialResult addCredential(void *tPtr,const CertificateOfOwnership &coo) in addCredential()
|
H A D | NetworkConfig.cpp | 333 CertificateOfOwnership foo; in fromDictionary()
|
H A D | Trace.cpp | 402 void Trace::credentialRejected(void *const tPtr,const CertificateOfOwnership &c,const char *reason) in credentialRejected()
|
H A D | IncomingPacket.cpp | 887 CertificateOfOwnership coo; in _doNETWORK_CREDENTIALS()
|
/dports/net/zerotier/ZeroTierOne-1.8.3/ |
H A D | objects.mk | 8 node/CertificateOfOwnership.o \
|
/dports/net/zerotier/ZeroTierOne-1.8.3/java/jni/ |
H A D | Android.mk | 34 $(ZT1)/node/CertificateOfOwnership.cpp \
|
/dports/net/zerotier/ZeroTierOne-1.8.3/controller/ |
H A D | EmbeddedNetworkController.cpp | 1797 nc->certificatesOfOwnership[0] = CertificateOfOwnership(nwid,now,identity.address(),1); in _request()
|