summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/aes/aes_test.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add non-EVP tests for AES CFB128 and OFB128 modeskenjiro2025-06-031-8/+112
| | | | | | | | | Extend aes_test.c to include non-EVP tests for AES CFB128 and OFB128 modes using AES_cfb128_encrypt() and AES_ofb128_encrypt(). These additions improve test coverage by exercising the low-level interfaces with the same vectors used in the EVP-based tests. ok tb@
* whitespacetb2023-09-281-3/+3
|
* Wrap long linesjoshua2022-11-071-3/+5
| | | | ok jsing@
* Add regress coverage for AESjoshua2022-11-071-0/+977
ok tb@