Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for 422 (0.05 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS___SIGWAIT = 330
    pkg syscall (darwin-arm64), const SYS___SIGWAIT ideal-int
    pkg syscall (darwin-arm64), const SYS___SIGWAIT_NOCANCEL = 422
    pkg syscall (darwin-arm64), const SYS___SIGWAIT_NOCANCEL ideal-int
    pkg syscall (darwin-arm64), const SYS___SYSCTL = 202
    pkg syscall (darwin-arm64), const SYS___SYSCTL ideal-int
    pkg syscall (darwin-arm64), const S_IEXEC = 64
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  2. lib/fips140/v1.0.0.zip

    "crypto/internal/fips140" "crypto/internal/fips140/hmac" "crypto/internal/fips140/sha256" "crypto/internal/fips140/sha512" ) // PRF implements the TLS 1.2 pseudo-random function, as defined in RFC 5246, // Section 5 and allowed by SP 800-135, Revision 1, Section 4.2.2. func PRF[H fips140.Hash](hash func() H, secret []byte, label string, seed []byte, keyLen int) []byte { labelAndSeed := make([]byte, len(label)+len(seed)) copy(labelAndSeed, label) copy(labelAndSeed[len(label):], seed) result := make([]byte, keyLen)...
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top