Home
last modified time | relevance | path

Searched refs:nonce2 (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/reservoir/
H A Dpaynonce_test.go41 var nonce2 reservoir.PayNonce
42 err = json.Unmarshal(buffer, &nonce2)
47 if nonce != nonce2 {
48 t.Fatalf("pay once expected: %#v actual: %#v", nonce, nonce2)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/reservoir/
H A Dpaynonce_test.go41 var nonce2 reservoir.PayNonce
42 err = json.Unmarshal(buffer, &nonce2)
47 if nonce != nonce2 {
48 t.Fatalf("pay once expected: %#v actual: %#v", nonce, nonce2)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/reservoir/
H A Dpaynonce_test.go41 var nonce2 reservoir.PayNonce
42 err = json.Unmarshal(buffer, &nonce2)
47 if nonce != nonce2 {
48 t.Fatalf("pay once expected: %#v actual: %#v", nonce, nonce2)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/reservoir/
H A Dpaynonce_test.go41 var nonce2 reservoir.PayNonce
42 err = json.Unmarshal(buffer, &nonce2)
47 if nonce != nonce2 {
48 t.Fatalf("pay once expected: %#v actual: %#v", nonce, nonce2)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/peer/
H A Dmrunoncemap_test.go114 nonce2 := uint64(20)
119 mruNonceMap.Add(nonce2)
124 wantStr1 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce1, nonce2)
125 wantStr2 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce2, nonce1)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/peer/
H A Dmrunoncemap_test.go114 nonce2 := uint64(20)
119 mruNonceMap.Add(nonce2)
124 wantStr1 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce1, nonce2)
125 wantStr2 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce2, nonce1)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/peer/
H A Dmrunoncemap_test.go114 nonce2 := uint64(20)
119 mruNonceMap.Add(nonce2)
124 wantStr1 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce1, nonce2)
125 wantStr2 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce2, nonce1)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/btcsuite/btcd/peer/
H A Dmrunoncemap_test.go114 nonce2 := uint64(20)
119 mruNonceMap.Add(nonce2)
124 wantStr1 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce1, nonce2)
125 wantStr2 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce2, nonce1)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/btcsuite/btcd/peer/
H A Dmrunoncemap_test.go114 nonce2 := uint64(20)
119 mruNonceMap.Add(nonce2)
124 wantStr1 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce1, nonce2)
125 wantStr2 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce2, nonce1)
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/btcsuite/btcd/peer/
H A Dmrunoncemap_test.go114 nonce2 := uint64(20)
119 mruNonceMap.Add(nonce2)
124 wantStr1 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce1, nonce2)
125 wantStr2 := fmt.Sprintf("<%d>[%d, %d]", 2, nonce2, nonce1)
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/mptcp/
H A Dcrypto_test.c36 u32 nonce1, nonce2; in mptcp_crypto_test_basic() local
46 nonce2 = be32_to_cpu(*((__be32 *)&tests[i].msg[4])); in mptcp_crypto_test_basic()
49 put_unaligned_be32(nonce2, &msg[4]); in mptcp_crypto_test_basic()
/dports/multimedia/libv4l/linux-5.13-rc2/net/mptcp/
H A Dcrypto_test.c36 u32 nonce1, nonce2; in mptcp_crypto_test_basic() local
46 nonce2 = be32_to_cpu(*((__be32 *)&tests[i].msg[4])); in mptcp_crypto_test_basic()
49 put_unaligned_be32(nonce2, &msg[4]); in mptcp_crypto_test_basic()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/mptcp/
H A Dcrypto_test.c36 u32 nonce1, nonce2; in mptcp_crypto_test_basic() local
46 nonce2 = be32_to_cpu(*((__be32 *)&tests[i].msg[4])); in mptcp_crypto_test_basic()
49 put_unaligned_be32(nonce2, &msg[4]); in mptcp_crypto_test_basic()
/dports/security/py-libnacl/libnacl-1.6.1/tests/unit/
H A Dtest_raw_public.py42 nonce2 = libnacl.utils.rand_nonce()
45 enc_msg2 = libnacl.crypto_box(msg, nonce2, pk4, sk3)
47 clear_msg2 = libnacl.crypto_box_open(enc_msg2, nonce2, pk3, sk4)
50 self.assertNotEqual(nonce1, nonce2)
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Security/
H A DInMemoryNonceCache.cs122 byte[] nonce2 = (byte[])y; in Compare()
123 int length2 = nonce2.Length; in Compare()
129 int diff = ((int)nonce1[i] - (int)nonce2[i]); in Compare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/
H A Dcipher_suites.go265 nonce1, nonce2 := make([]byte, 12), make([]byte, 12)
267 copy(nonce2, fixedNonce)
270 return &tlsAead{&xorNonceAEAD{nonce1, nonce2, aead}, false}
273 return &tlsAead{&fixedNonceAEAD{nonce1, nonce2, aead}, true}
315 nonce1, nonce2 := make([]byte, len(fixedNonce)), make([]byte, len(fixedNonce))
317 copy(nonce2, fixedNonce)
319 return &tlsAead{&xorNonceAEAD{nonce1, nonce2, aead}, false}
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/
H A Dcipher_suites.go265 nonce1, nonce2 := make([]byte, 12), make([]byte, 12)
267 copy(nonce2, fixedNonce)
270 return &tlsAead{&xorNonceAEAD{nonce1, nonce2, aead}, false}
273 return &tlsAead{&fixedNonceAEAD{nonce1, nonce2, aead}, true}
315 nonce1, nonce2 := make([]byte, len(fixedNonce)), make([]byte, len(fixedNonce))
317 copy(nonce2, fixedNonce)
319 return &tlsAead{&xorNonceAEAD{nonce1, nonce2, aead}, false}
/dports/security/boringssl/boringssl-6a71840/ssl/test/runner/
H A Dcipher_suites.go263 nonce1, nonce2 := make([]byte, 12), make([]byte, 12)
265 copy(nonce2, fixedNonce)
268 return &tlsAead{&xorNonceAEAD{nonce1, nonce2, aead}, false}
271 return &tlsAead{&fixedNonceAEAD{nonce1, nonce2, aead}, true}
313 nonce1, nonce2 := make([]byte, len(fixedNonce)), make([]byte, len(fixedNonce))
315 copy(nonce2, fixedNonce)
317 return &tlsAead{&xorNonceAEAD{nonce1, nonce2, aead}, false}
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/tests/
H A DChaChaPoly1305.hs12 plaintext, aad, key, iv, ciphertext, tag, nonce1, nonce2, nonce3, nonce4, nonce5, nonce6, nonce7, n…
21 nonce2 = "\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" function
61 in propertyHoldCase [ eqTest "nonce12a" nonce2 $ B.convert . AEAD.incrementNonce $ n1
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/tests/
H A DChaChaPoly1305.hs12 plaintext, aad, key, iv, ciphertext, tag, nonce1, nonce2, nonce3, nonce4, nonce5, nonce6, nonce7, n…
21 nonce2 = "\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" function
61 in propertyHoldCase [ eqTest "nonce12a" nonce2 $ B.convert . AEAD.incrementNonce $ n1
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/tests/
H A DChaChaPoly1305.hs12 plaintext, aad, key, iv, ciphertext, tag, nonce1, nonce2, nonce3, nonce4, nonce5, nonce6, nonce7, n…
21 nonce2 = "\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" function
61 in propertyHoldCase [ eqTest "nonce12a" nonce2 $ B.convert . AEAD.incrementNonce $ n1
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/tests/
H A DChaChaPoly1305.hs12 plaintext, aad, key, iv, ciphertext, tag, nonce1, nonce2, nonce3, nonce4, nonce5, nonce6, nonce7, n…
21 nonce2 = "\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" function
61 in propertyHoldCase [ eqTest "nonce12a" nonce2 $ B.convert . AEAD.incrementNonce $ n1
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/tests/
H A DChaChaPoly1305.hs12 plaintext, aad, key, iv, ciphertext, tag, nonce1, nonce2, nonce3, nonce4, nonce5, nonce6, nonce7, n…
21 nonce2 = "\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" function
61 in propertyHoldCase [ eqTest "nonce12a" nonce2 $ B.convert . AEAD.incrementNonce $ n1
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/tests/
H A DChaChaPoly1305.hs12 plaintext, aad, key, iv, ciphertext, tag, nonce1, nonce2, nonce3, nonce4, nonce5, nonce6, nonce7, n…
21 nonce2 = "\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" function
61 in propertyHoldCase [ eqTest "nonce12a" nonce2 $ B.convert . AEAD.incrementNonce $ n1
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/tests/
H A DChaChaPoly1305.hs12 plaintext, aad, key, iv, ciphertext, tag, nonce1, nonce2, nonce3, nonce4, nonce5, nonce6, nonce7, n…
21 nonce2 = "\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" function
61 in propertyHoldCase [ eqTest "nonce12a" nonce2 $ B.convert . AEAD.incrementNonce $ n1

123456789