Lines Matching refs:endpoint_shared_keys
364 BUG_ON(!list_empty(&asoc->endpoint_shared_keys)); in sctp_auth_asoc_copy_shkeys()
366 key_for_each(sh_key, &ep->endpoint_shared_keys) { in sctp_auth_asoc_copy_shkeys()
373 list_add(&new->key_list, &asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
379 sctp_auth_destroy_keys(&asoc->endpoint_shared_keys); in sctp_auth_asoc_copy_shkeys()
434 key_for_each(key, &asoc->endpoint_shared_keys) { in sctp_auth_get_shkey()
836 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_key()
838 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_key()
892 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_set_active_key()
894 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_set_active_key()
930 sh_keys = &asoc->endpoint_shared_keys; in sctp_auth_del_key_id()
935 sh_keys = &ep->endpoint_shared_keys; in sctp_auth_del_key_id()