Home
last modified time | relevance | path

Searched refs:passcode (Results 1 – 25 of 3915) sorted by relevance

12345678910>>...157

/dports/www/tikiwiki/tiki-21.2/templates/
H A Dregister-passcode.tpl3 …<input type="password" name="passcode" id="passcode" autocomplete="new-password" onkeypress="regCa…
8 …<label class="col-sm-4 col-form-label" for="passcode">{tr}Passcode to register{/tr} <strong class=…
11 …e="passcode" id="passcode" autocomplete="new-password" onkeypress="regCapsLock(event)" value="{if …
12 …m-text">{tr}Not your password.{/tr} <span id="passcode-help" style="display:none">{tr}To request a…
21 $('span#passcode-help')
22 ….html("{tr}The passcode (to block robots from registration) is:{/tr} <b>{{$prefs.registerPasscode}…
26 $('span#passcode-help').css('display', 'inline');
/dports/net/freeradius3/freeradius-server-3.0.25/src/modules/rlm_yubikey/
H A Drlm_yubikey.c223 char const *passcode; in CC_HINT() local
244 passcode = request->password->vp_strvalue; in CC_HINT()
263 otp = passcode + password_len; in CC_HINT()
289 strlcpy(password, passcode, password_len + 1); in CC_HINT()
304 passcode = vp->vp_strvalue; in CC_HINT()
344 fr_pair_value_bstrncpy(vp, passcode, inst->id_len); in CC_HINT()
358 char const *passcode = NULL; in CC_HINT() local
372 passcode = vp->vp_strvalue; in CC_HINT()
386 passcode = request->password->vp_strvalue; in CC_HINT()
414 rcode = rlm_yubikey_decrypt(inst, request, passcode); in CC_HINT()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/storage/
H A Dstorage_domain.cpp41 StartResult Domain::start(const QByteArray &passcode) { in start() argument
42 const auto modern = startModern(passcode); in start()
55 const auto result = legacy->legacyStart(passcode); in start()
58 startWithSingleAccount(passcode, std::move(legacy)); in start()
73 const QByteArray &passcode, in startWithSingleAccount() argument
79 encryptLocalKey(passcode); in startWithSingleAccount()
113 _hasLocalPasscode = !passcode.isEmpty(); in encryptLocalKey()
117 const QByteArray &passcode) { in startModern() argument
136 _passcodeKey = CreateLocalKey(passcode, salt); in startModern()
154 _hasLocalPasscode = !passcode.isEmpty(); in startModern()
[all …]
H A Dstorage_domain.h34 [[nodiscard]] StartResult start(const QByteArray &passcode);
41 [[nodiscard]] bool checkPasscode(const QByteArray &passcode) const;
42 void setPasscode(const QByteArray &passcode);
60 [[nodiscard]] StartModernResult startModern(const QByteArray &passcode);
62 const QByteArray &passcode,
65 void encryptLocalKey(const QByteArray &passcode);
/dports/security/libgsasl/gsasl-1.10.0/lib/securid/
H A Dserver.c47 const char *passcode = NULL; in _gsasl_securid_server_step() local
65 passcode = memchr (authentication_id, '\0', in _gsasl_securid_server_step()
67 if (passcode) in _gsasl_securid_server_step()
69 passcode++; in _gsasl_securid_server_step()
70 pin = memchr (passcode, '\0', input_len - in _gsasl_securid_server_step()
82 if (passcode == NULL) in _gsasl_securid_server_step()
87 gsasl_property_set (sctx, GSASL_PASSCODE, passcode); in _gsasl_securid_server_step()
/dports/security/gsasl/gsasl-1.10.0/lib/securid/
H A Dserver.c47 const char *passcode = NULL; in _gsasl_securid_server_step() local
65 passcode = memchr (authentication_id, '\0', in _gsasl_securid_server_step()
67 if (passcode) in _gsasl_securid_server_step()
69 passcode++; in _gsasl_securid_server_step()
70 pin = memchr (passcode, '\0', input_len - in _gsasl_securid_server_step()
82 if (passcode == NULL) in _gsasl_securid_server_step()
87 gsasl_property_set (sctx, GSASL_PASSCODE, passcode); in _gsasl_securid_server_step()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go39 func Validate(passcode string, counter uint64, secret string) bool {
41 passcode,
72 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
122 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
123 passcode = strings.TrimSpace(passcode)
125 if len(passcode) != opts.Digits.Length() {
134 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go39 func Validate(passcode string, counter uint64, secret string) bool {
41 passcode,
72 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
122 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
123 passcode = strings.TrimSpace(passcode)
125 if len(passcode) != opts.Digits.Length() {
134 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go39 func Validate(passcode string, counter uint64, secret string) bool {
41 passcode,
72 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
122 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
123 passcode = strings.TrimSpace(passcode)
125 if len(passcode) != opts.Digits.Length() {
134 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go39 func Validate(passcode string, counter uint64, secret string) bool {
41 passcode,
72 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
122 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
123 passcode = strings.TrimSpace(passcode)
125 if len(passcode) != opts.Digits.Length() {
134 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go39 func Validate(passcode string, counter uint64, secret string) bool {
41 passcode,
72 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
122 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
123 passcode = strings.TrimSpace(passcode)
125 if len(passcode) != opts.Digits.Length() {
134 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go39 func Validate(passcode string, counter uint64, secret string) bool {
41 passcode,
72 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
122 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
123 passcode = strings.TrimSpace(passcode)
125 if len(passcode) != opts.Digits.Length() {
134 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go39 func Validate(passcode string, counter uint64, secret string) bool {
41 passcode,
72 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
122 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
123 passcode = strings.TrimSpace(passcode)
125 if len(passcode) != opts.Digits.Length() {
134 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/security/lego/lego-4.5.3/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go40 func Validate(passcode string, counter uint64, secret string) bool {
42 passcode,
73 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
123 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
124 passcode = strings.TrimSpace(passcode)
126 if len(passcode) != opts.Digits.Length() {
135 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/security/vault/vault-1.8.2/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go40 func Validate(passcode string, counter uint64, secret string) bool {
42 passcode,
73 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
123 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
124 passcode = strings.TrimSpace(passcode)
126 if len(passcode) != opts.Digits.Length() {
135 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go40 func Validate(passcode string, counter uint64, secret string) bool {
42 passcode,
73 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
123 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
124 passcode = strings.TrimSpace(passcode)
126 if len(passcode) != opts.Digits.Length() {
135 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go40 func Validate(passcode string, counter uint64, secret string) bool {
42 passcode,
73 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
123 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
124 passcode = strings.TrimSpace(passcode)
126 if len(passcode) != opts.Digits.Length() {
135 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go40 func Validate(passcode string, counter uint64, secret string) bool {
42 passcode,
73 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
123 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
124 passcode = strings.TrimSpace(passcode)
126 if len(passcode) != opts.Digits.Length() {
135 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go40 func Validate(passcode string, counter uint64, secret string) bool {
42 passcode,
73 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
123 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
124 passcode = strings.TrimSpace(passcode)
126 if len(passcode) != opts.Digits.Length() {
135 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/net/traefik/traefik-2.6.1/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go40 func Validate(passcode string, counter uint64, secret string) bool {
42 passcode,
73 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
123 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
124 passcode = strings.TrimSpace(passcode)
126 if len(passcode) != opts.Digits.Length() {
135 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/net/storj/storj-1.45.3/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go40 func Validate(passcode string, counter uint64, secret string) bool {
42 passcode,
73 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
123 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
124 passcode = strings.TrimSpace(passcode)
126 if len(passcode) != opts.Digits.Length() {
135 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pquerna/otp/hotp/
H A Dhotp.go40 func Validate(passcode string, counter uint64, secret string) bool {
42 passcode,
73 func GenerateCodeCustom(secret string, counter uint64, opts ValidateOpts) (passcode string, err err…
123 func ValidateCustom(passcode string, counter uint64, secret string, opts ValidateOpts) (bool, error…
124 passcode = strings.TrimSpace(passcode)
126 if len(passcode) != opts.Digits.Length() {
135 if subtle.ConstantTimeCompare([]byte(otpstr), []byte(passcode)) == 1 {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Calendar/
H A DEntryPoint.php26 public $passcode; variable in Google_Service_Calendar_EntryPoint
72 public function setPasscode($passcode) argument
74 $this->passcode = $passcode;
78 return $this->passcode;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Calendar/
H A DEntryPoint.php26 public $passcode; variable in Google_Service_Calendar_EntryPoint
72 public function setPasscode($passcode) argument
74 $this->passcode = $passcode;
78 return $this->passcode;
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/pquerna/otp/totp/
H A Dtotp.go37 func Validate(passcode string, secret string) bool {
39 passcode,
81 func GenerateCodeCustom(secret string, t time.Time, opts ValidateOpts) (passcode string, err error)…
86 passcode, err = hotp.GenerateCodeCustom(secret, counter, hotp.ValidateOpts{
93 return passcode, nil
98 func ValidateCustom(passcode string, secret string, t time.Time, opts ValidateOpts) (bool, error) {
113 rv, err := hotp.ValidateCustom(passcode, counter, secret, hotp.ValidateOpts{

12345678910>>...157