Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty.c115 OSSL_GLOBAL_PROPERTIES *globp = vglobp; in ossl_ctx_global_properties_free() local
117 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() local
139 return globp != NULL ? &globp->list : NULL; in ossl_ctx_global_properties()
145 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_no_mirrored() local
148 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() local
156 if (globp != NULL) in ossl_global_properties_stop_mirroring()
[all …]

Completed in 5 milliseconds