Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dendpointola.c99 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()
H A Dsm_make_chunk.c1714 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()
/linux/include/net/sctp/
H A Dstructs.h1301 struct hmac_sha256_key cookie_auth_key; member