Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Dproperty_test.c131 && TEST_ptr(q = ossl_parse_query(NULL, parser_tests[n].query, 0)) in test_property_parse()
149 && TEST_ptr(p = ossl_parse_query(NULL, "wood=oak", 0)) /* undefined */ in test_property_query_value_create()
150 && TEST_ptr(q = ossl_parse_query(NULL, "wood=oak", 1)) /* creates */ in test_property_query_value_create()
151 && TEST_ptr(o = ossl_parse_query(NULL, "wood=oak", 0)) /* defined */ in test_property_query_value_create()
200 if (!TEST_ptr_null(p = ossl_parse_query(NULL, ps, 1))) in test_property_parse_error()
249 && TEST_ptr(q_global = ossl_parse_query(NULL, merge_tests[n].q_global, in test_property_merge()
251 && TEST_ptr(q_local = ossl_parse_query(NULL, merge_tests[n].q_local, 0)) in test_property_merge()
333 && TEST_ptr(q = ossl_parse_query(NULL, definition_tests[n].query, 0)) in test_definition_compares()
640 && !TEST_ptr(pl = ossl_parse_query(NULL, to_string_tests[i].in, 1))) in test_property_list_to_string()
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/
H A Dproperty.h32 OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s,
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/
H A Devp_fetch.c542 if (propq != NULL && (pl = ossl_parse_query(libctx, propq, 1)) == NULL) { in evp_set_default_properties_int()
568 if ((pl1 = ossl_parse_query(libctx, propq, 1)) == NULL) { in evp_default_properties_merge()
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/
H A Dproperty_parse.c404 OSSL_PROPERTY_LIST *ossl_parse_query(OSSL_LIB_CTX *ctx, const char *s, in ossl_parse_query() function