Searched refs:EmailKey (Results 1 – 10 of 10) sorted by relevance
/dports/www/writefreely/writefreely-0.13.1/key/ |
H A D | key.go | 23 EmailKey, CookieAuthKey, CookieKey, CSRFKey []byte member 32 if len(keys.EmailKey) == 0 { 33 keys.EmailKey, err = GenerateBytes(EncKeysBytes)
|
/dports/www/writefreely/writefreely-0.13.1/ |
H A D | oauth_test.go | 151 EmailKey: []byte{0xd, 0xe, 0xc, 0xa, 0xf, 0xf, 0xb, 0xa, 0xd}, 194 EmailKey: []byte{0xd, 0xe, 0xc, 0xa, 0xf, 0xf, 0xb, 0xa, 0xd}, 224 EmailKey: []byte{0xd, 0xe, 0xc, 0xa, 0xf, 0xf, 0xb, 0xa, 0xd},
|
H A D | users.go | 101 email, err := data.Decrypt(keys.EmailKey, []byte(u.Email.String))
|
H A D | oauth.go | 129 EmailKey []byte member 311 EmailKey: app.keys.EmailKey,
|
H A D | oauth_signup.go | 122 Email: prepareUserEmail(r.FormValue(oauthParamEmail), h.EmailKey),
|
H A D | app.go | 177 app.keys.EmailKey, err = ioutil.ReadFile(emailKeyPath)
|
H A D | account.go | 165 Email: prepareUserEmail(signup.Email, app.keys.EmailKey),
|
H A D | database.go | 241 encEmail, err := data.Encrypt(keys.EmailKey, email) 1932 encEmail, err := data.Encrypt(app.keys.EmailKey, s.Email)
|
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/lestrrat-go/jwx/jwt/openid/ |
H A D | token_gen.go | 39 EmailKey = "email" const 229 case EmailKey: 331 case EmailKey: 477 case EmailKey: 482 return errors.Errorf(`invalid value for %s key: %T`, EmailKey, value) 854 pairs = append(pairs, &ClaimPair{Key: EmailKey, Value: v}) 1020 case EmailKey: 1022 return errors.Wrapf(err, `failed to decode value for key %s`, EmailKey)
|
H A D | openid_test.go | 272 Key: openid.EmailKey,
|