Home
last modified time | relevance | path

Searched defs:UserDatabase (Results 1 – 19 of 19) sorted by relevance

/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/cloudflare/redoctober/msp/
H A Dmsp.go14 type UserDatabase interface { interface
21 Ok(UserDatabase) bool argument
124 func (m MSP) DerivePath(db UserDatabase) (ok bool, names []string, locs []int, trace []string) {
157 func (m MSP) DistributeShares(sec []byte, db UserDatabase) (map[string][][]byte, error) {
220 func (m MSP) RecoverSecret(db UserDatabase) ([]byte, error) {
225 func (m MSP) recoverSecret(db UserDatabase, cache map[string][][]byte) ([]byte, error) {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/cloudflare/redoctober/cryptor/
H A Dcryptor.go74 type UserDatabase struct { struct
75 names *[]string
77 records *passvault.Records
78 cache *keycache.Cache
80 user string
81 labels []string
82 keySet map[string]SingleWrappedKey
83 shareSet map[string][][]byte
86 func (u UserDatabase) ValidUser(name string) bool {
91 func (u UserDatabase) CanGetShare(name string) bool {
[all …]
/dports/www/wt/wt-4.6.1/examples/feature/oidc/
H A DOAuthAuthorizationEndpoint.h14 typedef Wt::Auth::Dbo::UserDatabase<AuthInfo> UserDatabase; typedef
H A DOAuthAuthorizationEndpoint.C12 typedef Wt::Auth::Dbo::UserDatabase<AuthInfo> UserDatabase; typedef
/dports/www/wt/wt-4.6.1/examples/feature/oidc/model/
H A DSession.h12 typedef Wt::Auth::Dbo::UserDatabase<AuthInfo> UserDatabase; typedef
H A DSession.C17 typedef Wt::Auth::Dbo::UserDatabase<AuthInfo> UserDatabase; typedef
/dports/www/wt/wt-4.6.1/examples/feature/saml/model/
H A DSession.h20 using UserDatabase = Wt::Auth::Dbo::UserDatabase<AuthInfo>; variable
/dports/www/wt/wt-4.6.1/examples/feature/auth1/model/
H A DSession.h20 using UserDatabase = Wt::Auth::Dbo::UserDatabase<AuthInfo>; variable
/dports/www/wt/wt-4.6.1/examples/hangman/
H A DSession.h23 typedef Auth::Dbo::UserDatabase<AuthInfo> UserDatabase; typedef
/dports/www/wt/wt-4.6.1/examples/feature/auth2/model/
H A DSession.h21 typedef Auth::Dbo::UserDatabase<AuthInfo> UserDatabase; typedef
/dports/www/wt/wt-4.6.1/examples/feature/client-ssl-auth/model/
H A DSession.h22 typedef Auth::Dbo::UserDatabase<AuthInfo> UserDatabase; typedef
/dports/www/wt/wt-4.6.1/examples/qrlogin/model/
H A DSession.h21 typedef Auth::Dbo::UserDatabase<AuthInfo> UserDatabase; typedef
/dports/ftp/fineftp-server/fineftp-server-1.2.0/fineftp-server/src/
H A Duser_database.cpp8 UserDatabase::UserDatabase() in UserDatabase() function in fineftp::UserDatabase
/dports/devel/loki/loki-0.1.7/test/ScopeGuard/
H A Dmain.cpp67 struct UserDatabase struct
78 User(UserDatabase* db) : fCount(0), pDB_(db) in User() argument
/dports/www/wt/wt-4.6.1/test/dbo/
H A DAuthDboTest.C45 typedef Auth::Dbo::UserDatabase<AuthInfo> UserDatabase; typedef
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/python/
H A Dfakepwd.py54 class UserDatabase: class
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/python/
H A Dfakepwd.py40 class UserDatabase(object): class
/dports/devel/py-apptools/apptools-4.5.0/apptools/permissions/default/
H A Duser_database.py262 class UserDatabase(HasTraits): class
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWGlobal.h257 template <class DboType> class UserDatabase; variable