Home
last modified time | relevance | path

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

/openssl-master/test/
A Dproperty_test.c126 && TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn)) in test_property_parse()
194 } else if (!TEST_ptr_null(p = ossl_parse_property(NULL, ps))) { in test_property_parse_error()
240 && TEST_ptr(prop = ossl_parse_property(NULL, merge_tests[n].prop)) in test_property_merge()
263 && TEST_ptr(red = ossl_parse_property(NULL, "red")) in test_property_defn_cache()
264 && TEST_ptr(blue = ossl_parse_property(NULL, "blue")) in test_property_defn_cache()
301 && TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn)) in test_definition_compares()
/openssl-master/include/internal/
A Dproperty.h30 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
/openssl-master/crypto/encode_decode/
A Ddecoder_meth.c214 = ossl_parse_property(libctx, algodef->property_definition); in ossl_decoder_from_algorithm()
A Dencoder_meth.c214 = ossl_parse_property(libctx, algodef->property_definition); in encoder_from_algorithm()
/openssl-master/crypto/property/
A Dproperty_parse.c315 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn) in ossl_parse_property() function
A Dproperty.c294 impl->properties = ossl_parse_property(store->ctx, properties); in ossl_method_store_add()

Completed in 12 milliseconds