- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for gcmLengths (0.08 seconds)
-
lib/fips140/v1.26.0.zip
"CPACF/KIMD", &useGHASH) impl.Register("gcm", "CPACF/KMA", &useGCM) } func checkGenericIsExpect() { if useGHASH || useGCM { panic("gcm: internal error: using generic implementation despite hardware support") } } // gcmLengths writes len0 || len1 as big-endian values to a 16-byte array. func gcmLengths(len0, len1 uint64) [16]byte { v := [16]byte{} byteorder.BEPutUint64(v[0:], len0) byteorder.BEPutUint64(v[8:], len1) return v } // gcmHashKey represents the 16-byte hash key required by the GHASH algorithm. type...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
lib/fips140/v1.0.0-c2097c7c.zip
"CPACF/KIMD", &useGHASH) impl.Register("gcm", "CPACF/KMA", &useGCM) } func checkGenericIsExpect() { if useGHASH || useGCM { panic("gcm: internal error: using generic implementation despite hardware support") } } // gcmLengths writes len0 || len1 as big-endian values to a 16-byte array. func gcmLengths(len0, len1 uint64) [16]byte { v := [16]byte{} byteorder.BEPutUint64(v[0:], len0) byteorder.BEPutUint64(v[8:], len1) return v } // gcmHashKey represents the 16-byte hash key required by the GHASH algorithm. type...
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Thu Sep 25 19:53:19 GMT 2025 - 642.7K bytes - Click Count (0)