Home
last modified time | relevance | path

Searched refs:NewInternalHasherForTest (Results 1 – 12 of 12) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/proof/
H A Dinternal_hasher_test.go34 _, err := proof.NewInternalHasherForTest(testInproc1, testInproc1)
39 h, _ := proof.NewInternalHasherForTest(testInproc1, testInproc2)
46 h1, _ := proof.NewInternalHasherForTest(wrongEndpointRequestString, testInproc1)
51 h2, _ := proof.NewInternalHasherForTest(testInproc1, wrongEndpointReplyString)
63 h, _ := proof.NewInternalHasherForTest(endpointRequestStr, endpointReplyStr)
H A Dinternal_hasher.go100 func NewInternalHasherForTest(request, reply string) (InternalHasher, error) { func
H A Dsetup.go99 h, err := NewInternalHasherForTest(internalHasherRequest, internalHasherReply)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/proof/
H A Dinternal_hasher_test.go34 _, err := proof.NewInternalHasherForTest(testInproc1, testInproc1)
39 h, _ := proof.NewInternalHasherForTest(testInproc1, testInproc2)
46 h1, _ := proof.NewInternalHasherForTest(wrongEndpointRequestString, testInproc1)
51 h2, _ := proof.NewInternalHasherForTest(testInproc1, wrongEndpointReplyString)
63 h, _ := proof.NewInternalHasherForTest(endpointRequestStr, endpointReplyStr)
H A Dinternal_hasher.go100 func NewInternalHasherForTest(request, reply string) (InternalHasher, error) { func
H A Dsetup.go99 h, err := NewInternalHasherForTest(internalHasherRequest, internalHasherReply)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/proof/
H A Dinternal_hasher_test.go34 _, err := proof.NewInternalHasherForTest(testInproc1, testInproc1)
39 h, _ := proof.NewInternalHasherForTest(testInproc1, testInproc2)
46 h1, _ := proof.NewInternalHasherForTest(wrongEndpointRequestString, testInproc1)
51 h2, _ := proof.NewInternalHasherForTest(testInproc1, wrongEndpointReplyString)
63 h, _ := proof.NewInternalHasherForTest(endpointRequestStr, endpointReplyStr)
H A Dinternal_hasher.go100 func NewInternalHasherForTest(request, reply string) (InternalHasher, error) { func
H A Dsetup.go99 h, err := NewInternalHasherForTest(internalHasherRequest, internalHasherReply)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/proof/
H A Dinternal_hasher_test.go34 _, err := proof.NewInternalHasherForTest(testInproc1, testInproc1)
39 h, _ := proof.NewInternalHasherForTest(testInproc1, testInproc2)
46 h1, _ := proof.NewInternalHasherForTest(wrongEndpointRequestString, testInproc1)
51 h2, _ := proof.NewInternalHasherForTest(testInproc1, wrongEndpointReplyString)
63 h, _ := proof.NewInternalHasherForTest(endpointRequestStr, endpointReplyStr)
H A Dinternal_hasher.go100 func NewInternalHasherForTest(request, reply string) (InternalHasher, error) { func
H A Dsetup.go99 h, err := NewInternalHasherForTest(internalHasherRequest, internalHasherReply)