Searched refs:shkey (Results 1 – 6 of 6) sorted by relevance
/linux/net/sctp/ |
H A D | chunk.c | 152 struct sctp_shared_key *shkey = NULL; in sctp_datamsg_from_user() local 195 shkey = sctp_auth_get_shkey(asoc, sinfo->sinfo_ssn); in sctp_datamsg_from_user() 196 if (!shkey) { in sctp_datamsg_from_user() 201 shkey = asoc->shkey; in sctp_datamsg_from_user() 273 chunk->shkey = shkey; in sctp_datamsg_from_user()
|
H A D | auth.c | 409 asoc->shkey = ep_key; in sctp_auth_asoc_init_active_key() 417 if (!chunk->shkey) { in sctp_auth_asoc_init_active_key() 418 chunk->shkey = asoc->shkey; in sctp_auth_asoc_init_active_key() 419 sctp_auth_shkey_hold(chunk->shkey); in sctp_auth_asoc_init_active_key() 821 struct sctp_shared_key *cur_key, *shkey; in sctp_auth_set_key() local 839 key_for_each(shkey, sh_keys) { in sctp_auth_set_key() 840 if (shkey->key_id == auth_key->sca_keynumber) { in sctp_auth_set_key() 865 list_del_init(&shkey->key_list); in sctp_auth_set_key() 872 list_add(&shkey->key_list, sh_keys); in sctp_auth_set_key() 876 sctp_auth_shkey_release(shkey); in sctp_auth_set_key()
|
H A D | output.c | 264 auth = sctp_make_auth(asoc, chunk->shkey->key_id); in sctp_packet_bundle_auth() 268 auth->shkey = chunk->shkey; in sctp_packet_bundle_auth() 269 sctp_auth_shkey_hold(auth->shkey); in sctp_packet_bundle_auth() 521 packet->auth->shkey, gfp); in sctp_packet_pack() 793 if ((packet->auth && chunk->shkey != packet->auth->shkey) || in sctp_packet_will_fit() 794 (!packet->auth && chunk->shkey && in sctp_packet_will_fit()
|
H A D | sm_make_chunk.c | 75 if (chunk->shkey) { in sctp_control_release_owner() 76 struct sctp_shared_key *shkey = chunk->shkey; in sctp_control_release_owner() local 83 if (shkey->deactivated && !list_empty(&shkey->key_list) && in sctp_control_release_owner() 84 refcount_read(&shkey->refcnt) == 2) { in sctp_control_release_owner() 87 ev = sctp_ulpevent_make_authkey(asoc, shkey->key_id, in sctp_control_release_owner() 93 sctp_auth_shkey_release(chunk->shkey); in sctp_control_release_owner() 110 chunk->shkey = asoc->shkey; in sctp_control_set_owner_w() 111 sctp_auth_shkey_hold(chunk->shkey); in sctp_control_set_owner_w()
|
H A D | socket.c | 133 if (chunk->shkey) in sctp_set_owner_w() 134 sctp_auth_shkey_hold(chunk->shkey); in sctp_set_owner_w() 9171 if (chunk->shkey) { in sctp_wfree() 9172 struct sctp_shared_key *shkey = chunk->shkey; in sctp_wfree() local 9178 if (shkey->deactivated && !list_empty(&shkey->key_list) && in sctp_wfree() 9179 refcount_read(&shkey->refcnt) == 2) { in sctp_wfree() 9182 ev = sctp_ulpevent_make_authkey(asoc, shkey->key_id, in sctp_wfree() 9188 sctp_auth_shkey_release(chunk->shkey); in sctp_wfree()
|
/linux/include/net/sctp/ |
H A D | structs.h | 576 struct sctp_shared_key *shkey; member 2071 struct sctp_shared_key *shkey; member
|