Home
last modified time | relevance | path

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

/openssl/test/
H A Dproperty_test.c271 OSSL_PROPERTY_LIST *q_combined = NULL, *prop = NULL; in test_property_merge() local
281 && TEST_ptr(q_combined = ossl_property_merge(q_local, q_global)) in test_property_merge()
282 && TEST_int_ge(ossl_property_match_count(q_combined, prop), 0)) in test_property_merge()
286 ossl_property_free(q_combined); in test_property_merge()

Completed in 11 milliseconds