Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/crypto/bio/
H A Dbio_meth.c13 CRYPTO_RWLOCK *bio_type_lock = NULL; variable
18 bio_type_lock = CRYPTO_THREAD_lock_new(); in DEFINE_RUN_ONCE_STATIC()
19 return bio_type_lock != NULL; in DEFINE_RUN_ONCE_STATIC()
31 if (!CRYPTO_UP_REF(&bio_count, &newval, bio_type_lock)) in BIO_get_new_index()
H A Dbio_local.h154 extern CRYPTO_RWLOCK *bio_type_lock;
H A Dbio_lib.c856 CRYPTO_THREAD_lock_free(bio_type_lock); in bio_cleanup()
857 bio_type_lock = NULL; in bio_cleanup()