Home
last modified time | relevance | path

Searched refs:roundsText (Results 1 – 6 of 6) sorted by relevance

/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/osutil-3ac994847c4376a4b905fc0a19f450c5a4bec647/user/crypt/common/
H A Dsalt.go95 roundsText := ""
97 roundsText = "rounds=" + strconv.Itoa(rounds)
100 out := make([]byte, len(s.MagicPrefix)+len(roundsText)+length)
102 copy(out[len(s.MagicPrefix):], []byte(roundsText))
103 copy(out[len(s.MagicPrefix)+len(roundsText):], Base64_24Bit(salt))
/dports/www/uchiwa/uchiwa-0.18.2/vendor/github.com/kless/osutil/user/crypt/common/
H A Dsalt.go95 roundsText := ""
97 roundsText = "rounds=" + strconv.Itoa(rounds)
100 out := make([]byte, len(s.MagicPrefix)+len(roundsText)+length)
102 copy(out[len(s.MagicPrefix):], []byte(roundsText))
103 copy(out[len(s.MagicPrefix)+len(roundsText):], Base64_24Bit(salt))
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/GehirnInc/crypt/common/
H A Dsalt.go97 roundsText := ""
99 roundsText = roundsPrefix + strconv.Itoa(rounds) + "$"
102 out := make([]byte, len(s.MagicPrefix)+len(roundsText)+length)
104 copy(out[len(s.MagicPrefix):], []byte(roundsText))
105 copy(out[len(s.MagicPrefix)+len(roundsText):], Base64_24Bit(salt))
/dports/irc/ergo/ergo-2.8.0/vendor/github.com/GehirnInc/crypt/common/
H A Dsalt.go97 roundsText := ""
99 roundsText = roundsPrefix + strconv.Itoa(rounds) + "$"
102 out := make([]byte, len(s.MagicPrefix)+len(roundsText)+length)
104 copy(out[len(s.MagicPrefix):], []byte(roundsText))
105 copy(out[len(s.MagicPrefix)+len(roundsText):], Base64_24Bit(salt))
/dports/games/avp/avp-20170505/src/avp/win95/
H A Dd3d_hud.h66 …EXTSTRING_ID magazinesText, unsigned int magazines, enum TEXTSTRING_ID roundsText, unsigned int ro…
H A Dd3d_hud.cpp841 …EXTSTRING_ID magazinesText, unsigned int magazines, enum TEXTSTRING_ID roundsText, unsigned int ro… in Render_MarineAmmo() argument
869 GetTextString(roundsText), in Render_MarineAmmo()