Lines Matching full:shared

33  * Any bugs reported given to us we will try to fix... any fixes shared will
88 /* Allocate the shared key */ in sctp_auth_create_key()
100 /* Create a new shared key container with a give key id */
105 /* Allocate the shared key container */ in sctp_auth_shkey_create()
116 /* Free the shared key structure */
253 /* Set the value of the association shared key base on the parameters
255 * From the endpoint pair shared keys and the key vectors the
256 * association shared keys are computed. This is performed by selecting
258 * endpoint pair shared key, and then concatenating the numerically
260 * association shared key.
293 /* Create an association shared key. Follow the algorithm
328 * added to the endpoint shared key. in sctp_auth_asoc_create_secret()
331 * vector and concatenating it to the endpoint pair shared in sctp_auth_asoc_create_secret()
335 * endpoint shared key, followed by the shorter key vector, in sctp_auth_asoc_create_secret()
390 /* Public interface to creat the association shared key.
405 * endpoint pair shared key, we can't compute the in sctp_auth_asoc_init_active_key()
407 * For key_id 0, endpoint pair shared key is a NULL key. in sctp_auth_asoc_init_active_key()
423 /* Find the endpoint pair shared key based on the key_id */
430 /* First search associations set of endpoint pair shared keys */ in sctp_auth_get_shkey()
695 * the hash function H as described by the MAC Identifier and the shared
696 * association key K based on the endpoint pair shared key described by
697 * the shared key identifier. The 'data' used for the computation of
814 /* Set a new shared key on either endpoint or association. If the
843 * a shared key. in sctp_auth_set_key()
945 /* Delete the shared key */ in sctp_auth_del_key_id()