Added SILC Thread Queue API
[silc.git] / lib / silccrypt / aes.h
index 9711c3fa07a6d81437e182fddbeb510b48f2df64..008b3d1a462b6cfb08d43d17cb73e1dc7e3bb434 100644 (file)
  * 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_CONTEXT_LEN(aes);
 
 #endif