Searched refs:ossl_parse_property (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ |
D | property_test.c | 126 && 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/ |
D | property.h | 30 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
|
/third_party/openssl/crypto/encode_decode/ |
D | encoder_meth.c | 236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) { in encoder_from_algorithm()
|
D | decoder_meth.c | 236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) { in ossl_decoder_from_algorithm()
|
/third_party/openssl/crypto/property/ |
D | property_parse.c | 314 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn) in ossl_parse_property() function
|
D | property.c | 335 impl->properties = ossl_parse_property(store->ctx, properties); in ossl_method_store_add()
|