Home
last modified time | relevance | path

Searched refs:RevocationDB (Results 1 – 15 of 15) sorted by relevance

/dports/net/storj/storj-1.45.3/private/revocation/
H A Dextensions_test.go29 …testrevocation.RunDBs(t, func(t *testing.T, revDB extensions.RevocationDB, _ storage.KeyValueStore…
33 opts := &extensions.Options{RevocationDB: revDB}
71 …testrevocation.RunDBs(t, func(t *testing.T, revDB extensions.RevocationDB, _ storage.KeyValueStore…
76 opts := &extensions.Options{RevocationDB: revDB}
126 …testrevocation.RunDBs(t, func(t *testing.T, revDB extensions.RevocationDB, _ storage.KeyValueStore…
141 opts := &extensions.Options{RevocationDB: revDB}
166 opts := &extensions.Options{RevocationDB: nil}
H A Dtlsopts_test.go153 …testrevocation.RunDBs(t, func(t *testing.T, revDB extensions.RevocationDB, db storage.KeyValueStor…
155 RevocationDB: revDB,
186 …testrevocation.RunDBs(t, func(t *testing.T, revDB extensions.RevocationDB, db storage.KeyValueStor…
201 opts := &extensions.Options{RevocationDB: revDB}
H A Ddb_test.go29 …testrevocation.RunDBs(t, func(t *testing.T, revDB extensions.RevocationDB, db storage.KeyValueStor…
67 …testrevocation.RunDBs(t, func(t *testing.T, revDB extensions.RevocationDB, db storage.KeyValueStor…
117 …testrevocation.RunDBs(t, func(t *testing.T, revDB extensions.RevocationDB, db storage.KeyValueStor…
159 …testrevocation.RunDBs(t, func(t *testing.T, revDB extensions.RevocationDB, db storage.KeyValueStor…
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/peertls/extensions/
H A Drevocations.go51 type RevocationDB interface { interface
90 lastRev, lastRevErr := opts.RevocationDB.Get(context.TODO(), chains[0])
122 err := opts.RevocationDB.Put(context.TODO(), chains[0], ext)
H A Dextensions.go76 RevocationDB RevocationDB member
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/peertls/extensions/
H A Drevocations.go51 type RevocationDB interface { interface
90 lastRev, lastRevErr := opts.RevocationDB.Get(context.TODO(), chains[0])
122 err := opts.RevocationDB.Put(context.TODO(), chains[0], ext)
H A Dextensions.go76 RevocationDB RevocationDB member
/dports/net/rclone/rclone-1.57.0/vendor/storj.io/common/peertls/tlsopts/
H A Doptions.go31 RevDB extensions.RevocationDB
50 func NewOptions(i *identity.FullIdentity, c Config, revocationDB extensions.RevocationDB) (*Options… argument
81 RevocationDB: opts.RevDB,
/dports/net/storj/storj-1.45.3/vendor/storj.io/common/peertls/tlsopts/
H A Doptions.go31 RevDB extensions.RevocationDB
50 func NewOptions(i *identity.FullIdentity, c Config, revocationDB extensions.RevocationDB) (*Options… argument
81 RevocationDB: opts.RevDB,
/dports/net/storj/storj-1.45.3/private/testrevocation/
H A Ddb.go19 func RunDBs(t *testing.T, test func(*testing.T, extensions.RevocationDB, storage.KeyValueStore)) { argument
/dports/net/storj/storj-1.45.3/satellite/
H A Dgc.go69 metabaseDB *metabase.DB, revocationDB extensions.RevocationDB, argument
H A Drepairer.go82 revocationDB extensions.RevocationDB, argument
H A Dcore.go147 metabaseDB *metabase.DB, revocationDB extensions.RevocationDB, argument
H A Dapi.go173 metabaseDB *metabase.DB, revocationDB extensions.RevocationDB, argument
/dports/net/storj/storj-1.45.3/storagenode/
H A Dpeer.go295 func New(log *zap.Logger, full *identity.FullIdentity, db DB, revocationDB extensions.RevocationDB,… argument