Lines Matching defs:list
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
125 * struct tipc_tfm - TIPC TFM structure to form a list of TFMs
129 struct list_head list;
134 * @tfm_entry: per-cpu pointer to one entry in TFM list
397 * tipc_aead_free - Release AEAD key incl. all the TFMs in the list
410 list_for_each_entry_safe(tfm_entry, tmp, &head->list, list) {
412 list_del(&tfm_entry->list);
417 list_del(&head->list);
479 * tipc_aead_tfm_next - Move TFM entry to the next one in list and return it
487 *tfm_entry = list_next_entry(*tfm_entry, list);
500 * Allocate a (list of) new cipher transformation (TFM) with the specific user
534 /* Make a list of TFMs with the user key data */
562 INIT_LIST_HEAD(&tfm_entry->list);
572 list_add_tail(&tfm_entry->list, &head->list);
611 * Make a "copy" of the source AEAD key data to the dest, the TFMs list is