Searched refs:crypto_context_pool_deinit (Results 1 – 8 of 8) sorted by relevance
91 void crypto_context_pool_deinit(struct crypto_context_pool *pool);
32 void crypto_context_pool_deinit(struct crypto_context_pool *pool) in crypto_context_pool_deinit() function
23 crypto_context_pool_deinit(&pool_under_test); in TEST_GROUP()
46 crypto_context_pool_deinit(&context->context_pool); in mac_provider_deinit()
46 crypto_context_pool_deinit(&context->context_pool); in hash_provider_deinit()
48 crypto_context_pool_deinit(&context->context_pool); in cipher_provider_deinit()
54 crypto_context_pool_deinit(&context->context_pool); in aead_provider_deinit()
56 crypto_context_pool_deinit(&context->context_pool); in key_derivation_provider_deinit()
Completed in 24 milliseconds