summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-29 16:16:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-29 16:16:55 +0000
commit3e2e231852a52cfe34e3f51a42cb8d8f140f0b5b (patch)
treedaddd35df008cc2b9bcaaaee5e013530e73d2213 /fips/fips.h
parent87829ac926cad9cd3b513d74e9bf881a2031b59c (diff)
Add more cipher prototypes.
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h3
1 files changed, 3 insertions, 0 deletions
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);