Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/property/
H A Dproperty_string.c78 PROPERTY_STRING_DATA *propdata = vpropdata; in ossl_property_string_data_free() local
80 if (propdata == NULL) in ossl_property_string_data_free()
83 CRYPTO_THREAD_lock_free(propdata->lock); in ossl_property_string_data_free()
84 property_table_free(&propdata->prop_names); in ossl_property_string_data_free()
85 property_table_free(&propdata->prop_values); in ossl_property_string_data_free()
87 sk_OPENSSL_CSTRING_free(propdata->prop_namelist); in ossl_property_string_data_free()
88 sk_OPENSSL_CSTRING_free(propdata->prop_valuelist); in ossl_property_string_data_free()
89 propdata->prop_namelist = propdata->prop_valuelist = NULL; in ossl_property_string_data_free()
91 propdata->prop_name_idx = propdata->prop_value_idx = 0; in ossl_property_string_data_free()
93 OPENSSL_free(propdata); in ossl_property_string_data_free()
[all …]