- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for EncryptionKeySchedul (0.13 sec)
-
lib/fips140/v1.0.0.zip
aes256KeySize: c.rounds = aes256Rounds } if supportsAES { expandKeyAsm(c.rounds, &key[0], &c.enc[0], &c.dec[0]) } else { expandKeyGeneric(&c.blockExpanded, key) } return c } // EncryptionKeySchedul is used from the GCM implementation to access the // precomputed AES key schedule, to pass to the assembly implementation. func EncryptionKeySchedul(c *Block) []uint32 { return c.enc[:c.roundKeysSize()] } func encryptBlock(c *Block, dst, src []byte) { if supportsAES { encryptBlockAsm(c.rounds, &c.enc[0], &dst[0],...
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Jan 29 15:10:35 UTC 2025 - 635K bytes - Viewed (0)