Home
last modified time | relevance | path

Searched refs:p11_module_load_inlock_reentrant (Results 1 – 5 of 5) sorted by relevance

/dports/security/p11-kit/p11-kit-0.24.0/p11-kit/
H A Dtest-init.c103 rv = p11_module_load_inlock_reentrant (&module, 0, &result); in test_fork_initialization()
150 rv = p11_module_load_inlock_reentrant (&module, 0, &recursive_managed); in test_recursive_initialization()
247 rv = p11_module_load_inlock_reentrant (&module, 0, &data[i]); in test_threaded_initialization()
329 rv = p11_module_load_inlock_reentrant (&module, 0, &result); in test_mutexes()
H A Dtest-managed.c64 rv = p11_module_load_inlock_reentrant (&mock_module, 0, &module); in setup_mock_module()
119 rv = p11_module_load_inlock_reentrant (&mock_module, 0, &module); in test_initialize_finalize()
158 rv = p11_module_load_inlock_reentrant (&base, 0, &module); in test_initialize_fail()
H A Dmodules.h45 CK_RV p11_module_load_inlock_reentrant (CK_FUNCTION_LIST_PTR module,
H A Dtest-log.c60 rv = p11_module_load_inlock_reentrant (&mock_module, 0, &module); in setup_mock_module()
H A Dmodules.c2407 rv = p11_module_load_inlock_reentrant (module, flags, &result); in p11_kit_initialize_module()
2428 p11_module_load_inlock_reentrant (CK_FUNCTION_LIST *module, in p11_module_load_inlock_reentrant() function