Home
last modified time | relevance | path

Searched refs:packetType (Results 1 – 25 of 1247) sorted by relevance

12345678910>>...50

/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssl_rd.c135 const int packetType; member
154 REQUIRES_EXT( ( packetType >= 0 && packetType <= 0xFF ),
157 for( i = 0; packetNameInfo[ i ].packetType != packetType && \
172 const int packetType; member
191 REQUIRES_EXT( ( packetType >= 0 && packetType <= 0xFF ),
194 for( i = 0; packetNameInfo[ i ].packetType != packetType && \
477 length, getSSLPacketName( packetType ), packetType ) ); in checkPacketHeader()
537 REQUIRES( packetType >= SSL_HAND_FIRST && packetType <= SSL_HAND_LAST ); in checkHSPacketHeader()
566 getSSLHSPacketName( packetType ), packetType ) ); in checkHSPacketHeader()
811 getSSLPacketName( packetType ), packetType ) ); in unwrapPacketTLSGCM()
[all …]
H A Dssh2_rd.c35 const int packetType; member
76 REQUIRES_EXT( ( packetType >= 0 && packetType <= 0xFF ),
79 for( i = 0; packetNameInfo[ i ].packetType != packetType && \
269 ENSURES( packetType >= 0 && packetType <= 0xFF ); in checkPacketValid()
273 validPacketTbl[ i ] != packetType && \ in checkPacketValid()
532 getSSHPacketName( sshInfo->packetType ), sshInfo->packetType, in readPacketHeaderSSH2()
703 sshInfo->packetType,
833 sshInfo->packetType ) );
835 expectedType = sshInfo->packetType;
847 if( sshInfo->packetType != expectedType )
[all …]
H A Dssl_wr.c71 REQUIRES( packetType >= SSL_MSG_FIRST && packetType <= SSL_MSG_LAST ); in startPacketStream()
79 sputc( stream, packetType ); in startPacketStream()
120 REQUIRES( packetType >= SSL_MSG_FIRST && packetType <= SSL_MSG_LAST ); in openPacketStreamSSL()
143 REQUIRES( packetType >= SSL_MSG_FIRST && packetType <= SSL_MSG_LAST ); in continuePacketStreamSSL()
199 REQUIRES( packetType >= SSL_HAND_FIRST && packetType <= SSL_HAND_LAST ); in continueHSPacketStream()
315 REQUIRES( packetType >= SSL_MSG_FIRST && packetType <= SSL_MSG_LAST ); in wrapPacketSSLStd()
356 getSSLPacketName( packetType ), packetType, in wrapPacketSSLStd()
389 REQUIRES( packetType >= SSL_MSG_FIRST && packetType <= SSL_MSG_LAST ); in wrapPacketTLSMAC()
414 getSSLPacketName( packetType ), packetType, in wrapPacketTLSMAC()
457 REQUIRES( packetType >= SSL_MSG_FIRST && packetType <= SSL_MSG_LAST ); in wrapPacketTLSGCM()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/wimax/model/
H A Dwimax-mac-queue.cc172 QueueElement element = Front (packetType); in Dequeue()
173 Pop (packetType); in Dequeue()
266 QueueElement element = Front (packetType); in Dequeue()
291 SetFragmentation (packetType); in Dequeue()
303 SetFragmentNumber (packetType); in Dequeue()
369 QueueElement element = Front (packetType); in Peek()
391 QueueElement element = Front (packetType); in Peek()
426 if (CheckForFragmentation (packetType)) in GetQueueLengthWithMACOverhead()
546 if (CheckForFragmentation (packetType)) in GetFirstPacketHdrSize()
573 if (CheckForFragmentation (packetType)) in GetFirstPacketPayloadSize()
[all …]
H A Dwimax-mac-queue.h77 Ptr<Packet> Dequeue (MacHeaderType::HeaderType packetType);
84 Ptr<Packet> Dequeue (MacHeaderType::HeaderType packetType,
111 Ptr<Packet> Peek (MacHeaderType::HeaderType packetType) const;
132 bool IsEmpty (MacHeaderType::HeaderType packetType) const;
150 bool CheckForFragmentation (MacHeaderType::HeaderType packetType);
156 uint32_t GetFirstPacketHdrSize (MacHeaderType::HeaderType packetType);
162 uint32_t GetFirstPacketPayloadSize (MacHeaderType::HeaderType packetType);
168 uint32_t GetFirstPacketRequiredByte (MacHeaderType::HeaderType packetType);
179 void SetFragmentation (MacHeaderType::HeaderType packetType);
184 void SetFragmentNumber (MacHeaderType::HeaderType packetType);
[all …]
/dports/mail/aerc/aerc-0.4.0/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go179 tag = packetType((buf[0] & 0x3f) >> 2)
200 tag = packetType(buf[0] & 0x3f)
303 type packetType uint8 type
306 packetTypeEncryptedKey packetType = 1
307 packetTypeSignature packetType = 2
308 packetTypeSymmetricKeyEncrypted packetType = 3
309 packetTypeOnePassSignature packetType = 4
310 packetTypePrivateKey packetType = 5
311 packetTypePublicKey packetType = 6
312 packetTypePrivateSubkey packetType = 7
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/
H A Dpacket.go178 tag = packetType((buf[0] & 0x3f) >> 2)
199 tag = packetType(buf[0] & 0x3f)
302 type packetType uint8 type
305 packetTypeEncryptedKey packetType = 1
306 packetTypeSignature packetType = 2
307 packetTypeSymmetricKeyEncrypted packetType = 3
308 packetTypeOnePassSignature packetType = 4
309 packetTypePrivateKey packetType = 5
310 packetTypePublicKey packetType = 6
311 packetTypePrivateSubkey packetType = 7
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/
H A Dpacket.go178 tag = packetType((buf[0] & 0x3f) >> 2)
199 tag = packetType(buf[0] & 0x3f)
302 type packetType uint8 type
305 packetTypeEncryptedKey packetType = 1
306 packetTypeSignature packetType = 2
307 packetTypeSymmetricKeyEncrypted packetType = 3
308 packetTypeOnePassSignature packetType = 4
309 packetTypePrivateKey packetType = 5
310 packetTypePublicKey packetType = 6
311 packetTypePrivateSubkey packetType = 7
[all …]
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/
H A Dpacket.go178 tag = packetType((buf[0] & 0x3f) >> 2)
199 tag = packetType(buf[0] & 0x3f)
302 type packetType uint8 type
305 packetTypeEncryptedKey packetType = 1
306 packetTypeSignature packetType = 2
307 packetTypeSymmetricKeyEncrypted packetType = 3
308 packetTypeOnePassSignature packetType = 4
309 packetTypePrivateKey packetType = 5
310 packetTypePublicKey packetType = 6
311 packetTypePrivateSubkey packetType = 7
[all …]
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/ProtonMail/go-crypto/openpgp/packet/
H A Dpacket.go178 tag = packetType((buf[0] & 0x3f) >> 2)
199 tag = packetType(buf[0] & 0x3f)
302 type packetType uint8 type
305 packetTypeEncryptedKey packetType = 1
306 packetTypeSignature packetType = 2
307 packetTypeSymmetricKeyEncrypted packetType = 3
308 packetTypeOnePassSignature packetType = 4
309 packetTypePrivateKey packetType = 5
310 packetTypePublicKey packetType = 6
311 packetTypePrivateSubkey packetType = 7
[all …]
/dports/devel/msbuild/msbuild-0.06/src/Shared/
H A DNodePacketFactory.cs40 …public void RegisterPacketHandler(NodePacketType packetType, NodePacketFactoryMethod factory, INod… in RegisterPacketHandler() argument
42 _packetFactories[packetType] = new PacketFactoryRecord(handler, factory); in RegisterPacketHandler()
48 public void UnregisterPacketHandler(NodePacketType packetType) in UnregisterPacketHandler() argument
50 _packetFactories.Remove(packetType); in UnregisterPacketHandler()
56 …public void DeserializeAndRoutePacket(int nodeId, NodePacketType packetType, INodePacketTranslator… in DeserializeAndRoutePacket() argument
59 if (!_packetFactories.ContainsKey(packetType)) in DeserializeAndRoutePacket()
61 ErrorUtilities.ThrowInternalError("No packet handler for type {0}", packetType); in DeserializeAndRoutePacket()
64 PacketFactoryRecord record = _packetFactories[packetType]; in DeserializeAndRoutePacket()
/dports/net/grpcui/grpcui-1.1.0/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go174 tag = packetType((buf[0] & 0x3f) >> 2)
195 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/mail/mailhog/MailHog-1.0.0/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go172 tag = packetType((buf[0] & 0x3f) >> 2)
193 tag = packetType(buf[0] & 0x3f)
280 type packetType uint8 type
283 packetTypeEncryptedKey packetType = 1
284 packetTypeSignature packetType = 2
285 packetTypeSymmetricKeyEncrypted packetType = 3
286 packetTypeOnePassSignature packetType = 4
287 packetTypePrivateKey packetType = 5
288 packetTypePublicKey packetType = 6
289 packetTypePrivateSubkey packetType = 7
[all …]
/dports/databases/tile38/tile38-1.12.0/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go172 tag = packetType((buf[0] & 0x3f) >> 2)
193 tag = packetType(buf[0] & 0x3f)
280 type packetType uint8 type
283 packetTypeEncryptedKey packetType = 1
284 packetTypeSignature packetType = 2
285 packetTypeSymmetricKeyEncrypted packetType = 3
286 packetTypeOnePassSignature packetType = 4
287 packetTypePrivateKey packetType = 5
288 packetTypePublicKey packetType = 6
289 packetTypePrivateSubkey packetType = 7
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go172 tag = packetType((buf[0] & 0x3f) >> 2)
193 tag = packetType(buf[0] & 0x3f)
280 type packetType uint8 type
283 packetTypeEncryptedKey packetType = 1
284 packetTypeSignature packetType = 2
285 packetTypeSymmetricKeyEncrypted packetType = 3
286 packetTypeOnePassSignature packetType = 4
287 packetTypePrivateKey packetType = 5
288 packetTypePublicKey packetType = 6
289 packetTypePrivateSubkey packetType = 7
[all …]
/dports/www/go-www/www-2.0.0/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go174 tag = packetType((buf[0] & 0x3f) >> 2)
195 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/dns/rdap/rdap-e2ea151/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go174 tag = packetType((buf[0] & 0x3f) >> 2)
195 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/crypto/crypto-5c40567a22f8/openpgp/packet/
H A Dpacket.go174 tag = packetType((buf[0] & 0x3f) >> 2)
195 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/devel/lab/lab-0.17.2/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go174 tag = packetType((buf[0] & 0x3f) >> 2)
195 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/net-im/xmpp-client/xmpp-client-3030ad4/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go174 tag = packetType((buf[0] & 0x3f) >> 2)
195 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go172 tag = packetType((buf[0] & 0x3f) >> 2)
193 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/www/fabio/fabio-1.5.14/vendor/golang.org/x/crypto/crypto-3d3f9f413869/openpgp/packet/
H A Dpacket.go174 tag = packetType((buf[0] & 0x3f) >> 2)
195 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-swagger/go-swagger/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go172 tag = packetType((buf[0] & 0x3f) >> 2)
193 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/net/yggdrasil/yggdrasil-go-0.3.11/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go174 tag = packetType((buf[0] & 0x3f) >> 2)
195 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/golang.org/x/crypto/openpgp/packet/
H A Dpacket.go174 tag = packetType((buf[0] & 0x3f) >> 2)
195 tag = packetType(buf[0] & 0x3f)
282 type packetType uint8 type
285 packetTypeEncryptedKey packetType = 1
286 packetTypeSignature packetType = 2
287 packetTypeSymmetricKeyEncrypted packetType = 3
288 packetTypeOnePassSignature packetType = 4
289 packetTypePrivateKey packetType = 5
290 packetTypePublicKey packetType = 6
291 packetTypePrivateSubkey packetType = 7
[all …]

12345678910>>...50