Home
last modified time | relevance | path

Searched refs:fakecrypto (Results 1 – 4 of 4) sorted by relevance

/dports/net/bosh-cli/bosh-cli-5.5.0/release/resource/
H A Dfingerprint_test.go13 fakecrypto "github.com/cloudfoundry/bosh-cli/crypto/fakes" packageName
19 digestCalculator *fakecrypto.FakeDigestCalculator
26 digestCalculator = fakecrypto.NewFakeDigestCalculator()
83 digestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
85 filepath.Join("/", "tmp", "file2"): fakecrypto.CalculateInput{DigestStr: "file2-sha1"},
153 digestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
154 filepath.Join("/", "tmp", "regular"): fakecrypto.CalculateInput{DigestStr: "regular-sha1"},
188 digestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
189 filepath.Join("/", "tmp", "regular"): fakecrypto.CalculateInput{DigestStr: "regular-sha1"},
225 digestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
[all …]
H A Darchive_test.go21 fakecrypto "github.com/cloudfoundry/bosh-cli/crypto/fakes" packageName
38 digestCalculator *fakecrypto.FakeDigestCalculator
47 digestCalculator = fakecrypto.NewFakeDigestCalculator()
/dports/net/bosh-cli/bosh-cli-5.5.0/cmd/
H A Dredigest_release_test.go16 fakecrypto "github.com/cloudfoundry/bosh-cli/crypto/fakes" packageName
98 fakeDigestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
176 fakeDigestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
193 fakeDigestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
210 fakeDigestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
227 fakeDigestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
245 fakeDigestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
/dports/net/bosh-cli/bosh-cli-5.5.0/releasedir/
H A Dfs_blobs_dir_test.go11 fakecrypto "github.com/cloudfoundry/bosh-cli/crypto/fakes" packageName
29 digestCalculator *fakecrypto.FakeDigestCalculator
38 digestCalculator = fakecrypto.NewFakeDigestCalculator()
496 digestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
497 filepath.Join("/", "tmp-file"): fakecrypto.CalculateInput{DigestStr: "contentsha1"},
585 digestCalculator.SetCalculateBehavior(map[string]fakecrypto.CalculateInput{
586 filepath.Join("/", "tmp-file"): fakecrypto.CalculateInput{Err: errors.New("fake-err")},