Home
last modified time | relevance | path

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

/third_party/openssl/crypto/property/
Dproperty.c112 OSSL_GLOBAL_PROPERTIES *globp = vglobp; in ossl_ctx_global_properties_free() local
114 if (globp != NULL) { in ossl_ctx_global_properties_free()
115 ossl_property_free(globp->list); in ossl_ctx_global_properties_free()
116 OPENSSL_free(globp); in ossl_ctx_global_properties_free()
134 OSSL_GLOBAL_PROPERTIES *globp; in ossl_ctx_global_properties() local
140 globp = ossl_lib_ctx_get_data(libctx, OSSL_LIB_CTX_GLOBAL_PROPERTIES, in ossl_ctx_global_properties()
143 return globp != NULL ? &globp->list : NULL; in ossl_ctx_global_properties()
149 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_no_mirrored() local
153 return globp != NULL && globp->no_mirrored ? 1 : 0; in ossl_global_properties_no_mirrored()
158 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_stop_mirroring() local
[all …]