Home
last modified time | relevance | path

Searched refs:crypto_context_pool (Results 1 – 9 of 9) sorted by relevance

/trusted-services/components/service/crypto/provider/
A Dcrypto_context_pool.h74 struct crypto_context_pool struct
86 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,
A Dcrypto_context_pool.c12 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 …]
A Dcomponent.cmake13 "${CMAKE_CURRENT_LIST_DIR}/crypto_context_pool.c"
/trusted-services/components/service/crypto/provider/extension/aead/
A Daead_provider.h27 struct crypto_context_pool context_pool;
/trusted-services/components/service/crypto/provider/extension/cipher/
A Dcipher_provider.h27 struct crypto_context_pool context_pool;
/trusted-services/components/service/crypto/provider/extension/hash/
A Dhash_provider.h27 struct crypto_context_pool context_pool;
/trusted-services/components/service/crypto/provider/extension/key_derivation/
A Dkey_derivation_provider.h27 struct crypto_context_pool context_pool;
/trusted-services/components/service/crypto/provider/extension/mac/
A Dmac_provider.h27 struct crypto_context_pool context_pool;
/trusted-services/components/service/crypto/provider/test/
A Dcrypto_context_pool_tests.cpp26 struct crypto_context_pool pool_under_test; in TEST_GROUP()

Completed in 23 milliseconds