summaryrefslogtreecommitdiffstats
path: root/sys/dev/safe/safevar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/safe/safevar.h')
-rw-r--r--sys/dev/safe/safevar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/safe/safevar.h b/sys/dev/safe/safevar.h
index fd1ee38..aadf30d 100644
--- a/sys/dev/safe/safevar.h
+++ b/sys/dev/safe/safevar.h
@@ -138,6 +138,7 @@ struct safe_session {
u_int32_t ses_used;
u_int32_t ses_klen; /* key length in bits */
u_int32_t ses_key[8]; /* DES/3DES/AES key */
+ u_int32_t ses_mlen; /* hmac length in bytes */
u_int32_t ses_hminner[5]; /* hmac inner state */
u_int32_t ses_hmouter[5]; /* hmac outer state */
u_int32_t ses_iv[4]; /* DES/3DES/AES iv */
OpenPOWER on IntegriCloud