- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for S390XHasAESCTR (1.17 sec)
-
lib/fips140/v1.0.0-c2097c7c.zip
The second implementation (useGCM) uses // the newer KMA instruction which performs both operations (but still requires // KIMD to hash large nonces). // Keep in sync with crypto/tls.hasAESGCMHardwareSup. var useGHASH = cpu.S390XHasAES && cpu.S390XHasAESCTR && cpu.S390XHasGHASH var useGCM = useGHASH && cpu.S390XHasAESGCM func init() { impl.Register("gcm", "CPACF/KIMD", &useGHASH) impl.Register("gcm", "CPACF/KMA", &useGCM) } func checkGenericIsExpect() { if useGHASH || useGCM { panic("gcm: internal...
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
The second implementation (useGCM) uses // the newer KMA instruction which performs both operations (but still requires // KIMD to hash large nonces). // Keep in sync with crypto/tls.hasAESGCMHardwareSup. var useGHASH = cpu.S390XHasAES && cpu.S390XHasAESCTR && cpu.S390XHasGHASH var useGCM = useGHASH && cpu.S390XHasAESGCM func init() { impl.Register("gcm", "CPACF/KIMD", &useGHASH) impl.Register("gcm", "CPACF/KMA", &useGCM) } func checkGenericIsExpect() { if useGHASH || useGCM { panic("gcm: internal...
Registered: Tue Dec 30 11:13:12 UTC 2025 - Last Modified: Thu Dec 11 16:27:41 UTC 2025 - 663K bytes - Viewed (0)