summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/dsa/dsa_lib.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-07-08hide symbols in dsabeck1-1/+28
ok tb@
2023-07-08Hide symbols in cmacbeck3-1/+57
ok tb@
2023-07-08Hide symbols in objectsbeck7-5/+130
ok tb@
2023-07-08Hide symbols in rsabeck18-18/+384
ok tb@
2023-07-08Hide symbols in shabeck5-3/+101
ok tb@
2023-07-08Hide symbols in bnbeck20-18/+449
ok tb@
2023-07-08Hide symbols in txt_dbbeck3-1/+48
ok tb@
2023-07-08Hide symbols in md4 and md5beck7-6/+92
ok tb@
2023-07-08Hide symbols in cast, idea, and ocspbeck23-20/+630
ok tb@
2023-07-08Hide symbols in crypto.hbeck10-8/+190
ok jsing@
2023-07-08Hide symbols in cms, comp, conf, and bufferbeck24-19/+546
ok jsing@
2023-07-08Remove unused SHA-1 implementation.jsing1-86/+1
2023-07-08Remove now unnecessary "do { } while (0)"jsing1-4/+2
2023-07-08Inline HASH_MAKE_STRING macro.jsing1-15/+14
No change to generated assembly.
2023-07-08Reorder functions.jsing1-113/+113
No functional change.
2023-07-08More style(9).jsing14-107/+82
2023-07-08Hit cast with the style(9) stick.jsing8-895/+898
2023-07-08Hide symbols in dso and ctbeck14-11/+313
ok jsing@
2023-07-08Hit the des directory with the loving mallet of knfmtbeck26-2231/+2219
ok tb@
2023-07-08style(9)jsing1-36/+33
2023-07-08Hit ripemd with the style(9) stick.jsing4-249/+293
2023-07-08Hit md5 with the style(9) stick.jsing3-130/+163
2023-07-08Hit md4 with the style(9) stick.jsing3-114/+146
2023-07-08Inline rmd_local.h in rmd_dgst.c.jsing2-151/+93
rmd_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than rmd_dgst.c. As such, include it directly instead. No change in generated assembly.
2023-07-08Inline md5_local.h in md5_dgst.c.jsing2-134/+76
md5_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than md5_dgst.c. As such, include it directly instead. No change in generated assembly.
2023-07-08Inline md4_local.h in md4_dgst.c.jsing2-114/+56
md4_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than md4_dgst.c. As such, include it directly instead. No change in generated assembly.
2023-07-08Inline sm3_local.h in sm3.c.jsing2-87/+70
sm3_local.h is not really a local header, just another layer of indirection that cannot be included by anything other than sm3.c. As such, include it directly instead. No change in generated assembly.
2023-07-08Hide symbols in sm3beck3-1/+39
ok tb@ jsing@