diff options
author | djm <> | 2012-10-13 21:23:50 +0000 |
---|---|---|
committer | djm <> | 2012-10-13 21:23:50 +0000 |
commit | e9d65189905c6e99c1062d65e26bf83eebb0a26a (patch) | |
tree | 10ebe51c3542099b0ab8325d8f322372375dc3b4 /src/lib/libcrypto/ecdh/ech_locl.h | |
parent | 59625e84c89bf82e1c6d20c55785b618eb56ea72 (diff) | |
parent | 228cae30b117c2493f69ad3c195341cd6ec8d430 (diff) | |
download | openbsd-e9d65189905c6e99c1062d65e26bf83eebb0a26a.tar.gz openbsd-e9d65189905c6e99c1062d65e26bf83eebb0a26a.tar.bz2 openbsd-e9d65189905c6e99c1062d65e26bf83eebb0a26a.zip |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/ecdh/ech_locl.h')
-rw-r--r-- | src/lib/libcrypto/ecdh/ech_locl.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/libcrypto/ecdh/ech_locl.h b/src/lib/libcrypto/ecdh/ech_locl.h index f658526a7e..f6cad6a894 100644 --- a/src/lib/libcrypto/ecdh/ech_locl.h +++ b/src/lib/libcrypto/ecdh/ech_locl.h | |||
@@ -75,6 +75,14 @@ struct ecdh_method | |||
75 | char *app_data; | 75 | char *app_data; |
76 | }; | 76 | }; |
77 | 77 | ||
78 | /* If this flag is set the ECDH method is FIPS compliant and can be used | ||
79 | * in FIPS mode. This is set in the validated module method. If an | ||
80 | * application sets this flag in its own methods it is its responsibility | ||
81 | * to ensure the result is compliant. | ||
82 | */ | ||
83 | |||
84 | #define ECDH_FLAG_FIPS_METHOD 0x1 | ||
85 | |||
78 | typedef struct ecdh_data_st { | 86 | typedef struct ecdh_data_st { |
79 | /* EC_KEY_METH_DATA part */ | 87 | /* EC_KEY_METH_DATA part */ |
80 | int (*init)(EC_KEY *); | 88 | int (*init)(EC_KEY *); |