Home
last modified time | relevance | path

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

/openbmc/linux/include/net/sctp/
H A Dauth.h71 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp);
/openbmc/linux/net/sctp/
H A Dauth.c79 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) in sctp_auth_shkey_create() function
363 new = sctp_auth_shkey_create(sh_key->key_id, gfp); in sctp_auth_asoc_copy_shkeys()
846 cur_key = sctp_auth_shkey_create(auth_key->sca_keynumber, GFP_KERNEL); in sctp_auth_set_key()
H A Dendpointola.c98 null_key = sctp_auth_shkey_create(0, gfp); in sctp_endpoint_init()