- Sort Score
- Result 10 results
- Languages All
Results 11 - 13 of 13 for sicura (0.07 sec)
-
api/go1.20.txt
pkg syscall (freebsd-riscv64), const SIGTTOU = 22 #53466 pkg syscall (freebsd-riscv64), const SIGTTOU Signal #53466 pkg syscall (freebsd-riscv64), const SIGURG = 16 #53466 pkg syscall (freebsd-riscv64), const SIGURG Signal #53466 pkg syscall (freebsd-riscv64), const SIGUSR1 = 30 #53466 pkg syscall (freebsd-riscv64), const SIGUSR1 Signal #53466 pkg syscall (freebsd-riscv64), const SIGUSR2 = 31 #53466
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const SIGTTIN Signal pkg syscall (netbsd-arm64-cgo), const SIGTTOU = 22 pkg syscall (netbsd-arm64-cgo), const SIGTTOU Signal pkg syscall (netbsd-arm64-cgo), const SIGURG = 16 pkg syscall (netbsd-arm64-cgo), const SIGURG Signal pkg syscall (netbsd-arm64-cgo), const SIGUSR1 = 30 pkg syscall (netbsd-arm64-cgo), const SIGUSR1 Signal pkg syscall (netbsd-arm64-cgo), const SIGUSR2 = 31
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
lib/fips140/v1.0.0.zip
"crypto/internal/fips140" "crypto/internal/randutil" "crypto/internal/sysrand" "io" "sync" ) var drbgs = sync.Pool{ New: func() any { var c *Counter entropy.Depleted(func(seed *[48]byte) { c = NewCounter(seed) }) return c }, } // Read fills b with cryptographically secure random bytes. In FIPS mode, it // uses an SP 800-90A Rev. 1 Deterministic Random Bit Generator (DRBG). // Otherwise, it uses the operating system's random number generator. func Read(b []byte) { if !fips140.Enabled { sysrand.Read(b) return } // At...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)