Searched refs:cc_mac1_key (Results 1 – 2 of 2) sorted by relevance
132 precompute_key(cc->cc_mac1_key, key, COOKIE_MAC1_KEY_LABEL); in cookie_checker_update() 135 bzero(cc->cc_mac1_key, sizeof(cc->cc_mac1_key)); in cookie_checker_update() 237 macs_mac1(&our_macs, buf, len, cc->cc_mac1_key); in cookie_checker_validate_macs()
41 uint8_t cc_mac1_key[COOKIE_KEY_SIZE]; member