summaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/aes/aes.h3
-rw-r--r--crypto/camellia/camellia.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/crypto/aes/aes.h b/crypto/aes/aes.h
index 35e6be0025..d2c99730fe 100644
--- a/crypto/aes/aes.h
+++ b/crypto/aes/aes.h
@@ -109,9 +109,6 @@ void AES_cfb1_encrypt(const unsigned char *in, unsigned char *out,
void AES_cfb8_encrypt(const unsigned char *in, unsigned char *out,
size_t length, const AES_KEY *key,
unsigned char *ivec, int *num, const int enc);
-void AES_cfbr_encrypt_block(const unsigned char *in,unsigned char *out,
- const int nbits,const AES_KEY *key,
- unsigned char *ivec,const int enc);
void AES_ofb128_encrypt(const unsigned char *in, unsigned char *out,
size_t length, const AES_KEY *key,
unsigned char *ivec, int *num);
diff --git a/crypto/camellia/camellia.h b/crypto/camellia/camellia.h
index 055a25582c..cf0457dd97 100644
--- a/crypto/camellia/camellia.h
+++ b/crypto/camellia/camellia.h
@@ -110,9 +110,6 @@ void Camellia_cfb1_encrypt(const unsigned char *in, unsigned char *out,
void Camellia_cfb8_encrypt(const unsigned char *in, unsigned char *out,
size_t length, const CAMELLIA_KEY *key,
unsigned char *ivec, int *num, const int enc);
-void Camellia_cfbr_encrypt_block(const unsigned char *in,unsigned char *out,
- const int nbits,const CAMELLIA_KEY *key,
- unsigned char *ivec,const int enc);
void Camellia_ofb128_encrypt(const unsigned char *in, unsigned char *out,
size_t length, const CAMELLIA_KEY *key,
unsigned char *ivec, int *num);