Home
last modified time | relevance | path

Searched refs:ClearSecret (Results 1 – 25 of 28) sorted by relevance

12

/dports/security/keybase/client-v5.7.1/go/libkb/
H A Dsecret_store_external.go22 ClearSecret(serviceName string, key string) error methodSpec
31 ClearSecret(serviceName string, key string) error methodSpec
55 func (w TypeSafeExternalKeyStoreProxy) ClearSecret(serviceName string, key string) error { func
56 return w.UnsafeExternalKeyStore.ClearSecret(serviceName, key)
142 func (s *secretStoreAndroid) ClearSecret(m MetaContext, username NormalizedUsername) (err error) { func
153 return ks.ClearSecret(s.serviceName(m), string(username))
H A Dsecret_store_secretservice_test.go51 err = s.ClearSecret(mctx, alice)
71 err = s.ClearSecret(mctx, alice)
73 err = s.ClearSecret(mctx, bob)
75 err = s.ClearSecret(mctx, charlie)
105 err = s.ClearSecret(mctx, alice)
136 err = s.ClearSecret(mctx, alice)
173 err = s.ClearSecret(mctx, alice)
H A Dsecret_store_upgradeable.go80 clearBErr := s.b.ClearSecret(mctx, username)
100 clearBErr := s.b.ClearSecret(mctx, username)
124 func (s *SecretStoreUpgradeable) ClearSecret(mctx MetaContext, username NormalizedUsername) (err er… func
126 err1 := s.a.ClearSecret(mctx, username)
130 err2 := s.b.ClearSecret(mctx, username)
H A Dsecret_store_test.go25 if err = tc.G.SecretStore().ClearSecret(m, nu); err != nil {
74 if err = tc.G.SecretStore().ClearSecret(m, nu); err != nil {
126 err = tc.G.SecretStore().ClearSecret(m, NewNormalizedUsername(expectedUsernames[i]))
H A Dsecret_store.go48 ClearSecret(mctx MetaContext, username NormalizedUsername) error methodSpec
222 return ss.ClearSecret(m, username)
302 func (s *SecretStoreLocked) ClearSecret(m MetaContext, username NormalizedUsername) error { func
315 err := s.mem.ClearSecret(m, username)
322 return s.disk.ClearSecret(m, username)
425 err2 := ss.ClearSecret(mctx, testNormUsername)
H A Dpassphrase_stream_store.go122 err1 := ss.ClearSecret(mctx, formatPPSSecretStoreIdentifier(username, ssEddsaSuffix))
123 err2 := ss.ClearSecret(mctx, formatPPSSecretStoreIdentifier(username, ssPwhashSuffix))
H A Dsecret_store_darwin_test.go22 err := secretStore.ClearSecret(mctx, nu)
93 err = secretStore.ClearSecret(mctx, nu)
H A Dsecret_store_fail_test.go25 func (s *SecretStoreFail) ClearSecret(m MetaContext, username NormalizedUsername) error { func
H A Dsecret_store_mem.go28 func (s *SecretStoreMem) ClearSecret(m MetaContext, username NormalizedUsername) error { func
H A Dsecret_store_mem_test.go45 err = s.ClearSecret(m, "alice")
H A Dsecret_store_file_test.go111 err := ss.ClearSecret(m, "alice")
151 err = ss.ClearSecret(m, "bob")
H A Dsecret_store_upgradeable_test.go259 err = store.ClearSecret(m, nu)
292 err = store.ClearSecret(m, nu)
H A Dlogout.go114 if err := g.secretStore.ClearSecret(mctx, username); err != nil {
H A Dbug_3964_repairman.go57 return ss.ClearSecret(m, nun)
H A Dsecret_store_darwin.go173 func (k KeychainSecretStore) ClearSecret(mctx MetaContext, accountName NormalizedUsername) (err err… func
H A Dsecret_store_file.go209 func (s *SecretStoreFile) ClearSecret(mctx MetaContext, username NormalizedUsername) (err error) { func
H A Dsecret_store_secretservice.go230 func (s *SecretStoreRevokableSecretService) ClearSecret(mctx MetaContext, username NormalizedUserna… func
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/login/auth/
H A Dkey_unittest.cc20 TEST(KeyTest, ClearSecret) { in TEST() argument
27 key.ClearSecret(); in TEST()
H A Duser_context.cc264 key_.ClearSecret(); in ClearSecrets()
265 password_key_.ClearSecret(); in ClearSecrets()
H A Dkey.h48 void ClearSecret(); in COMPONENT_EXPORT()
H A Dkey.cc63 void Key::ClearSecret() { in ClearSecret() function in chromeos::Key
/dports/security/keybase/client-v5.7.1/go/bind/
H A Dkeystore_android.go16 ClearSecret(serviceName string, key string) error methodSpec
/dports/security/keybase/client-v5.7.1/go/engine/
H A Dlogin_with_paperkey_test.go96 …err := tc.G.SecretStore().ClearSecret(NewMetaContextForTest(tc), libkb.NormalizedUsername(u.Userna…
H A Dsignup_test.go228 err = tc.G.SecretStore().ClearSecret(NewMetaContextForTest(tc), fu.NormalizedUsername())
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dr_defs.h706 void ClearSecret() in ClearSecret() function

12