Lines Matching refs:endpoint_shared_keys
375 BUG_ON(!list_empty(&asoc->endpoint_shared_keys)); in sctp_auth_asoc_copy_shkeys()
377 key_for_each(sh_key, &ep->endpoint_shared_keys) { in sctp_auth_asoc_copy_shkeys()
384 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
390 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
451 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey()
857 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
859 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
901 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
903 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
939 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
944 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_del_key_id()
978 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_deact_key_id()
983 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_deact_key_id()