Home
last modified time | relevance | path

Searched refs:handshakes (Results 1 – 25 of 1222) sorted by relevance

12345678910>>...49

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/p2p/discover/v5wire/
H A Dsession.go37 handshakes map[sessionID]*Whoareyou
71 handshakes: make(map[sessionID]*Whoareyou),
120 return sc.handshakes[sessionID{id, addr}]
126 sc.handshakes[sessionID{id, addr}] = challenge
131 delete(sc.handshakes, sessionID{id, addr})
137 for key, challenge := range sc.handshakes {
139 delete(sc.handshakes, key)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/pss/
H A Dhandshake.go115 handshakes map[string]map[Topic]*handshake
154 if _, ok := ctl.handshakes[pubkeyid]; !ok {
161 keystore = &(ctl.handshakes[pubkeyid][*topic].inKeys)
183 if _, ok := ctl.handshakes[pubkeyid]; !ok {
184 ctl.handshakes[pubkeyid] = make(map[Topic]*handshake)
187 if ctl.handshakes[pubkeyid][*topic] == nil {
188 ctl.handshakes[pubkeyid][*topic] = &handshake{}
193 keystore = &(ctl.handshakes[pubkeyid][*topic].inKeys)
237 handshake := ctl.handshakes[pubkeyid][*topic]
271 peerpubkeys := ctl.handshakes
[all …]
/dports/games/gbrainy/gbrainy-2.4.3/src/Games/Logic/
H A DPuzzleHandshakes.cs27 int people, handshakes; field in gbrainy.Games.Logic.PuzzleHandshakes
35 …her. {0} handshakes are made in total. How many people are attending the party?"), handshakes);
48 handshakes = 0; in Initialize()
64 handshakes += i; in Initialize()
/dports/security/s2n/s2n-tls-1.1.2/tests/saw/failure_tests/
H A Dtls_missing_full_handshake.patch5 @@ -169,7 +169,7 @@ static message_type_t handshakes[128][32] = {
14 @@ -177,7 +177,7 @@ static message_type_t handshakes[128][32] = {
23 @@ -265,14 +265,6 @@ static message_type_t handshakes[128][32] = {
/dports/devel/awscli/awscli-1.20.61/awscli/examples/organizations/
H A Dlist-handshakes-for-organization.rst1 **To retrieve a list of the handshakes associated with an organization**
3 The following example shows how to get a list of handshakes that are associated with the current or…
5 aws organizations list-handshakes-for-organization
7 The output shows two handshakes. The first one is an invitation to Juan's account and shows a state…
H A Dlist-handshakes-for-account.rst1 **To retrieve a list of the handshakes sent to an account**
3 The following example shows how to get a list of all handshakes that are associated with the accoun…
5 aws organizations list-handshakes-for-account
/dports/astro/gpsd/gpsd-3.20/
H A Dppscheck.c123 int handshakes; in main() local
126 (void)ioctl(fd, TIOCMGET, &handshakes); in main()
132 if ((handshakes & sp->mask) != 0) { in main()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/bthreads/
H A Dbtcvar.c209 int32 handshakes; in PR_NotifyAllCondVar() local
223 handshakes = cvar->nw - cvar->ns; in PR_NotifyAllCondVar()
225 release_sem_etc(cvar->sem, handshakes, B_DO_NOT_RESCHEDULE); in PR_NotifyAllCondVar()
231 while (acquire_sem_etc(cvar->handshakeSem, handshakes, 0, 0) == B_INTERRUPTED) in PR_NotifyAllCondVar()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/bthreads/
H A Dbtcvar.c209 int32 handshakes; in PR_NotifyAllCondVar() local
223 handshakes = cvar->nw - cvar->ns; in PR_NotifyAllCondVar()
225 release_sem_etc(cvar->sem, handshakes, B_DO_NOT_RESCHEDULE); in PR_NotifyAllCondVar()
231 while (acquire_sem_etc(cvar->handshakeSem, handshakes, 0, 0) == B_INTERRUPTED) in PR_NotifyAllCondVar()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/scripts/airoscript-ng/src/functions/
H A Dautocrack135 echo; tag; warn "${mark}Trying to crack network, we have enough ivs or handshakes.";
161 …specialwarn "\r\t${mark}Current Handshakes: $handshakes. Press a to go to next attack, m for menu,…
195 export handshakes=$(get_handshake_number);
196 [[ $handshakes == "" ]] && handshakes=0
197 (( $handshakes > 0 )) && return 0 || return 1
203 tag; warn "${mark}Got WPA handshake ($handshakes eapol packets)"
/dports/security/s2n/s2n-tls-1.1.2/tests/unit/
H A Ds2n_tls12_handshake_test.c99 if(memcmp(handshakes[i], invalid_handshake, S2N_MAX_HANDSHAKE_LENGTH) != 0) { in main()
112 EXPECT_EQUAL(ACTIVE_HANDSHAKES(conn), handshakes); in main()
127 if (handshakes[handshake][j] == CLIENT_CHANGE_CIPHER_SPEC) { in main()
154 if (handshakes[handshake][j] == SERVER_CHANGE_CIPHER_SPEC) { in main()
192 if (handshakes[handshake][j] == SERVER_CHANGE_CIPHER_SPEC) { in main()
232 if (handshakes[handshake][j] == CLIENT_CHANGE_CIPHER_SPEC) { in main()
263 if (handshakes[handshake][j] == APPLICATION_DATA) { in main()
/dports/security/libressl-static/libressl-3.3.5/tests/
H A Dvalid_handshakes_terminate.c31 enum tls13_message_type mt = handshakes[i][0];
39 mt = handshakes[i][j]; in main()
/dports/security/libressl/libressl-3.4.3/tests/
H A Dvalid_handshakes_terminate.c31 enum tls13_message_type mt = handshakes[i][0]; in main()
39 mt = handshakes[i][j]; in main()
/dports/www/obhttpd/libressl-3.4.1/tests/
H A Dvalid_handshakes_terminate.c31 enum tls13_message_type mt = handshakes[i][0]; in main()
39 mt = handshakes[i][j]; in main()
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/words/test/
H A Dtest_jabbercomponent.py303 handshakes = []
306 xs.authenticator.onHandshake = handshakes.append
311 self.assertEqual("1234", handshakes[-1])
317 handshakes = []
321 xs.authenticator.onHandshake = handshakes.append
326 self.assertFalse(handshakes)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/words/test/
H A Dtest_jabbercomponent.py288 handshakes = []
291 xs.authenticator.onHandshake = handshakes.append
296 self.assertEqual('1234', handshakes[-1])
302 handshakes = []
306 xs.authenticator.onHandshake = handshakes.append
311 self.assertFalse(handshakes)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/network/
H A Dprotocol.go81 handshakes map[discover.NodeID]*HandshakeMsg
97 handshakes: make(map[discover.NodeID]*HandshakeMsg),
307 delete(b.handshakes, peerID)
314 handshake, found := b.handshakes[peerID]
327 b.handshakes[peerID] = handshake
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/test/
H A Dtestfipsssl95 echo test tls1 with 1024bit anonymous DH, multiple handshakes
102 echo test tls1 with 1024bit RSA, no DHE, multiple handshakes
108 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
H A Dtestssl127 echo test tls1 with 1024bit anonymous DH, multiple handshakes
134 echo test tls1 with 1024bit RSA, no DHE, multiple handshakes
140 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
/dports/security/openssl-unsafe/openssl-c9ba19c/test/
H A Dtestfipsssl99 echo test tls1 with 1024bit anonymous DH, multiple handshakes
106 echo test tls1 with 1024bit RSA, no DHE, multiple handshakes
112 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
/dports/security/openssl-legacy-static/openssl-1.0.2u/test/
H A Dtestfipsssl99 echo test tls1 with 1024bit anonymous DH, multiple handshakes
106 echo test tls1 with 1024bit RSA, no DHE, multiple handshakes
112 echo test tls1 with 1024bit RSA, 1024bit DHE, multiple handshakes
/dports/comms/p5-Device-SerialPort/Device-SerialPort-1.04/
H A Dmodemtest129 my @handshakes=$port->handshake;
131 grep(print("\t$_\n"),sort(@handshakes));
/dports/security/libressl-static/libressl-3.3.5/ssl/
H A Dtls13_handshake.c147 const enum tls13_message_type handshakes[][TLS13_NUM_MESSAGE_TYPES] = { enum
250 const size_t handshake_count = sizeof(handshakes) / sizeof(handshakes[0]);
308 return handshakes[hs.hs_type][hs.message_number]; in tls13_handshake_active_state()
/dports/emulators/citra/citra-ac98458e0/externals/libressl/ssl/
H A Dtls13_handshake.c147 const enum tls13_message_type handshakes[][TLS13_NUM_MESSAGE_TYPES] = { enum
250 const size_t handshake_count = sizeof(handshakes) / sizeof(handshakes[0]);
308 return handshakes[hs.hs_type][hs.message_number]; in tls13_handshake_active_state()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/libressl/ssl/
H A Dtls13_handshake.c147 const enum tls13_message_type handshakes[][TLS13_NUM_MESSAGE_TYPES] = { enum
250 const size_t handshake_count = sizeof(handshakes) / sizeof(handshakes[0]);
308 return handshakes[hs.hs_type][hs.message_number]; in tls13_handshake_active_state()

12345678910>>...49