Home
last modified time | relevance | path

Searched refs:tfm_entry (Results 1 – 1 of 1) sorted by relevance

/linux/net/tipc/
A Dcrypto.c419 kfree(tfm_entry); in tipc_aead_free()
490 struct tipc_tfm **tfm_entry; in tipc_aead_tfm_next() local
493 tfm_entry = get_cpu_ptr(aead->tfm_entry); in tipc_aead_tfm_next()
494 *tfm_entry = list_next_entry(*tfm_entry, list); in tipc_aead_tfm_next()
495 tfm = (*tfm_entry)->tfm; in tipc_aead_tfm_next()
496 put_cpu_ptr(tfm_entry); in tipc_aead_tfm_next()
536 if (!tmp->tfm_entry) { in tipc_aead_init()
563 tfm_entry = kmalloc(sizeof(*tfm_entry), GFP_KERNEL); in tipc_aead_init()
564 if (unlikely(!tfm_entry)) { in tipc_aead_init()
570 tfm_entry->tfm = tfm; in tipc_aead_init()
[all …]

Completed in 6 milliseconds