Home
last modified time | relevance | path

Searched refs:Size224 (Results 1 – 25 of 129) sorted by relevance

123456

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/sha256/
H A Dsha256.go23 const Size224 = 28 const
100 return Size224
133 return append(in, hash[:Size224]...)
185 func Sum224(data []byte) (sum224 [Size224]byte) {
191 copy(sum224[:], sum[:Size224])
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/sha256/
H A Dsha256.go23 const Size224 = 28 const
100 return Size224
133 return append(in, hash[:Size224]...)
185 func Sum224(data []byte) (sum224 [Size224]byte) {
191 copy(sum224[:], sum[:Size224])
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/sha256/
H A Dsha256.go23 const Size224 = 28 const
100 return Size224
133 return append(in, hash[:Size224]...)
185 func Sum224(data []byte) (sum224 [Size224]byte) {
191 copy(sum224[:], sum[:Size224])
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/vendor/github.com/stevvooe/resumable/sha256/
H A Dsha256.go23 const Size224 = 28 const
100 return Size224
133 return append(in, hash[:Size224]...)
185 func Sum224(data []byte) (sum224 [Size224]byte) {
191 copy(sum224[:], sum[:Size224])
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/sha256/
H A Dsha256.go23 const Size224 = 28 const
100 return Size224
133 return append(in, hash[:Size224]...)
185 func Sum224(data []byte) (sum224 [Size224]byte) {
191 copy(sum224[:], sum[:Size224])
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/sha256/
H A Dsha256.go23 const Size224 = 28 const
100 return Size224
133 return append(in, hash[:Size224]...)
185 func Sum224(data []byte) (sum224 [Size224]byte) {
191 copy(sum224[:], sum[:Size224])
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/sha256/
H A Dsha256.go23 const Size224 = 28 const
100 return Size224
139 return append(in, hash[:Size224]...)
191 func Sum224(data []byte) (sum224 [Size224]byte) {
197 copy(sum224[:], sum[:Size224])
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/sha512/
H A Dsha512.go26 Size224 = 28 const
158 return Size224
202 return append(in, hash[:Size224]...)
271 func Sum512_224(data []byte) (sum224 [Size224]byte) {
276 copy(sum224[:], sum[:Size224])
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/sha512/
H A Dsha512.go26 Size224 = 28 const
158 return Size224
202 return append(in, hash[:Size224]...)
271 func Sum512_224(data []byte) (sum224 [Size224]byte) {
276 copy(sum224[:], sum[:Size224])
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/sha512/
H A Dsha512.go26 Size224 = 28 const
158 return Size224
202 return append(in, hash[:Size224]...)
271 func Sum512_224(data []byte) (sum224 [Size224]byte) {
276 copy(sum224[:], sum[:Size224])
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/sha512/
H A Dsha512.go26 Size224 = 28 const
158 return Size224
202 return append(in, hash[:Size224]...)
271 func Sum512_224(data []byte) (sum224 [Size224]byte) {
276 copy(sum224[:], sum[:Size224])
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/sha512/
H A Dsha512.go26 Size224 = 28 const
158 return Size224
202 return append(in, hash[:Size224]...)
271 func Sum512_224(data []byte) (sum224 [Size224]byte) {
276 copy(sum224[:], sum[:Size224])
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/sha256/
H A Dsha256.go25 const Size224 = 28 const
179 return Size224
212 return append(in, hash[:Size224]...)
262 func Sum224(data []byte) (sum224 [Size224]byte) {
268 copy(sum224[:], sum[:Size224])
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/sha256/
H A Dsha256.go24 const Size224 = 28 const
190 return Size224
223 return append(in, hash[:Size224]...)
275 func Sum224(data []byte) (sum224 [Size224]byte) {
281 copy(sum224[:], sum[:Size224])
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/sha256/
H A Dsha256.go25 const Size224 = 28 const
179 return Size224
212 return append(in, hash[:Size224]...)
262 func Sum224(data []byte) (sum224 [Size224]byte) {
268 copy(sum224[:], sum[:Size224])
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/sha256/
H A Dsha256.go24 const Size224 = 28 const
190 return Size224
223 return append(in, hash[:Size224]...)
275 func Sum224(data []byte) (sum224 [Size224]byte) {
281 copy(sum224[:], sum[:Size224])
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/sha256/
H A Dsha256.go25 const Size224 = 28 const
179 return Size224
212 return append(in, hash[:Size224]...)
262 func Sum224(data []byte) [Size224]byte {
268 ap := (*[Size224]byte)(sum[:])
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/crypto/sha256/
H A Dsha256.go25 const Size224 = 28 const
179 return Size224
212 return append(in, hash[:Size224]...)
262 func Sum224(data []byte) (sum224 [Size224]byte) {
268 copy(sum224[:], sum[:Size224])
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/sha256/
H A Dsha256.go25 const Size224 = 28 const
179 return Size224
212 return append(in, hash[:Size224]...)
262 func Sum224(data []byte) (sum224 [Size224]byte) {
268 copy(sum224[:], sum[:Size224])
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/sha256/
H A Dsha256.go24 const Size224 = 28 const
190 return Size224
223 return append(in, hash[:Size224]...)
275 func Sum224(data []byte) (sum224 [Size224]byte) {
281 copy(sum224[:], sum[:Size224])
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/sha256/
H A Dsha256.go24 const Size224 = 28 const
190 return Size224
223 return append(in, hash[:Size224]...)
275 func Sum224(data []byte) (sum224 [Size224]byte) {
281 copy(sum224[:], sum[:Size224])
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/sha256/
H A Dsha256.go24 const Size224 = 28 const
190 return Size224
223 return append(in, hash[:Size224]...)
275 func Sum224(data []byte) (sum224 [Size224]byte) {
281 copy(sum224[:], sum[:Size224])
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/sha256/
H A Dsha256.go24 const Size224 = 28 const
190 return Size224
223 return append(in, hash[:Size224]...)
275 func Sum224(data []byte) (sum224 [Size224]byte) {
281 copy(sum224[:], sum[:Size224])
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/crypto/sha256/
H A Dsha256.go25 const Size224 = 28 const
179 return Size224
212 return append(in, hash[:Size224]...)
262 func Sum224(data []byte) (sum224 [Size224]byte) {
268 copy(sum224[:], sum[:Size224])
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/sha256/
H A Dsha256.go25 const Size224 = 28 const
179 return Size224
212 return append(in, hash[:Size224]...)
262 func Sum224(data []byte) (sum224 [Size224]byte) {
268 copy(sum224[:], sum[:Size224])

123456