Home
last modified time | relevance | path

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

/linux/include/net/sctp/
H A Dauth.h44 struct sctp_shared_key { struct
67 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp); argument
70 struct sctp_shared_key *sctp_auth_get_shkey(
91 struct sctp_shared_key *ep_key, gfp_t gfp);
92 void sctp_auth_shkey_release(struct sctp_shared_key *sh_key);
93 void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key);
/linux/net/sctp/
H A Dauth.c80 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) in sctp_auth_shkey_create()
82 struct sctp_shared_key *new; in sctp_auth_shkey_create()
85 new = kzalloc_obj(struct sctp_shared_key, gfp); in sctp_auth_shkey_create()
97 static void sctp_auth_shkey_destroy(struct sctp_shared_key *sh_key) in sctp_auth_shkey_destroy()
105 void sctp_auth_shkey_release(struct sctp_shared_key *sh_key) in sctp_auth_shkey_release()
111 void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key) in sctp_auth_shkey_hold()
121 struct sctp_shared_key *ep_key; in sctp_auth_destroy_keys()
122 struct sctp_shared_key *tmp; in sctp_auth_destroy_keys()
254 struct sctp_shared_key *ep_key, in sctp_auth_asoc_set_secret()
289 struct sctp_shared_key *ep_key, in sctp_auth_asoc_create_secret()
[all …]
H A Dchunk.c152 struct sctp_shared_key *shkey = NULL; in sctp_datamsg_from_user()
H A Dendpointola.c55 struct sctp_shared_key *null_key; in sctp_endpoint_init()
H A Dsm_make_chunk.c76 struct sctp_shared_key *shkey = chunk->shkey; in sctp_control_release_owner()
H A Dsm_statefuns.c4405 struct sctp_shared_key *sh_key = NULL; in sctp_sf_authenticate()
H A Dsocket.c9226 struct sctp_shared_key *shkey = chunk->shkey; in sctp_wfree()