History log of /openbsd-src/lib/libcrypto/aes/aes.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 09b34817 11-Aug-2024 jsing <jsing@openbsd.org>

Provide and use crypto_arch.h.

Provide a per architecture crypto_arch.h - this will be used in a similar
manner to bn_arch.h and will allow for architecture specific #defines and
static inline funct

Provide and use crypto_arch.h.

Provide a per architecture crypto_arch.h - this will be used in a similar
manner to bn_arch.h and will allow for architecture specific #defines and
static inline functions. Move the HAVE_AES_* and HAVE_RC4_* defines here.

ok tb@

show more ...


# 1bda4576 30-Mar-2024 joshua <joshua@openbsd.org>

Hide symbols in aes

ok jsing


# 5acf4ca0 28-Mar-2024 jsing <jsing@openbsd.org>

Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.


# a3f1d84a 28-Mar-2024 jsing <jsing@openbsd.org>

Consolidate most of the AES modes into a single C file.

Discussed with tb@