Home
last modified time | relevance | path

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

/openbmc/linux/net/tipc/
H A Dcrypto.c129 struct tipc_tfm { struct
152 struct tipc_tfm * __percpu *tfm_entry; argument
409 struct tipc_tfm *tfm_entry, *head, *tmp; in tipc_aead_free()
490 struct tipc_tfm **tfm_entry; in tipc_aead_tfm_next()
517 struct tipc_tfm *tfm_entry, *head; in tipc_aead_init()
535 tmp->tfm_entry = alloc_percpu(struct tipc_tfm *); in tipc_aead_init()
644 aead->tfm_entry = alloc_percpu_gfp(struct tipc_tfm *, GFP_ATOMIC); in tipc_aead_clone()