Home
last modified time | relevance | path

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

/linux-6.1.9/net/sctp/
Dauth.c58 static struct sctp_auth_bytes *sctp_auth_create_key(__u32 key_len, gfp_t gfp) in sctp_auth_create_key() function
202 new = sctp_auth_create_key(len, gfp); in sctp_auth_make_key_vector()
266 secret = sctp_auth_create_key(auth_len, gfp); in sctp_auth_asoc_set_secret()
851 key = sctp_auth_create_key(auth_key->sca_keylength, GFP_KERNEL); in sctp_auth_set_key()