Searched refs:tipc_aead_mem_alloc (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/tipc/
H A Dcrypto.c262 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm,
671 * tipc_aead_mem_alloc - Allocate memory for AEAD request operations
685 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, function
773 ctx = tipc_aead_mem_alloc(tfm, sizeof(*tx_ctx), &iv, &req, &sg, nsg);
902 ctx = tipc_aead_mem_alloc(tfm, sizeof(*rx_ctx), &iv, &req, &sg, nsg);

Completed in 108 milliseconds