- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for 53 (0.06 sec)
-
api/go1.14.txt
pkg syscall (freebsd-arm64), const AF_VENDOR05 ideal-int pkg syscall (freebsd-arm64), const AF_VENDOR06 = 51 pkg syscall (freebsd-arm64), const AF_VENDOR06 ideal-int pkg syscall (freebsd-arm64), const AF_VENDOR07 = 53 pkg syscall (freebsd-arm64), const AF_VENDOR07 ideal-int pkg syscall (freebsd-arm64), const AF_VENDOR08 = 55 pkg syscall (freebsd-arm64), const AF_VENDOR08 ideal-int pkg syscall (freebsd-arm64), const AF_VENDOR09 = 57
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
lib/fips140/v1.0.0-c2097c7c.zip
ciphertext, data []byte) ([]byte, error) { fips140.RecordApproved() return g.g.Open(dst, nonce, ciphertext, data) } // NewGCMForTLS13 returns a new AEAD that works like GCM, but enforces the // construction of nonces as specified in RFC 8446, Section 5.3. func NewGCMForTLS13(cipher *aes.Block) (*GCMForTLS13, error) { g, err := newGCM(&GCM{}, cipher, gcmStandardNonceSize, gcmTagSize) if err != nil { return nil, err } return &GCMForTLS13{g: *g}, nil } type GCMForTLS13 struct { g GCM ready bool mask uint64...
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
cipher, gcmStandardNonceSize, gcmTagSize) if err != nil { return nil, err } return &GCMWithXORCounterNon{g: *g}, nil } // NewGCMForTLS13 returns a new AEAD that works like GCM, but enforces the // construction of nonces as specified in RFC 8446, Section 5.3. // // This complies with FIPS 140-3 IG C.H Scenario 1.a. func NewGCMForTLS13(cipher *aes.Block) (*GCMWithXORCounterNon, error) { g, err := newGCM(&GCM{}, cipher, gcmStandardNonceSize, gcmTagSize) if err != nil { return nil, err } return &GCMWithXORCounterNon{g:...Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0) -
docs/en/docs/release-notes.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Dec 27 19:06:15 UTC 2025 - 586.7K bytes - Viewed (0)