mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-22 02:27:36 +03:00
codebase style improvements for OpenZFS 6459 port
This commit is contained in:
committed by
Brian Behlendorf
parent
ec441a9c53
commit
4ea3f86426
@@ -212,7 +212,7 @@ aes_encrypt_key256(const unsigned char *key, uint32_t rk[])
|
||||
*/
|
||||
int
|
||||
rijndael_key_setup_enc_amd64(uint32_t rk[], const uint32_t cipherKey[],
|
||||
int keyBits)
|
||||
int keyBits)
|
||||
{
|
||||
switch (keyBits) {
|
||||
case 128:
|
||||
@@ -560,7 +560,7 @@ aes_decrypt_key256(const unsigned char *key, uint32_t rk[])
|
||||
*/
|
||||
int
|
||||
rijndael_key_setup_dec_amd64(uint32_t rk[], const uint32_t cipherKey[],
|
||||
int keyBits)
|
||||
int keyBits)
|
||||
{
|
||||
switch (keyBits) {
|
||||
case 128:
|
||||
|
||||
Reference in New Issue
Block a user