Home
last modified time | relevance | path

Searched refs:FlagEncrypt (Results 1 – 7 of 7) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/layeh.com/radius/dictionarygen/
H A Dgenerator.go60 …if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int != dictionary.EncryptUserPassword && attr.FlagEn…
63 if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptTunnelPassword {
66 …ry.AttributeOctets && attr.Type != dictionary.AttributeString) || attr.FlagEncrypt.Valid || attr.F…
168 …if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int != dictionary.EncryptUserPassword && attr.FlagEn…
171 if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptTunnelPassword {
H A Dattributes.go31 if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptUserPassword {
33 } else if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptTunnelPassword {
72 if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptUserPassword {
74 } else if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptTunnelPassword {
141 if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptUserPassword {
143 } else if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptTunnelPassword {
183 if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptUserPassword {
235 if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptUserPassword {
271 if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptUserPassword {
307 if attr.FlagEncrypt.Valid && attr.FlagEncrypt.Int == dictionary.EncryptUserPassword {
[all …]
/dports/security/vault/vault-1.8.2/vendor/layeh.com/radius/dictionary/
H A Ddictionary.go155 FlagEncrypt IntFlag member
180 if a.FlagEncrypt != o.FlagEncrypt || a.FlagHasTag != o.FlagHasTag || a.FlagConcat != o.FlagConcat {
199 if a.FlagEncrypt.Valid {
200 fmt.Fprintf(&b, "FlagEncrypt:%#v,", a.FlagEncrypt)
H A Dparser_test.go58 FlagEncrypt: IntFlag{1, true},
114 …rintf("\t\t%q %q %q %#v %#v\n", attr.Name, attr.OID, attr.Type, attr.FlagHasTag, attr.FlagEncrypt))
128 …rintf("\t\t%q %q %q %#v %#v\n", attr.Name, attr.OID, attr.Type, attr.FlagHasTag, attr.FlagEncrypt))
H A Dparser.go372 if attr.FlagEncrypt.Valid {
384 attr.FlagEncrypt = IntFlag{
/dports/security/vault/vault-1.8.2/vendor/layeh.com/radius/debug/
H A Ddebug.go77 if dictAttr != nil && dictAttr.FlagEncrypt.Valid && dictAttr.FlagEncrypt.Int == 1 {
H A Dgenerated.go7 …nary.Attribute{Name: "User-Password", OID: dictionary.OID{2}, Type: 1, FlagEncrypt: dictionary.Int…