Searched refs:tipc_aead_mem_alloc (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/net/tipc/ |
| H A D | crypto.c | 258 static void *tipc_aead_mem_alloc(struct crypto_aead *tfm, 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()
|