Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide and use crypto_arch.h. | jsing | 2024-08-11 | 1 | -1/+3 |
| | | | | | | | | 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@ | ||||
* | Hide symbols in aes | joshua | 2024-03-30 | 1 | -1/+10 |
| | | | | ok jsing | ||||
* | Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms. | jsing | 2024-03-28 | 1 | -1/+26 |
| | |||||
* | Consolidate most of the AES modes into a single C file. | jsing | 2024-03-28 | 1 | -0/+190 |
Discussed with tb@ |