Searched refs:tipc_aead_mem_alloc (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/tipc/ |
D | crypto.c | 262 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, 685 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, in tipc_aead_mem_alloc() function 773 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()
|