Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for S390XHasAESCTR (0.17 sec)

  1. lib/fips140/v1.0.0.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 Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Jan 29 15:10:35 UTC 2025
    - 635K bytes
    - Viewed (0)
Back to top