Home
last modified time | relevance | path

Searched refs:CertificateOfOwnership (Results 1 – 13 of 13) sorted by relevance

/dports/net/zerotier/ZeroTierOne-1.8.3/node/
H A DCertificateOfOwnership.hpp44 class CertificateOfOwnership : public Credential class
57 CertificateOfOwnership() in CertificateOfOwnership() function in ZeroTier::CertificateOfOwnership
59 memset(reinterpret_cast<void *>(this),0,sizeof(CertificateOfOwnership)); in CertificateOfOwnership()
62CertificateOfOwnership(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 DCertificateOfOwnership.cpp24 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 DMembership.hpp121 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 DMembership.cpp50 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 DTrace.hpp44 class CertificateOfOwnership;
145 void credentialRejected(void *const tPtr,const CertificateOfOwnership &c,const char *reason);
H A DNetworkConfig.hpp97 …RK_CAPABILITIES) + (sizeof(Tag) * ZT_MAX_NETWORK_TAGS) + (sizeof(CertificateOfOwnership) * ZT_MAX_…
590 CertificateOfOwnership certificatesOfOwnership[ZT_MAX_CERTIFICATES_OF_OWNERSHIP];
H A DNetwork.hpp348 inline Membership::AddCredentialResult addCredential(void *tPtr,const CertificateOfOwnership &coo) in addCredential()
H A DNetworkConfig.cpp333 CertificateOfOwnership foo; in fromDictionary()
H A DTrace.cpp402 void Trace::credentialRejected(void *const tPtr,const CertificateOfOwnership &c,const char *reason) in credentialRejected()
H A DIncomingPacket.cpp887 CertificateOfOwnership coo; in _doNETWORK_CREDENTIALS()
/dports/net/zerotier/ZeroTierOne-1.8.3/
H A Dobjects.mk8 node/CertificateOfOwnership.o \
/dports/net/zerotier/ZeroTierOne-1.8.3/java/jni/
H A DAndroid.mk34 $(ZT1)/node/CertificateOfOwnership.cpp \
/dports/net/zerotier/ZeroTierOne-1.8.3/controller/
H A DEmbeddedNetworkController.cpp1797 nc->certificatesOfOwnership[0] = CertificateOfOwnership(nwid,now,identity.address(),1); in _request()