Re: [openssl-users] AES encrypt expanded key is different with no-asm

2018-12-10 Thread Hemant Ranvir
Hi Jacob, thanks for the input. On Tue 11 Dec, 2018, 4:24 PM Jakob Bohm via openssl-users, < openssl-users@openssl.org> wrote: > On 10/12/2018 11:30, Hemant Ranvir wrote: > > Dear all, > > After extracting openssl-1.1.1.tar.gz, openssl can be configured > > without asm by passing no-asm flag

Re: [openssl-users] AES encrypt expanded key is different with no-asm

2018-12-10 Thread Jakob Bohm via openssl-users
On 10/12/2018 11:30, Hemant Ranvir wrote: Dear all,     After extracting openssl-1.1.1.tar.gz, openssl can be configured without asm by passing no-asm flag during config command.     The expanded key can be obtained like follows: //Getting expanded key from inside openssl //Copied from

[openssl-users] AES encrypt expanded key is different with no-asm

2018-12-10 Thread Hemant Ranvir
Dear all, After extracting openssl-1.1.1.tar.gz, openssl can be configured without asm by passing no-asm flag during config command. The expanded key can be obtained like follows: //Getting expanded key from inside openssl //Copied from crypto/evp/e_aes.c typedef struct { union {