Home
last modified time | relevance | path

Searched refs:hashed (Results 1 – 25 of 3894) sorted by relevance

12345678910>>...156

/dports/www/fabio/fabio-1.5.14/vendor/github.com/tg123/go-htpasswd/go-htpasswd-d38e564730bf/
H A Dutil_test.go9 ep, err := accept(hashed)
25 ep, err := reject(hashed)
27 t.Errorf("%s reject (%s) yielded an EncodedPasswd", name, hashed)
29 t.Errorf("%s reject (%s) did not return an error", name, hashed)
36 ep, err := accept(hashed)
38 t.Errorf("%s accept (%s) yielded a EncodedPasswd", name, hashed)
40 t.Errorf("%s accept (%s) did not return an error", name, hashed)
44 ep, err := reject(hashed)
46 t.Errorf("%s reject (%s) yielded a EncodedPasswd", name, hashed)
55 ep, err := accept(hashed)
[all …]
/dports/sysutils/detox/detox-1.4.5/src/
H A Dtable.c111 int hashed; in table_put() local
121 if (table->rows[hashed].key != 0 && table->rows[hashed].key != key) { in table_put()
124 while (table->rows[hashed].key != 0 && table->rows[hashed].key != key) { in table_put()
125 hashed += i + hashed2; in table_put()
126 hashed %= table->length; in table_put()
134 table->rows[hashed].key = key; in table_put()
137 return hashed; in table_put()
145 int hashed; in table_get() local
162 while (table->rows[hashed].key != key && table->rows[hashed].key != 0) { in table_get()
165 hashed += i + hashed2; in table_get()
[all …]
/dports/emulators/xhomer/xhomer-9-16-06/
H A Dterm_curses.c631 int hashed = hash(fontcell); in pro_screen_update() local
634 if (hashed > 511) { hashed -= 512; reverse=1; } in pro_screen_update()
635 if (hashed > 255) { hashed -= 256; bold=1; } in pro_screen_update()
636 switch (hashed) in pro_screen_update()
638 case 0: hashed = ' '; break; in pro_screen_update()
649 case 143: hashed = ACS_S1; break; in pro_screen_update()
651 case 144: hashed = ACS_S3; break; in pro_screen_update()
655 case 146: hashed = ACS_S7; break; in pro_screen_update()
657 case 147: hashed = ACS_S9; break; in pro_screen_update()
670 case 155: hashed = ACS_PI; break; in pro_screen_update()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/ecdsa/
H A Decdsa_test.go67 hashed := []byte("testing")
78 hashed[0] ^= 0xff
91 hashed := []byte("testing")
102 hashed[0] ^= 0xff
115 hashed := []byte("testing")
122 hashed = []byte("testing...")
146 hashed := []byte("testing")
197 var hashed []byte
276 hashed := h.Sum(hashed[:0])
354 hashed := []byte("testing")
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/ecdsa/
H A Decdsa_test.go67 hashed := []byte("testing")
78 hashed[0] ^= 0xff
91 hashed := []byte("testing")
102 hashed[0] ^= 0xff
115 hashed := []byte("testing")
122 hashed = []byte("testing...")
146 hashed := []byte("testing")
197 var hashed []byte
276 hashed := h.Sum(hashed[:0])
354 hashed := []byte("testing")
[all …]
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
148 hashed[0] ^= 0xff
167 hashed := []byte("testing")
204 hashed := []byte("testing")
265 var hashed []byte
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
148 hashed[0] ^= 0xff
167 hashed := []byte("testing")
204 hashed := []byte("testing")
265 var hashed []byte
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
148 hashed[0] ^= 0xff
167 hashed := []byte("testing")
204 hashed := []byte("testing")
265 var hashed []byte
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
53 _, _, _ = Sign(rand.Reader, priv, hashed)
60 hashed := []byte("testing")
66 Verify(&priv.PublicKey, hashed, r, s)
83 hashed := []byte("testing")
94 hashed[0] ^= 0xff
113 hashed := []byte("testing")
120 hashed = []byte("testing...")
150 hashed := []byte("testing")
211 var hashed []byte
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
53 _, _, _ = Sign(rand.Reader, priv, hashed)
60 hashed := []byte("testing")
66 Verify(&priv.PublicKey, hashed, r, s)
83 hashed := []byte("testing")
94 hashed[0] ^= 0xff
113 hashed := []byte("testing")
120 hashed = []byte("testing...")
150 hashed := []byte("testing")
211 var hashed []byte
[all …]
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
60 hashed := []byte("testing")
72 hashed := []byte("testing")
78 Verify(&priv.PublicKey, hashed, r, s)
95 hashed := []byte("testing")
106 hashed[0] ^= 0xff
125 hashed := []byte("testing")
132 hashed = []byte("testing...")
162 hashed := []byte("testing")
223 var hashed []byte
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/ecdsa/
H A Decdsa_test.go48 hashed := []byte("testing")
63 hashed := []byte("testing")
78 hashed := []byte("testing")
86 Verify(&priv.PublicKey, hashed, r, s)
107 hashed := []byte("testing")
118 hashed[0] ^= 0xff
137 hashed := []byte("testing")
144 hashed = []byte("testing...")
174 hashed := []byte("testing")
235 var hashed []byte
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/rsa/
H A Dpss_test.go62 hashed := hash.Sum(nil)
64 encoded, err := emsaPSSEncode(hashed, 1023, salt, sha1.New())
129 var hashed []byte
157 hashed = h.Sum(hashed[:0])
159 if err := VerifyPSS(key, hash, hashed, sig, opts); err != nil {
174 hashed := h.Sum(nil)
196 hashed := h.Sum(nil)
198 SignPSS(rand.Reader, rsaPrivateKey, hash, hashed, nil)
217 hashed := h.Sum(nil)
222 sig, err := SignPSS(rand.Reader, rsaPrivateKey, hash, hashed, &opts)
[all …]
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/rsa/
H A Dpss_test.go62 hashed := hash.Sum(nil)
64 encoded, err := emsaPSSEncode(hashed, 1023, salt, sha1.New())
129 var hashed []byte
157 hashed = h.Sum(hashed[:0])
159 if err := VerifyPSS(key, hash, hashed, sig, opts); err != nil {
174 hashed := h.Sum(nil)
196 hashed := h.Sum(nil)
198 SignPSS(rand.Reader, rsaPrivateKey, hash, hashed, nil)
217 hashed := h.Sum(nil)
222 sig, err := SignPSS(rand.Reader, rsaPrivateKey, hash, hashed, &opts)
[all …]

12345678910>>...156