Home
last modified time | relevance | path

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

/src/sys/dev/wg/
H A Dwg_cookie.c61 static void precompute_key(uint8_t *,
132 precompute_key(cc->cc_mac1_key, key, COOKIE_MAC1_KEY_LABEL); in cookie_checker_update()
133 precompute_key(cc->cc_cookie_key, key, COOKIE_COOKIE_KEY_LABEL); in cookie_checker_update()
163 precompute_key(cm->cm_mac1_key, key, COOKIE_MAC1_KEY_LABEL); in cookie_maker_init()
164 precompute_key(cm->cm_cookie_key, key, COOKIE_COOKIE_KEY_LABEL); in cookie_maker_init()
271 precompute_key(uint8_t *key, const uint8_t input[COOKIE_INPUT_SIZE], in precompute_key() function