Home
last modified time | relevance | path

Searched refs:COOKIE_KEY_LABEL_LEN (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/wireguard/
H A Dcookie.c28 enum { COOKIE_KEY_LABEL_LEN = 8 }; enumerator
29 static const u8 mac1_key_label[COOKIE_KEY_LABEL_LEN] = "mac1----";
30 static const u8 cookie_key_label[COOKIE_KEY_LABEL_LEN] = "cookie--";
34 const u8 label[COOKIE_KEY_LABEL_LEN]) in precompute_key() argument
39 blake2s_update(&blake, label, COOKIE_KEY_LABEL_LEN); in precompute_key()