Lines Matching refs:shkey
409 asoc->shkey = ep_key;
417 if (!chunk->shkey) {
418 chunk->shkey = asoc->shkey;
419 sctp_auth_shkey_hold(chunk->shkey);
821 struct sctp_shared_key *cur_key, *shkey;
839 key_for_each(shkey, sh_keys) {
840 if (shkey->key_id == auth_key->sca_keynumber) {
865 list_del_init(&shkey->key_list);
872 list_add(&shkey->key_list, sh_keys);
876 sctp_auth_shkey_release(shkey);
1005 * that this shkey can be freed.