openssl/crypto/aes
H.J. Lu 0d51cf3ccc x86_64: Don't assume 8-byte pointer size
Since pointer in x32 is 4 bytes, add x86_64-support.pl to define
pointer_size and pointer_register based on flavour to support
stuctures like:

struct {  void *ptr; int blocks;  }

This fixes 90-test_sslapi.t on x32.  Verified with

$ ./Configure shared linux-x86_64
$ make
$ make test

and

$ ./Configure shared linux-x32
$ make
$ make test

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/10988)
2020-02-18 18:03:16 +01:00
..
asm x86_64: Don't assume 8-byte pointer size 2020-02-18 18:03:16 +01:00
aes_cbc.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_cfb.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_core.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_ecb.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_ige.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_local.h Fix header file include guard names 2019-09-28 20:26:36 +02:00
aes_misc.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_ofb.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_wrap.c Deprecate the low level AES functions 2020-01-06 15:09:57 +00:00
aes_x86core.c Reorganize local header files 2019-09-28 20:26:35 +02:00
build.info Add AES_CBC_HMAC_SHA ciphers to providers. 2020-01-06 13:02:16 +10:00