aboutsummaryrefslogtreecommitdiff
path: root/include/vms/lbr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/vms/lbr.h')
-rw-r--r--include/vms/lbr.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/vms/lbr.h b/include/vms/lbr.h
index 7d6f597..91186ee 100644
--- a/include/vms/lbr.h
+++ b/include/vms/lbr.h
@@ -255,6 +255,19 @@ struct vms_datadef
#define DATA__LENGTH 512
#define DATA__DATA 6
+/* Key name block. This is used for keys longer than 128 bytes. */
+
+struct vms_kbn
+{
+ /* Length of the key chunk. */
+ unsigned char keylen[2];
+
+ /* RFA of the next chunk. */
+ struct vms_rfa rfa;
+
+ /* Followed by the key chunk. */
+};
+
/* Module header. */
struct vms_mhd
{