summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/evp/evp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/evp/evp.h')
-rw-r--r--src/lib/libcrypto/evp/evp.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/libcrypto/evp/evp.h b/src/lib/libcrypto/evp/evp.h
index 79c097181f..51011f2b14 100644
--- a/src/lib/libcrypto/evp/evp.h
+++ b/src/lib/libcrypto/evp/evp.h
@@ -389,7 +389,8 @@ struct evp_cipher_st
389#define EVP_CTRL_SET_RC2_KEY_BITS 0x3 389#define EVP_CTRL_SET_RC2_KEY_BITS 0x3
390#define EVP_CTRL_GET_RC5_ROUNDS 0x4 390#define EVP_CTRL_GET_RC5_ROUNDS 0x4
391#define EVP_CTRL_SET_RC5_ROUNDS 0x5 391#define EVP_CTRL_SET_RC5_ROUNDS 0x5
392#define EVP_CTRL_RAND_KEY 0x6 392#define EVP_CTRL_SET_ACSS_MODE 0x6
393#define EVP_CTRL_RAND_KEY 0x7
393 394
394typedef struct evp_cipher_info_st 395typedef struct evp_cipher_info_st
395 { 396 {
@@ -791,6 +792,9 @@ const EVP_CIPHER *EVP_aes_256_ofb(void);
791const EVP_CIPHER *EVP_aes_256_ctr(void); 792const EVP_CIPHER *EVP_aes_256_ctr(void);
792#endif 793#endif
793#endif 794#endif
795#ifndef OPENSSL_NO_ACSS
796const EVP_CIPHER *EVP_acss(void);
797#endif
794#ifndef OPENSSL_NO_CAMELLIA 798#ifndef OPENSSL_NO_CAMELLIA
795const EVP_CIPHER *EVP_camellia_128_ecb(void); 799const EVP_CIPHER *EVP_camellia_128_ecb(void);
796const EVP_CIPHER *EVP_camellia_128_cbc(void); 800const EVP_CIPHER *EVP_camellia_128_cbc(void);