Home
last modified time | relevance | path

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

/third_party/openssl/test/
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()
/third_party/openssl/include/internal/
Dproperty.h30 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
/third_party/openssl/crypto/encode_decode/
Dencoder_meth.c236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) { in encoder_from_algorithm()
Ddecoder_meth.c236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) { in ossl_decoder_from_algorithm()
/third_party/openssl/crypto/property/
Dproperty_parse.c314 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn) in ossl_parse_property() function
Dproperty.c335 impl->properties = ossl_parse_property(store->ctx, properties); in ossl_method_store_add()