Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tipc/
H A Dcrypto.c258 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm,
664 * tipc_aead_mem_alloc - Allocate memory for AEAD request operations
678 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, in tipc_aead_mem_alloc() function
777 ctx = tipc_aead_mem_alloc(tfm, sizeof(*tx_ctx), &iv, &req, &sg, nsg); in tipc_aead_encrypt()
906 ctx = tipc_aead_mem_alloc(tfm, sizeof(*rx_ctx), &iv, &req, &sg, nsg); in tipc_aead_decrypt()
/kernel/linux/linux-6.6/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, 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()

Completed in 9 milliseconds