OpenBSD CVS

src/lib/libcrypto/aes/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / lib / libcrypto / aes


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] asm/        
[TXT] aes.c  1.3   2 months  joshua   Hide symbols in aes ok jsing
[TXT] aes.h  1.15   10 months  tb   Remove more *_options() stuff The public symbols were removed. Some prototypes ...
[TXT] aes_core.c  1.23   2 months  joshua   Hide symbols in aes ok jsing
[TXT] aes_ige.c  1.10   2 months  joshua   Hide symbols in aes ok jsing
[TXT] aes_local.h  1.3   2 months  jsing   Replace GETU32 and PUTU32. Replace GETU32 with crypto_load_be32toh() and PUTU32...
[TXT] Makefile (in the Attic) [Hide]  1.3   10 years  tedu   we don't use these files for building
[TXT] Makefile.ssl (in the Attic) [Hide]  1.5   13 years  djm   resolve conflicts, fix local changes
[TXT] README (in the Attic) [Hide]  1.2   13 months  tb   Drop two useless READMEs "go ahead" jsing
[TXT] aes_cbc.c (in the Attic) [Hide]  1.14   2 months  jsing   Merge aes_cbc.c into aes.c now that aes_cbc.c is used on all platforms.
[TXT] aes_cfb.c (in the Attic) [Hide]  1.9   2 months  jsing   Consolidate most of the AES modes into a single C file. Discussed with tb@
[TXT] aes_ctr.c (in the Attic) [Hide]  1.10   2 months  jsing   Consolidate most of the AES modes into a single C file. Discussed with tb@
[TXT] aes_ecb.c (in the Attic) [Hide]  1.8   2 months  jsing   Consolidate most of the AES modes into a single C file. Discussed with tb@
[TXT] aes_locl.h (in the Attic) [Hide]  1.12   18 months  tb   Make internal header file names consistent Libcrypto currently has a mess of *_...
[TXT] aes_misc.c (in the Attic) [Hide]  1.13   10 months  tb   Two files did not want to go away. Go!
[TXT] aes_ofb.c (in the Attic) [Hide]  1.7   2 months  jsing   Consolidate most of the AES modes into a single C file. Discussed with tb@
[TXT] aes_wrap.c (in the Attic) [Hide]  1.13   2 months  jsing   Consolidate most of the AES modes into a single C file. Discussed with tb@
[TXT] aes_x86core.c (in the Attic) [Hide]  1.11   2 months  jsing   Remove rather scary unused experimental code. ok tb@