Searched refs:cookie_auth_key (Results 1 – 3 of 3) sorted by relevance
99 gen_cookie_auth_key(&ep->cookie_auth_key); in sctp_endpoint_init()222 memzero_explicit(&ep->cookie_auth_key, sizeof(ep->cookie_auth_key)); in sctp_endpoint_destroy()
1714 hmac_sha256(&ep->cookie_auth_key, (const u8 *)&cookie->c, in sctp_pack_cookie()1766 hmac_sha256(&ep->cookie_auth_key, (const u8 *)bear_cookie, in sctp_unpack_cookie()
1301 struct hmac_sha256_key cookie_auth_key; member