Home
last modified time | relevance | path

Searched refs:context_pool (Results 1 – 10 of 10) sorted by relevance

/trusted-services/components/service/crypto/provider/extension/hash/
A Dhash_provider.c35 crypto_context_pool_init(&context->context_pool); in hash_provider_init()
46 crypto_context_pool_deinit(&context->context_pool); in hash_provider_deinit()
82 crypto_context_pool_alloc(&this_instance->context_pool, in hash_setup_handler()
100 crypto_context_pool_free(&this_instance->context_pool, crypto_context); in hash_setup_handler()
132 crypto_context_pool_find(&this_instance->context_pool, in hash_update_handler()
164 crypto_context_pool_find(&this_instance->context_pool, in hash_finish_handler()
210 crypto_context_pool_find(&this_instance->context_pool, in hash_abort_handler()
217 crypto_context_pool_free(&this_instance->context_pool, crypto_context); in hash_abort_handler()
245 crypto_context_pool_find(&this_instance->context_pool, in hash_verify_handler()
280 crypto_context_pool_find(&this_instance->context_pool, in hash_clone_handler()
[all …]
A Dhash_provider.h27 struct crypto_context_pool context_pool; member
/trusted-services/components/service/crypto/provider/extension/mac/
A Dmac_provider.c35 crypto_context_pool_init(&context->context_pool); in mac_provider_init()
46 crypto_context_pool_deinit(&context->context_pool); in mac_provider_deinit()
83 crypto_context_pool_alloc(&this_instance->context_pool, in mac_setup_handler()
105 crypto_context_pool_free(&this_instance->context_pool, crypto_context); in mac_setup_handler()
137 crypto_context_pool_find(&this_instance->context_pool, in mac_update_handler()
169 crypto_context_pool_find(&this_instance->context_pool, in mac_sign_finish_handler()
185 crypto_context_pool_free(&this_instance->context_pool, crypto_context); in mac_sign_finish_handler()
215 crypto_context_pool_find(&this_instance->context_pool, in mac_verify_finish_handler()
225 crypto_context_pool_free(&this_instance->context_pool, crypto_context); in mac_verify_finish_handler()
255 crypto_context_pool_find(&this_instance->context_pool, in mac_abort_handler()
[all …]
A Dmac_provider.h27 struct crypto_context_pool context_pool; member
/trusted-services/components/service/crypto/provider/extension/cipher/
A Dcipher_provider.c37 crypto_context_pool_init(&context->context_pool); in cipher_provider_init()
48 crypto_context_pool_deinit(&context->context_pool); in cipher_provider_deinit()
85 crypto_context_pool_alloc(&this_instance->context_pool, in cipher_setup_handler()
108 crypto_context_pool_free(&this_instance->context_pool, crypto_context); in cipher_setup_handler()
138 crypto_context_pool_find(&this_instance->context_pool, in cipher_generate_iv_handler()
182 crypto_context_pool_find(&this_instance->context_pool, in cipher_set_iv_handler()
217 crypto_context_pool_find(&this_instance->context_pool, in cipher_update_handler()
271 crypto_context_pool_find(&this_instance->context_pool, in cipher_finish_handler()
287 crypto_context_pool_free(&this_instance->context_pool, crypto_context); in cipher_finish_handler()
317 crypto_context_pool_find(&this_instance->context_pool, in cipher_abort_handler()
[all …]
A Dcipher_provider.h27 struct crypto_context_pool context_pool; member
/trusted-services/components/service/crypto/provider/extension/aead/
A Daead_provider.c43 crypto_context_pool_init(&context->context_pool); in aead_provider_init()
54 crypto_context_pool_deinit(&context->context_pool); in aead_provider_deinit()
91 crypto_context_pool_alloc(&this_instance->context_pool, in aead_setup_handler()
144 crypto_context_pool_find(&this_instance->context_pool, in aead_generate_nonce_handler()
190 crypto_context_pool_find(&this_instance->context_pool, in aead_set_nonce_handler()
225 crypto_context_pool_find(&this_instance->context_pool, in aead_set_lengths_handler()
261 crypto_context_pool_find(&this_instance->context_pool, in aead_update_ad_handler()
296 crypto_context_pool_find(&this_instance->context_pool, in aead_update_handler()
350 crypto_context_pool_find(&this_instance->context_pool, in aead_finish_handler()
403 crypto_context_pool_find(&this_instance->context_pool, in aead_verify_handler()
[all …]
A Daead_provider.h27 struct crypto_context_pool context_pool; member
/trusted-services/components/service/crypto/provider/extension/key_derivation/
A Dkey_derivation_provider.c45 crypto_context_pool_init(&context->context_pool); in key_derivation_provider_init()
56 crypto_context_pool_deinit(&context->context_pool); in key_derivation_provider_deinit()
92 crypto_context_pool_alloc(&this_instance->context_pool, in key_derivation_setup_handler()
140 crypto_context_pool_find(&this_instance->context_pool, in key_derivation_get_capacity_handler()
184 crypto_context_pool_find(&this_instance->context_pool, in key_derivation_set_capacity_handler()
221 crypto_context_pool_find(&this_instance->context_pool, in key_derivation_input_bytes_handler()
261 crypto_context_pool_find(&this_instance->context_pool, in key_derivation_input_key_handler()
300 crypto_context_pool_find(&this_instance->context_pool, in key_derivation_output_bytes_handler()
353 crypto_context_pool_find(&this_instance->context_pool, in key_derivation_output_key_handler()
403 crypto_context_pool_find(&this_instance->context_pool, in key_derivation_abort_handler()
[all …]
A Dkey_derivation_provider.h27 struct crypto_context_pool context_pool; member

Completed in 30 milliseconds