Searched refs:globp (Results 1 – 1 of 1) sorted by relevance
116 OSSL_GLOBAL_PROPERTIES *globp = vglobp; in ossl_ctx_global_properties_free() local118 if (globp != NULL) { in ossl_ctx_global_properties_free()119 ossl_property_free(globp->list); in ossl_ctx_global_properties_free()120 OPENSSL_free(globp); in ossl_ctx_global_properties_free()132 OSSL_GLOBAL_PROPERTIES *globp; in ossl_ctx_global_properties() local140 return globp != NULL ? &globp->list : NULL; in ossl_ctx_global_properties()146 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_no_mirrored() local149 return globp != NULL && globp->no_mirrored ? 1 : 0; in ossl_global_properties_no_mirrored()154 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_stop_mirroring() local157 if (globp != NULL) in ossl_global_properties_stop_mirroring()[all …]
Completed in 6 milliseconds