Searched refs:ossl_parse_property (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | property_test.c | 130 && TEST_ptr(p = ossl_parse_property(NULL, parser_tests[n].defn)) in test_property_parse() 202 } else if (!TEST_ptr_null(p = ossl_parse_property(NULL, ps))) { in test_property_parse_error() 248 && TEST_ptr(prop = ossl_parse_property(NULL, merge_tests[n].prop)) in test_property_merge() 271 && TEST_ptr(red = ossl_parse_property(NULL, "red")) in test_property_defn_cache() 272 && TEST_ptr(blue = ossl_parse_property(NULL, "blue")) in test_property_defn_cache() 291 && TEST_ptr(blue2 = ossl_parse_property(NULL, "blue")) in test_property_defn_cache() 332 && TEST_ptr(d = ossl_parse_property(NULL, definition_tests[n].defn)) in test_definition_compares()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/internal/ |
H A D | property.h | 30 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn);
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/ |
H A D | decoder_meth.c | 236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) { in ossl_decoder_from_algorithm()
|
H A D | encoder_meth.c | 236 = ossl_parse_property(libctx, algodef->property_definition)) == NULL) { in encoder_from_algorithm()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/property/ |
H A D | property_parse.c | 345 OSSL_PROPERTY_LIST *ossl_parse_property(OSSL_LIB_CTX *ctx, const char *defn) in ossl_parse_property() function
|