- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for BlockFunction (0.82 seconds)
-
lib/fips140/v1.26.0.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 Jan 08 17:58:32 GMT 2026 - 660.3K bytes - Click Count (0) -
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)