Searched defs:cookie_maker (Results 1 – 1 of 1) sorted by relevance
27 struct cookie_maker { struct28 uint8_t cm_mac1_key[COOKIE_KEY_SIZE];29 uint8_t cm_cookie_key[COOKIE_KEY_SIZE];31 struct rwlock cm_lock;32 bool cm_cookie_valid;33 uint8_t cm_cookie[COOKIE_COOKIE_SIZE];34 sbintime_t cm_cookie_birthdate; /* sbinuptime */58 void cookie_maker_init(struct cookie_maker *, const uint8_t[COOKIE_INPUT_SIZE]); argument