mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
lib:crypto: Comment on GKDI definitions
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
88351a788c
commit
cac31aac34
@ -85,8 +85,8 @@ bool gkid_is_valid(const struct Gkid gkid);
|
||||
static const int gkdi_l1_key_iteration = 32;
|
||||
static const int gkdi_l2_key_iteration = 32;
|
||||
|
||||
static const int64_t gkdi_key_cycle_duration = 360000000000;
|
||||
static const int64_t gkdi_max_clock_skew = 3000000000;
|
||||
static const int64_t gkdi_key_cycle_duration = 360000000000; /* ten hours */
|
||||
static const int64_t gkdi_max_clock_skew = 3000000000; /* five minutes */
|
||||
|
||||
#define GKDI_KEY_LEN 64
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user