Searched refs:ossl_property_match_count (Results 1 - 5 of 5) sorted by relevance
/third_party/openssl/test/ |
H A D | property_test.c | 128 && 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 D | property.h | 35 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query,
|
/third_party/openssl/include/internal/ |
H A D | property.h | 35 int ossl_property_match_count(const OSSL_PROPERTY_LIST *query,
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property.c | 561 score = ossl_property_match_count(pq, impl->properties); in ossl_method_store_fetch()
|
/third_party/openssl/crypto/property/ |
H A D | property.c | 575 score = ossl_property_match_count(pq, impl->properties); in ossl_method_store_fetch()
|
Completed in 5 milliseconds