Searched refs:tipc_aead_mem_alloc (Results 1 – 1 of 1) sorted by relevance
| /linux/net/tipc/ |
| H A D | crypto.c | 262 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, 662 * tipc_aead_mem_alloc - Allocate memory for AEAD request operations in tipc_aead_clone() 676 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, 764 ctx = tipc_aead_mem_alloc(tfm, sizeof(*tx_ctx), &iv, &req, &sg, nsg); in tipc_aead_encrypt() 902 ctx = tipc_aead_mem_alloc(tfm, sizeof(*rx_ctx), &iv, &req, &sg, nsg); in tipc_aead_decrypt() 685 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, tipc_aead_mem_alloc() function
|