Loading crypto/aes/aes_core.c +405 −400 Original line number Diff line number Diff line Loading @@ -627,7 +627,8 @@ static const u32 rcon[] = { * Expand the cipher key into the encryption key schedule. */ int AES_set_encrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) { AES_KEY *key) { u32 *rk; int i = 0; Loading Loading @@ -728,7 +729,8 @@ int AES_set_encrypt_key(const unsigned char *userKey, const int bits, * Expand the cipher key into the decryption key schedule. */ int AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) { AES_KEY *key) { u32 *rk; int i, j, status; Loading Loading @@ -971,7 +973,8 @@ void AES_encrypt(const unsigned char *in, unsigned char *out, * in and out can overlap */ void AES_decrypt(const unsigned char *in, unsigned char *out, const AES_KEY *key) { const AES_KEY *key) { const u32 *rk; u32 s0, s1, s2, s3, t0, t1, t2, t3; Loading Loading @@ -1203,7 +1206,8 @@ static const u32 rcon[] = { * Expand the cipher key into the encryption key schedule. */ int AES_set_encrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) { AES_KEY *key) { u32 *rk; int i = 0; u32 temp; Loading Loading @@ -1303,7 +1307,8 @@ int AES_set_encrypt_key(const unsigned char *userKey, const int bits, * Expand the cipher key into the decryption key schedule. */ int AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) { AES_KEY *key) { u32 *rk; int i, j, status; Loading util/openssl-format-source +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ do case `basename $j` in # the list of files that indent is unable to handle correctly # that we simply leave alone for manual formatting now obj_dat.h) obj_dat.h|aes_core.c) echo "skipping $j" ;; *) Loading Loading
crypto/aes/aes_core.c +405 −400 Original line number Diff line number Diff line Loading @@ -627,7 +627,8 @@ static const u32 rcon[] = { * Expand the cipher key into the encryption key schedule. */ int AES_set_encrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) { AES_KEY *key) { u32 *rk; int i = 0; Loading Loading @@ -728,7 +729,8 @@ int AES_set_encrypt_key(const unsigned char *userKey, const int bits, * Expand the cipher key into the decryption key schedule. */ int AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) { AES_KEY *key) { u32 *rk; int i, j, status; Loading Loading @@ -971,7 +973,8 @@ void AES_encrypt(const unsigned char *in, unsigned char *out, * in and out can overlap */ void AES_decrypt(const unsigned char *in, unsigned char *out, const AES_KEY *key) { const AES_KEY *key) { const u32 *rk; u32 s0, s1, s2, s3, t0, t1, t2, t3; Loading Loading @@ -1203,7 +1206,8 @@ static const u32 rcon[] = { * Expand the cipher key into the encryption key schedule. */ int AES_set_encrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) { AES_KEY *key) { u32 *rk; int i = 0; u32 temp; Loading Loading @@ -1303,7 +1307,8 @@ int AES_set_encrypt_key(const unsigned char *userKey, const int bits, * Expand the cipher key into the decryption key schedule. */ int AES_set_decrypt_key(const unsigned char *userKey, const int bits, AES_KEY *key) { AES_KEY *key) { u32 *rk; int i, j, status; Loading
util/openssl-format-source +1 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ do case `basename $j` in # the list of files that indent is unable to handle correctly # that we simply leave alone for manual formatting now obj_dat.h) obj_dat.h|aes_core.c) echo "skipping $j" ;; *) Loading