Home
last modified time | relevance | path

Searched refs:keystore_mutex (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c287 if (pthread_mutex_init(&soft_slot.keystore_mutex, NULL) != 0) { in C_Initialize()
298 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex); in C_Initialize()
313 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex); in C_Initialize()
329 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex); in C_Initialize()
423 (void) pthread_mutex_destroy(&soft_slot.keystore_mutex); in finalize_common()
565 (void) pthread_mutex_lock(&soft_slot.keystore_mutex); in softtoken_fork_prepare()
591 (void) pthread_mutex_unlock(&soft_slot.keystore_mutex); in softtoken_fork_after()
H A DsoftSession.h115 pthread_mutex_t keystore_mutex; /* Protects keystore_load_status */ member
H A DsoftKeystoreUtil.c2945 (void) pthread_mutex_lock(&soft_slot.keystore_mutex); in soft_keystore_init()
2953 (void) pthread_mutex_unlock(&soft_slot.keystore_mutex); in soft_keystore_init()
3013 (void) pthread_mutex_unlock(&soft_slot.keystore_mutex); in soft_keystore_init()