- Sort Score
- Num 10 results
- Language All
Results 1 - 5 of 5 for discard (0.06 seconds)
-
api/go1.14.txt
pkg syscall (freebsd-arm64), const TIOCUCNTL ideal-int pkg syscall (freebsd-arm64), const TOSTOP = 4194304 pkg syscall (freebsd-arm64), const TOSTOP ideal-int pkg syscall (freebsd-arm64), const VDISCARD = 15 pkg syscall (freebsd-arm64), const VDISCARD ideal-int pkg syscall (freebsd-arm64), const VDSUSP = 11 pkg syscall (freebsd-arm64), const VDSUSP ideal-int pkg syscall (freebsd-arm64), const VEOF = 0
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 20:31:46 GMT 2023 - 508.9K bytes - Click Count (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const TOSTOP = 4194304 #53466 pkg syscall (freebsd-riscv64), const TOSTOP ideal-int #53466 pkg syscall (freebsd-riscv64), const VDISCARD = 15 #53466 pkg syscall (freebsd-riscv64), const VDISCARD ideal-int #53466 pkg syscall (freebsd-riscv64), const VDSUSP = 11 #53466 pkg syscall (freebsd-riscv64), const VDSUSP ideal-int #53466 pkg syscall (freebsd-riscv64), const VEOF = 0 #53466
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 17 21:23:32 GMT 2023 - 602.6K bytes - Click Count (0) -
RELEASE.md
This release contains contributions from many people at Google, as well as:
Created: Tue Dec 30 12:39:10 GMT 2025 - Last Modified: Tue Oct 28 22:27:41 GMT 2025 - 740.4K bytes - Click Count (3) -
lib/fips140/v1.0.0-c2097c7c.zip
XORKeyStream(dst, src []byte) { c.XORKeyStreamAt(dst, src, c.offset) var carry uint64 c.offset, carry = bits.Add64(c.offset, uint64(len(src)), 0) if carry != 0 { panic("crypto/aes: counter overflow") } } // RoundToBlock is used by CTR_DRBG, which discards the rightmost unused bits at // each request. It rounds the offset up to the next block boundary. func RoundToBlock(c *CTR) { if remainder := c.offset % BlockSize; remainder != 0 { var carry uint64 c.offset, carry = bits.Add64(c.offset, BlockSize-remainder,...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0) -
lib/fips140/v1.1.0-rc1.zip
XORKeyStream(dst, src []byte) { c.XORKeyStreamAt(dst, src, c.offset) var carry uint64 c.offset, carry = bits.Add64(c.offset, uint64(len(src)), 0) if carry != 0 { panic("crypto/aes: counter overflow") } } // RoundToBlock is used by CTR_DRBG, which discards the rightmost unused bits at // each request. It rounds the offset up to the next block boundary. func RoundToBlock(c *CTR) { if remainder := c.offset % BlockSize; remainder != 0 { var carry uint64 c.offset, carry = bits.Add64(c.offset, BlockSize-remainder,...
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Thu Dec 11 16:27:41 GMT 2025 - 663K bytes - Click Count (0)