summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-15 12:01:53 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-15 12:01:53 +0000
commit45321c41e2108a14bfe2f185e15f946dc20e9b19 (patch)
tree2ac76bbb2d5f531da896af7768cf56a1ca32ade7 /crypto/evp/evp.h
parentbf8131f79f89c3939e3329676bd5c8b8f795e8f8 (diff)
Add length limitation from SP800-38E.
Diffstat (limited to 'crypto/evp/evp.h')
-rw-r--r--crypto/evp/evp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/evp/evp.h b/crypto/evp/evp.h
index b4c8675043..74ca64bc99 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -1248,6 +1248,7 @@ void ERR_load_EVP_strings(void);
/* Function codes. */
#define EVP_F_AESNI_INIT_KEY 165
#define EVP_F_AES_INIT_KEY 133
+#define EVP_F_AES_XTS 172
#define EVP_F_CAMELLIA_INIT_KEY 159
#define EVP_F_D2I_PKEY 100
#define EVP_F_DO_SIGVER_INIT 161
@@ -1369,6 +1370,7 @@ void ERR_load_EVP_strings(void);
#define EVP_R_PRIVATE_KEY_DECODE_ERROR 145
#define EVP_R_PRIVATE_KEY_ENCODE_ERROR 146
#define EVP_R_PUBLIC_KEY_NOT_RSA 106
+#define EVP_R_TOO_LARGE 164
#define EVP_R_UNKNOWN_CIPHER 160
#define EVP_R_UNKNOWN_DIGEST 161
#define EVP_R_UNKNOWN_PBE_ALGORITHM 121