Lines Matching defs:keys
53 SCTP_DBG_OBJCNT_DEC(keys);
73 SCTP_DBG_OBJCNT_INC(keys);
118 void sctp_auth_destroy_keys(struct list_head *keys)
123 if (list_empty(keys))
126 key_for_each_safe(ep_key, tmp, keys) {
180 * computation of keys. Parameters which were not sent are simply
245 * From the endpoint pair shared keys and the key vectors the
246 * association shared keys are computed. This is performed by selecting
306 * computation of keys. Parameters which were not sent are simply
435 /* First search associations set of endpoint pair shared keys */