Searched refs:crypto_context_pool (Results 1 – 9 of 9) sorted by relevance
74 struct crypto_context_pool struct86 void crypto_context_pool_init(struct crypto_context_pool *pool);91 void crypto_context_pool_deinit(struct crypto_context_pool *pool);98 struct crypto_context *crypto_context_pool_alloc(struct crypto_context_pool *pool,106 void crypto_context_pool_free(struct crypto_context_pool *pool,112 struct crypto_context *crypto_context_pool_find(struct crypto_context_pool *pool,
12 static void add_to_free_list(struct crypto_context_pool *pool,15 static uint32_t alloc_op_handle(struct crypto_context_pool *pool);16 static bool op_handle_in_use(struct crypto_context_pool *pool, uint32_t candidate);19 void crypto_context_pool_init(struct crypto_context_pool *pool) in crypto_context_pool_init()32 void crypto_context_pool_deinit(struct crypto_context_pool *pool) in crypto_context_pool_deinit()37 struct crypto_context *crypto_context_pool_alloc(struct crypto_context_pool *pool, in crypto_context_pool_alloc()70 void crypto_context_pool_free(struct crypto_context_pool *pool, in crypto_context_pool_free()92 struct crypto_context *crypto_context_pool_find(struct crypto_context_pool *pool, in crypto_context_pool_find()121 static void add_to_free_list(struct crypto_context_pool *pool, in add_to_free_list()131 static uint32_t alloc_op_handle(struct crypto_context_pool *pool) in alloc_op_handle()[all …]
13 "${CMAKE_CURRENT_LIST_DIR}/crypto_context_pool.c"
27 struct crypto_context_pool context_pool;
26 struct crypto_context_pool pool_under_test; in TEST_GROUP()
Completed in 23 milliseconds