Home
last modified time | relevance | path

Searched refs:ossl_property_match_count (Results 1 - 5 of 5) sorted by relevance

/third_party/openssl/test/
H A Dproperty_test.c128 && TEST_int_eq(ossl_property_match_count(q, p), parser_tests[n].e)) in test_property_parse()
148 && TEST_int_eq(ossl_property_match_count(q, p), -1) in test_property_query_value_create()
149 && TEST_int_eq(ossl_property_match_count(q, o), 1)) in test_property_query_value_create()
246 && TEST_int_ge(ossl_property_match_count(q_combined, prop), 0)) in test_property_merge()
327 && TEST_int_eq(ossl_property_match_count(q, d), definition_tests[n].e); in test_definition_compares()
/third_party/node/deps/openssl/openssl/include/internal/
H A Dproperty.h35 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query,
/third_party/openssl/include/internal/
H A Dproperty.h35 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query,
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty.c561 score = ossl_property_match_count(pq, impl->properties); in ossl_method_store_fetch()
/third_party/openssl/crypto/property/
H A Dproperty.c575 score = ossl_property_match_count(pq, impl->properties); in ossl_method_store_fetch()

Completed in 5 milliseconds