Lines Matching refs:gm
67 CRYPTO_MUTEX *gm; /* global mutex */
68 LHASH_OF(RADIX_OBJ) *objs; /* protected by gm */
69 OSSL_TIME time_slip; /* protected by gm */
70 BIO *keylog_out; /* protected by gm */
153 if (!TEST_ptr(rp->gm = ossl_crypto_mutex_new()))
178 ossl_crypto_mutex_free(&rp->gm);
432 ossl_crypto_mutex_free(&rp->gm);
637 ossl_crypto_mutex_lock(RP()->gm);
639 ossl_crypto_mutex_unlock(RP()->gm);
646 ossl_crypto_mutex_lock(RP()->gm);
648 ossl_crypto_mutex_unlock(RP()->gm);
828 ossl_crypto_mutex_lock(RP()->gm);
838 ossl_crypto_mutex_unlock(RP()->gm);