Home
last modified time | relevance | path

Searched refs:crypto_mutexes (Results 1 – 21 of 21) sorted by relevance

/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxcrypto/
H A Dtls.c40 static zbx_mutex_t *crypto_mutexes = NULL; variable
45 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
47 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
56 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
68 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
90 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
92 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxcrypto/
H A Dtls.c68 static ZBX_MUTEX *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(ZBX_MUTEX)))) in zbx_openssl_thread_setup()
96 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL)) in zbx_openssl_thread_setup()
117 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
119 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxcrypto/
H A Dtls.c68 static ZBX_MUTEX *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(ZBX_MUTEX)))) in zbx_openssl_thread_setup()
96 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL)) in zbx_openssl_thread_setup()
117 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
119 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxcrypto/
H A Dtls.c68 static ZBX_MUTEX *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(ZBX_MUTEX)))) in zbx_openssl_thread_setup()
96 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL)) in zbx_openssl_thread_setup()
117 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
119 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxcrypto/
H A Dtls.c68 static ZBX_MUTEX *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(ZBX_MUTEX)))) in zbx_openssl_thread_setup()
96 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL)) in zbx_openssl_thread_setup()
117 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
119 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxcrypto/
H A Dtls.c68 static ZBX_MUTEX *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, crypto_mutexes + n); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(ZBX_MUTEX)))) in zbx_openssl_thread_setup()
96 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL)) in zbx_openssl_thread_setup()
117 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
119 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix4-server/zabbix-4.0.30/src/libs/zbxcrypto/
H A Dtls.c68 static zbx_mutex_t *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
98 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
120 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
122 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix4-java/zabbix-4.0.30/src/libs/zbxcrypto/
H A Dtls.c68 static zbx_mutex_t *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
98 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
120 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
122 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix4-agent/zabbix-4.0.30/src/libs/zbxcrypto/
H A Dtls.c68 static zbx_mutex_t *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
98 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
120 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
122 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix4-proxy/zabbix-4.0.30/src/libs/zbxcrypto/
H A Dtls.c68 static zbx_mutex_t *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
98 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
120 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
122 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/net-mgmt/zabbix4-frontend/zabbix-4.0.30/src/libs/zbxcrypto/
H A Dtls.c68 static zbx_mutex_t *crypto_mutexes = NULL; variable
73 __zbx_mutex_lock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
75 __zbx_mutex_unlock(file, line, *(crypto_mutexes + n)); in zbx_openssl_locking_cb()
86 if (NULL == (crypto_mutexes = zbx_malloc(crypto_mutexes, num_locks * sizeof(zbx_mutex_t)))) in zbx_openssl_thread_setup()
98 if (SUCCEED != zbx_mutex_create(crypto_mutexes + i, NULL, &error)) in zbx_openssl_thread_setup()
120 zbx_mutex_destroy(crypto_mutexes + i); in zbx_openssl_thread_cleanup()
122 zbx_free(crypto_mutexes); in zbx_openssl_thread_cleanup()
/dports/www/ufdbguard/ufdbGuard-1.35.3/src/
H A Dufdbchkport.c96 static ufdb_mutex * crypto_mutexes = NULL; variable
953 ret = ufdb_mutex_lock( &crypto_mutexes[type] ); in ufdb_crypto_locking_cb()
963 ret = ufdb_mutex_unlock( &crypto_mutexes[type] ); in ufdb_crypto_locking_cb()
1282 crypto_mutexes = (ufdb_mutex*) ufdbMalloc( (num_static_ssl_locks+1) * sizeof(ufdb_mutex) ); in UFDBinitHTTPSchecker()
1284 ufdb_mutex_init( &crypto_mutexes[i] ); in UFDBinitHTTPSchecker()