Searched refs:tipc_aead_mem_alloc (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/net/tipc/ |
D | crypto.c | 258 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, 674 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() 908 ctx = tipc_aead_mem_alloc(tfm, sizeof(*rx_ctx), &iv, &req, &sg, nsg); in tipc_aead_decrypt()
|