Searched refs:cc_secret_mtx (Results 1 – 2 of 2) sorted by relevance
115 mtx_init(&cc->cc_secret_mtx, "cookie_checker_secret", NULL, MTX_DEF); in cookie_checker_init() 122 mtx_destroy(&cc->cc_secret_mtx); in cookie_checker_free() 315 mtx_lock(&cc->cc_secret_mtx); in make_cookie() 323 mtx_unlock(&cc->cc_secret_mtx); in make_cookie()
44 struct mtx cc_secret_mtx; member