- Sort Score
- Result 10 results
- Languages All
Results 801 - 809 of 809 for users (2.46 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
where only the first (rounds + 1) × (128 ÷ 32) words are used. enc [60]uint32 dec [60]uint32 } const ( // AES-128 has 128-bit keys, 10 rounds, and uses 11 128-bit round keys // (11×128÷32 = 44 32-bit words). // AES-192 has 192-bit keys, 12 rounds, and uses 13 128-bit round keys // (13×128÷32 = 52 32-bit words). // AES-256 has 256-bit keys, 14 rounds, and uses 15 128-bit round keys // (15×128÷32 = 60 32-bit words). aes128KeySize = 16 aes192KeySize = 24 aes256KeySize = 32 aes128Rounds = 10 aes192Rounds...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Sep 25 19:53:19 UTC 2025 - 642.7K bytes - Viewed (0) -
lib/fips140/v1.1.0-rc1.zip
where only the first (rounds + 1) × (128 ÷ 32) words are used. enc [60]uint32 dec [60]uint32 } const ( // AES-128 has 128-bit keys, 10 rounds, and uses 11 128-bit round keys // (11×128÷32 = 44 32-bit words). // AES-192 has 192-bit keys, 12 rounds, and uses 13 128-bit round keys // (13×128÷32 = 52 32-bit words). // AES-256 has 256-bit keys, 14 rounds, and uses 15 128-bit round keys // (15×128÷32 = 60 32-bit words). aes128KeySize = 16 aes192KeySize = 24 aes256KeySize = 32 aes128Rounds = 10 aes192Rounds...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
api/go1.1.txt
pkg syscall (darwin-386), const ETIME = 101 pkg syscall (darwin-386), const ETIMEDOUT = 60 pkg syscall (darwin-386), const ETOOMANYREFS = 59 pkg syscall (darwin-386), const ETXTBSY = 26 pkg syscall (darwin-386), const EUSERS = 68 pkg syscall (darwin-386), const EVFILT_AIO = -3 pkg syscall (darwin-386), const EVFILT_FS = -9 pkg syscall (darwin-386), const EVFILT_MACHPORT = -8 pkg syscall (darwin-386), const EVFILT_PROC = -5
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Mar 31 20:37:15 UTC 2022 - 2.6M bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/CallTest.kt
.url(server.url("/")) .head() .header("User-Agent", "SyncApiTest") .build() executeSynchronously(request) .assertCode(200) .assertHeader("Content-Type", "text/plain") val recordedRequest = server.takeRequest() assertThat(recordedRequest.method).isEqualTo("HEAD") assertThat(recordedRequest.headers["User-Agent"]).isEqualTo("SyncApiTest")
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Nov 04 19:13:52 UTC 2025 - 147.4K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), const ETIMEDOUT = 60 pkg syscall (freebsd-arm64), const ETOOMANYREFS = 59 pkg syscall (freebsd-arm64), const ETXTBSY = 26 pkg syscall (freebsd-arm64), const EUSERS = 68 pkg syscall (freebsd-arm64), const EV_ADD = 1 pkg syscall (freebsd-arm64), const EV_ADD ideal-int pkg syscall (freebsd-arm64), const EV_CLEAR = 32 pkg syscall (freebsd-arm64), const EV_CLEAR ideal-int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.16.txt
pkg syscall (darwin-arm64), const ETIMEDOUT = 60 pkg syscall (darwin-arm64), const ETOOMANYREFS = 59 pkg syscall (darwin-arm64), const ETXTBSY = 26 pkg syscall (darwin-arm64), const EUSERS = 68 pkg syscall (darwin-arm64), const EVFILT_AIO = -3 pkg syscall (darwin-arm64), const EVFILT_AIO ideal-int pkg syscall (darwin-arm64), const EVFILT_FS = -9 pkg syscall (darwin-arm64), const EVFILT_FS ideal-int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), const ETIME Errno pkg syscall (netbsd-arm64-cgo), const ETOOMANYREFS = 59 pkg syscall (netbsd-arm64-cgo), const ETXTBSY = 26 pkg syscall (netbsd-arm64-cgo), const EUSERS = 68 pkg syscall (netbsd-arm64-cgo), const EV_ADD = 1 pkg syscall (netbsd-arm64-cgo), const EV_ADD ideal-int pkg syscall (netbsd-arm64-cgo), const EV_CLEAR = 32 pkg syscall (netbsd-arm64-cgo), const EV_CLEAR ideal-int
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.20.txt
pkg syscall (freebsd-riscv64), const ETIMEDOUT = 60 #53466 pkg syscall (freebsd-riscv64), const ETOOMANYREFS = 59 #53466 pkg syscall (freebsd-riscv64), const ETXTBSY = 26 #53466 pkg syscall (freebsd-riscv64), const EUSERS = 68 #53466 pkg syscall (freebsd-riscv64), const EVFILT_AIO = -3 #53466 pkg syscall (freebsd-riscv64), const EVFILT_AIO ideal-int #53466 pkg syscall (freebsd-riscv64), const EVFILT_FS = -9 #53466
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
api/go1.txt
pkg os/user, func Current() (*User, error) pkg os/user, func Lookup(string) (*User, error) pkg os/user, func LookupId(string) (*User, error) pkg os/user, method (UnknownUserError) Error() string pkg os/user, method (UnknownUserIdError) Error() string pkg os/user, type UnknownUserError string pkg os/user, type UnknownUserIdError int pkg os/user, type User struct
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0)