- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for BlockFunction (0.22 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
lib/fips140/v1.0.0-c2097c7c.zip
aes128KeySize: c.function = aes128 case aes192KeySize: c.function = aes192 case aes256KeySize: c.function = aes256 } c.key = c.storage[:len(key)] copy(c.key, key) return c } // BlockFunction returns the function code for the block cipher. // It is used by the GCM implementation to invoke the KMA instruction. func BlockFunction(c *Block) int { return int(c.function) } // BlockKey returns the key for the block cipher. // It is used by the GCM implementation to invoke the KMA instruction. func BlockKey(c...
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)