summaryrefslogtreecommitdiffstats
path: root/crypto/evp/evp.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-09 16:21:43 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-09 16:21:43 +0000
commitb3d8022eddb3c6c3e840054fcf3dcd77d1c3c2be (patch)
treeac71caa838796bc99cf591ed113f3694e66d6c0c /crypto/evp/evp.h
parent632d83f0a3fbda2e7f4e556183792597b7db88fc (diff)
Add GCM IV generator. Add some FIPS restrictions to GCM. Update fips_gcmtest.
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 f42bc2687a..042dc1c577 100644
--- a/crypto/evp/evp.h
+++ b/crypto/evp/evp.h
@@ -374,6 +374,8 @@ struct evp_cipher_st
#define EVP_CTRL_GCM_SET_IVLEN 0x9
#define EVP_CTRL_GCM_GET_TAG 0x10
#define EVP_CTRL_GCM_SET_TAG 0x11
+#define EVP_CTRL_GCM_SET_IV_FIXED 0x12
+#define EVP_CTRL_GCM_IV_GEN 0x13
typedef struct evp_cipher_info_st
{