Lines Matching refs:sh_keys
823 struct list_head *sh_keys; in sctp_auth_set_key() local
832 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
836 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
839 key_for_each(shkey, sh_keys) { in sctp_auth_set_key()
861 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
866 list_add(&cur_key->key_list, sh_keys); in sctp_auth_set_key()
872 list_add(&shkey->key_list, sh_keys); in sctp_auth_set_key()
885 struct list_head *sh_keys; in sctp_auth_set_active_key() local
892 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
896 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
899 key_for_each(key, sh_keys) { in sctp_auth_set_active_key()
928 struct list_head *sh_keys; in sctp_auth_del_key_id() local
940 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
947 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_del_key_id()
950 key_for_each(key, sh_keys) { in sctp_auth_del_key_id()
971 struct list_head *sh_keys; in sctp_auth_deact_key_id() local
983 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_deact_key_id()
990 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_deact_key_id()
993 key_for_each(key, sh_keys) { in sctp_auth_deact_key_id()