Searched refs:ossl_parse_property (Results 1 – 6 of 6) sorted by relevance
/openssl-master/test/ |
A 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()
|
/openssl-master/include/internal/ |
A D | property.h | 30 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
|
/openssl-master/crypto/encode_decode/ |
A D | decoder_meth.c | 214 = ossl_parse_property(libctx, algodef->property_definition); in ossl_decoder_from_algorithm()
|
A D | encoder_meth.c | 214 = ossl_parse_property(libctx, algodef->property_definition); in encoder_from_algorithm()
|
/openssl-master/crypto/property/ |
A D | property_parse.c | 315 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn) in ossl_parse_property() function
|
A D | property.c | 294 impl->properties = ossl_parse_property(store->ctx, properties); in ossl_method_store_add()
|
Completed in 12 milliseconds