summaryrefslogtreecommitdiff
path: root/src/common/sae.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/sae.h')
-rw-r--r--src/common/sae.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/sae.h b/src/common/sae.h
index 3ebf40cf4a45..c07026cd497c 100644
--- a/src/common/sae.h
+++ b/src/common/sae.h
@@ -18,6 +18,9 @@
#define SAE_COMMIT_MAX_LEN (2 + 3 * SAE_MAX_PRIME_LEN)
#define SAE_CONFIRM_MAX_LEN (2 + SAE_MAX_PRIME_LEN)
+/* Special value returned by sae_parse_commit() */
+#define SAE_SILENTLY_DISCARD 65535
+
struct sae_temporary_data {
u8 kck[SAE_KCK_LEN];
struct crypto_bignum *own_commit_scalar;