From 3e2e231852a52cfe34e3f51a42cb8d8f140f0b5b Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 29 May 2011 16:16:55 +0000 Subject: [PATCH] Add more cipher prototypes. --- fips/fips.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fips/fips.h b/fips/fips.h index 7da626b654..a93233bfc8 100644 --- a/fips/fips.h +++ b/fips/fips.h @@ -181,6 +181,9 @@ int FIPS_md_ctx_cleanup(EVP_MD_CTX *ctx); int FIPS_cipherinit(EVP_CIPHER_CTX *ctx, const EVP_CIPHER *cipher, const unsigned char *key, const unsigned char *iv, int enc); +int FIPS_cipher(EVP_CIPHER_CTX *ctx, unsigned char *out, + const unsigned char *in, unsigned int inl); +int FIPS_cipher_ctx_cleanup(EVP_CIPHER_CTX *c); const EVP_CIPHER *FIPS_evp_aes_128_cbc(void); const EVP_CIPHER *FIPS_evp_aes_128_ccm(void); -- 2.34.1