Searched refs:globp (Results 1 – 1 of 1) sorted by relevance
115 OSSL_GLOBAL_PROPERTIES *globp = vglobp; in ossl_ctx_global_properties_free() local117 if (globp != NULL) { in ossl_ctx_global_properties_free()118 ossl_property_free(globp->list); in ossl_ctx_global_properties_free()119 OPENSSL_free(globp); in ossl_ctx_global_properties_free()131 OSSL_GLOBAL_PROPERTIES *globp; in ossl_ctx_global_properties() local139 return globp != NULL ? &globp->list : NULL; in ossl_ctx_global_properties()145 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_no_mirrored() local148 return globp != NULL && globp->no_mirrored ? 1 : 0; in ossl_global_properties_no_mirrored()153 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_stop_mirroring() local156 if (globp != NULL) in ossl_global_properties_stop_mirroring()[all …]
Completed in 5 milliseconds