Home
last modified time | relevance | path

Searched refs:SecretStore (Results 1 – 25 of 93) sorted by relevance

1234

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dsecret_store_test.go25 if err = tc.G.SecretStore().ClearSecret(m, nu); err != nil {
32 if secret, err = tc.G.SecretStore().RetrieveSecret(m, nu); err == nil {
45 if err = tc.G.SecretStore().StoreSecret(m, nu, secret); err != nil {
49 if secret, err = tc.G.SecretStore().RetrieveSecret(m, nu); err != nil {
62 if err = tc.G.SecretStore().StoreSecret(m, nu, secret); err != nil {
66 if secret, err = tc.G.SecretStore().RetrieveSecret(m, nu); err != nil {
74 if err = tc.G.SecretStore().ClearSecret(m, nu); err != nil {
85 usernames, err := tc.G.SecretStore().GetUsersWithStoredSecrets(m)
107 usernames, err = tc.G.SecretStore().GetUsersWithStoredSecrets(m)
132 usernames, err = tc.G.SecretStore().GetUsersWithStoredSecrets(m)
[all …]
H A Dpassphrase_stream_store.go48 ss := mctx.G().SecretStore()
72 ss := mctx.G().SecretStore()
115 ss := mctx.G().SecretStore()
H A Dskb_test.go127 secret, _ := tc.G.SecretStore().RetrieveSecret(m, "testusername")
154 err = tc.G.SecretStore().StoreSecret(m, "testusername", fs)
160 secret, _ := tc.G.SecretStore().RetrieveSecret(m, "testusername")
184 secret, _ := tc.G.SecretStore().RetrieveSecret(m, "testusername")
H A Dsecret_store.go34 type SecretStore interface { interface
61 var _ SecretStore = (*SecretStoreImp)(nil)
103 func NewSecretStore(m MetaContext, username NormalizedUsername) SecretStore {
104 store := m.G().SecretStore()
218 ss := m.G().SecretStore()
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libdevcrypto/
H A DSecretStore.cpp78 SecretStore::SecretStore(fs::path const& _path): m_path(_path) in SecretStore() function in SecretStore
83 void SecretStore::setPath(fs::path const& _path) in setPath()
132 h128 SecretStore::importSecret(bytesSec const& _s, string const& _pass) in importSecret()
142 h128 SecretStore::importSecret(bytesConstRef _s, string const& _pass) in importSecret()
152 void SecretStore::kill(h128 const& _uuid) in kill()
162 void SecretStore::clearCache() const in clearCache()
167 void SecretStore::save(fs::path const& _keysPath) in save()
200 void SecretStore::load(fs::path const& _keysPath) in load()
261 pair<h128 const, SecretStore::EncryptedKey> const* SecretStore::key(Address const& _address) const in key()
269 pair<h128 const, SecretStore::EncryptedKey>* SecretStore::key(Address const& _address) in key()
[all …]
H A DSecretStore.h31 class SecretStore
43 SecretStore() = default;
46 SecretStore(boost::filesystem::path const& _path);
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libdevcrypto/
H A DSecretStore.cpp44 SecretStore store(tmpDir.path()); in BOOST_FIXTURE_TEST_SUITE()
79 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE()
90 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE()
105 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE()
113 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE()
148 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE()
154 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE()
164 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE()
173 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE()
180 SecretStore store(storeDir.path()); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/mail/py-mailnag/mailnag-2.2.0/Mailnag/common/
H A Dsecretstore.py32 class SecretStore(): class
63 if SecretStore._instance == None:
64 SecretStore._instance = SecretStore()
66 return SecretStore._instance
/dports/security/keybase/client-v5.7.1/go/engine/
H A Ddeprovision_test.go87 if tc.G.SecretStore() != nil {
154 if tc.G.SecretStore() != nil {
191 if tc.G.SecretStore() == nil {
210 if tc.G.SecretStore() == nil {
239 if tc.G.SecretStore() != nil {
288 if tc.G.SecretStore() != nil {
315 if tc.G.SecretStore() == nil {
341 if tc.G.SecretStore() != nil {
390 if tc.G.SecretStore() != nil {
418 if tc.G.SecretStore() == nil {
[all …]
H A Dlogin_oneshot_test.go120 tc.G.SecretStore().ClearMem()
123 tc.G.SecretStore().ClearMem()
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/moby/buildkit/session/secrets/secretsprovider/
H A Dsecretsprovider.go17 func NewSecretProvider(store secrets.SecretStore) session.Attachable { argument
24 store secrets.SecretStore
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/vendor/github.com/moby/buildkit/session/secrets/secretsprovider/
H A Dsecretsprovider.go17 func NewSecretProvider(store secrets.SecretStore) session.Attachable { argument
24 store secrets.SecretStore
/dports/net/traefik/traefik-2.6.1/vendor/github.com/moby/buildkit/session/secrets/secretsprovider/
H A Dsecretsprovider.go17 func NewSecretProvider(store secrets.SecretStore) session.Attachable { argument
24 store secrets.SecretStore
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/vendor/github.com/moby/buildkit/session/secrets/secretsprovider/
H A Dsecretsprovider.go17 func NewSecretProvider(store secrets.SecretStore) session.Attachable { argument
24 store secrets.SecretStore
/dports/sysutils/istio/istio-1.6.7/vendor/k8s.io/kubectl/pkg/cmd/set/env/
H A Denv_resolve.go38 SecretStore map[string]*corev1.Secret member
45 SecretStore: make(map[string]*corev1.Secret),
52 secret, ok := store.SecretStore[secretSelector.Name]
59 store.SecretStore[secretSelector.Name] = secret
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/kubectl/pkg/cmd/set/env/
H A Denv_resolve.go38 SecretStore map[string]*corev1.Secret member
45 SecretStore: make(map[string]*corev1.Secret),
52 secret, ok := store.SecretStore[secretSelector.Name]
59 store.SecretStore[secretSelector.Name] = secret
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/kubectl/pkg/cmd/set/env/
H A Denv_resolve.go38 SecretStore map[string]*corev1.Secret member
45 SecretStore: make(map[string]*corev1.Secret),
52 secret, ok := store.SecretStore[secretSelector.Name]
59 store.SecretStore[secretSelector.Name] = secret
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libethcore/
H A DKeyManager.h63 …eysFile = defaultPath(), boost::filesystem::path const& _secretsPath = SecretStore::defaultPath());
96 SecretStore& store() { return m_store; } in store()
159 SecretStore m_store;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/test/unittests/libethcore/
H A DKeyManager.cpp36 EXPECT_EQ(km.store().keys(), SecretStore(SecretStore::defaultPath()).keys()); in TEST()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/daemon/
H A Dsecrets.go16 c.SecretStore = store
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/session/secrets/
H A Dsecrets.go12 type SecretStore interface { interface
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/moby/buildkit/session/secrets/
H A Dsecrets.go12 type SecretStore interface { interface
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/secrets/
H A Dsecrets.go12 type SecretStore interface { interface
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/secrets/
H A Dsecrets.go12 type SecretStore interface { interface
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/session/secrets/
H A Dsecrets.go12 type SecretStore interface { interface

1234