Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/property/
H A Dproperty.c114 OSSL_GLOBAL_PROPERTIES *globp = vglobp; in ossl_ctx_global_properties_free() local
116 if (globp != NULL) { in ossl_ctx_global_properties_free()
117 ossl_property_free(globp->list); in ossl_ctx_global_properties_free()
118 OPENSSL_free(globp); in ossl_ctx_global_properties_free()
136 OSSL_GLOBAL_PROPERTIES *globp; in ossl_ctx_global_properties() local
142 globp = ossl_lib_ctx_get_data(libctx, OSSL_LIB_CTX_GLOBAL_PROPERTIES, in ossl_ctx_global_properties()
145 return globp != NULL ? &globp->list : NULL; in ossl_ctx_global_properties()
151 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_no_mirrored() local
155 return globp != NULL && globp->no_mirrored ? 1 : 0; in ossl_global_properties_no_mirrored()
160 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_stop_mirroring() local
[all …]