projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87829ac
)
Add more cipher prototypes.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 29 May 2011 16:16:55 +0000
(16:16 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 29 May 2011 16:16:55 +0000
(16:16 +0000)
fips/fips.h
patch
|
blob
|
history
diff --git
a/fips/fips.h
b/fips/fips.h
index 7da626b6546ff2c4d5abd6f69060d0760654e11f..a93233bfc8122fea3834b356a59be07cb99ef306 100644
(file)
--- 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);