]> git.ipfire.org Git - thirdparty/strongswan.git/commit
Make the hmac_t interface a generic interface for message authentication codes
authorTobias Brunner <tobias@strongswan.org>
Mon, 25 Jun 2012 09:37:04 +0000 (11:37 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 25 Jun 2012 14:35:06 +0000 (16:35 +0200)
commitc4a3c9672a1739d9af3dc645a997cf6a76a63a90
tree9becee231d059ce7416d9c0e717a8a923e6fb55c
parent228d096e429da68e24a19fd0e89d2ac98a483091
Make the hmac_t interface a generic interface for message authentication codes
src/libstrongswan/Makefile.am
src/libstrongswan/crypto/mac.h [moved from src/libstrongswan/crypto/hmacs/hmac.h with 71% similarity]
src/libstrongswan/crypto/prfs/mac_prf.c [moved from src/libstrongswan/crypto/hmacs/hmac_prf.c with 73% similarity]
src/libstrongswan/crypto/prfs/mac_prf.h [moved from src/libstrongswan/crypto/hmacs/hmac_prf.h with 77% similarity]
src/libstrongswan/crypto/signers/mac_signer.c [moved from src/libstrongswan/crypto/hmacs/hmac_signer.c with 74% similarity]
src/libstrongswan/crypto/signers/mac_signer.h [moved from src/libstrongswan/crypto/hmacs/hmac_signer.h with 66% similarity]
src/libstrongswan/plugins/hmac/Makefile.am
src/libstrongswan/plugins/hmac/hmac.c [moved from src/libstrongswan/plugins/hmac/hmac_hmac.c with 79% similarity]
src/libstrongswan/plugins/hmac/hmac.h [moved from src/libstrongswan/plugins/hmac/hmac_hmac.h with 84% similarity]
src/libstrongswan/plugins/hmac/hmac_plugin.c
src/libstrongswan/plugins/openssl/openssl_hmac.c