Home
last modified time | relevance | path

Searched defs:dma_node_fd (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_mem.c46 static int dma_node_fd = -1; variable
63 static void crypto_deinit_drm(int dma_node_fd) in crypto_deinit_drm()
69 static struct mem_pool_node *crypto_alloc_node_drm(int dma_node_fd, uint32_t size) in crypto_alloc_node_drm()
141 static void crypto_free_node_drm(int dma_node_fd, struct mem_pool_node *node) in crypto_free_node_drm()
176 static void crypto_deinit_dma_heap(int dma_node_fd) in crypto_deinit_dma_heap()
182 static struct mem_pool_node *crypto_alloc_node_dma_heap(int dma_node_fd, uint32_t size) in crypto_alloc_node_dma_heap()
240 static void crypto_free_node_dma_heap(int dma_node_fd, struct mem_pool_node *node) in crypto_free_node_dma_heap()