X-Git-Url: http://git.silc.fi/gitweb/?a=blobdiff_plain;f=lib%2Fsilccrypt%2Faes.h;h=f573638b2c003a57d01a0e1922e5ed4b3b70c6db;hb=9f20f0382b6229eca740925a73f96294f6dcedc6;hp=9711c3fa07a6d81437e182fddbeb510b48f2df64;hpb=fb1e58b1bc106212a845da866d0d4e9433c3ae22;p=crypto.git diff --git a/lib/silccrypt/aes.h b/lib/silccrypt/aes.h index 9711c3fa..f573638b 100644 --- a/lib/silccrypt/aes.h +++ b/lib/silccrypt/aes.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2007 Pekka Riikonen + Copyright (C) 1997 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,15 +24,11 @@ * SILC Crypto API for AES */ -SILC_CIPHER_API_SET_KEY(aes_cbc); -SILC_CIPHER_API_SET_IV(aes_cbc); -SILC_CIPHER_API_ENCRYPT(aes_cbc); -SILC_CIPHER_API_DECRYPT(aes_cbc); -SILC_CIPHER_API_CONTEXT_LEN(aes_cbc); -SILC_CIPHER_API_SET_KEY(aes_ctr); -SILC_CIPHER_API_SET_IV(aes_ctr); -SILC_CIPHER_API_ENCRYPT(aes_ctr); -SILC_CIPHER_API_DECRYPT(aes_ctr); -SILC_CIPHER_API_CONTEXT_LEN(aes_ctr); +SILC_CIPHER_API_SET_KEY(aes); +SILC_CIPHER_API_SET_IV(aes); +SILC_CIPHER_API_ENCRYPT(aes); +SILC_CIPHER_API_DECRYPT(aes); +SILC_CIPHER_API_INIT(aes); +SILC_CIPHER_API_UNINIT(aes); #endif