Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dauth.c94 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp) in sctp_auth_shkey_create()
96 struct sctp_shared_key *new; in sctp_auth_shkey_create()
99 new = kzalloc(sizeof(struct sctp_shared_key), gfp); in sctp_auth_shkey_create()
111 static void sctp_auth_shkey_destroy(struct sctp_shared_key *sh_key) in sctp_auth_shkey_destroy()
119 void sctp_auth_shkey_release(struct sctp_shared_key *sh_key) in sctp_auth_shkey_release()
125 void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key) in sctp_auth_shkey_hold()
135 struct sctp_shared_key *ep_key; in sctp_auth_destroy_keys()
136 struct sctp_shared_key *tmp; in sctp_auth_destroy_keys()
268 struct sctp_shared_key *ep_key, in sctp_auth_asoc_set_secret()
303 struct sctp_shared_key *ep_key, in sctp_auth_asoc_create_secret()
[all …]
Dchunk.c171 struct sctp_shared_key *shkey = NULL; in sctp_datamsg_from_user()
Dendpointola.c63 struct sctp_shared_key *null_key; in sctp_endpoint_init()
Dsm_make_chunk.c91 struct sctp_shared_key *shkey = chunk->shkey; in sctp_control_release_owner()
Dsm_statefuns.c4186 struct sctp_shared_key *sh_key = NULL; in sctp_sf_authenticate()
Dsocket.c8477 struct sctp_shared_key *shkey = chunk->shkey; in sctp_wfree()
/Linux-v4.19/include/net/sctp/
Dauth.h63 struct sctp_shared_key { struct
86 struct sctp_shared_key *sctp_auth_shkey_create(__u16 key_id, gfp_t gfp); argument
89 struct sctp_shared_key *sctp_auth_get_shkey(
109 struct sctp_shared_key *ep_key, gfp_t gfp);
110 void sctp_auth_shkey_release(struct sctp_shared_key *sh_key);
111 void sctp_auth_shkey_hold(struct sctp_shared_key *sh_key);
Dstructs.h589 struct sctp_shared_key *shkey;
2047 struct sctp_shared_key *shkey;