]> git.ipfire.org Git - thirdparty/strongswan.git/commit
experimental Padlock plugin supportin SHA1 and AES-128 for VIA C7 Esther
authorMartin Willi <martin@strongswan.org>
Tue, 22 Apr 2008 08:44:56 +0000 (08:44 -0000)
committerMartin Willi <martin@strongswan.org>
Tue, 22 Apr 2008 08:44:56 +0000 (08:44 -0000)
commit36d62fac65f5e079d551d3aa18e2c4d2a8551b2b
treea2fade6fa5af4ac9d9e39c3dd1b75c8f47285385
parent65456bfe330ae9604e7f3b76cd01d66cfcf751b2
experimental Padlock plugin supportin SHA1 and AES-128 for VIA C7 Esther
configure.in
src/libstrongswan/Makefile.am
src/libstrongswan/plugins/padlock/Makefile.am [new file with mode: 0644]
src/libstrongswan/plugins/padlock/padlock_aes_crypter.c [new file with mode: 0644]
src/libstrongswan/plugins/padlock/padlock_aes_crypter.h [new file with mode: 0644]
src/libstrongswan/plugins/padlock/padlock_plugin.c [new file with mode: 0644]
src/libstrongswan/plugins/padlock/padlock_plugin.h [new file with mode: 0644]
src/libstrongswan/plugins/padlock/padlock_sha1_hasher.c [new file with mode: 0644]
src/libstrongswan/plugins/padlock/padlock_sha1_hasher.h [new file with mode: 0644]