Home
last modified time | relevance | path

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

/openssl/crypto/property/
H A Dproperty.c116 OSSL_GLOBAL_PROPERTIES *globp = vglobp; in ossl_ctx_global_properties_free() local
118 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() local
140 return globp != NULL ? &globp->list : NULL; in ossl_ctx_global_properties()
146 OSSL_GLOBAL_PROPERTIES *globp in ossl_global_properties_no_mirrored() local
149 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() local
157 if (globp != NULL) in ossl_global_properties_stop_mirroring()
[all …]

Completed in 6 milliseconds