Searched refs:ossl_method_store_new (Results 1 – 8 of 8) sorted by relevance
63 && TEST_ptr(store = ossl_method_store_new(ctx)) in test_property_string()134 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_parse()154 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_query_value_create()202 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_parse_error()252 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_merge()276 r = TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_defn_cache()337 r = TEST_ptr(store = ossl_method_store_new(NULL)) in test_definition_compares()366 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_register_deregister()440 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_property()551 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_query_cache_stochastic()
5 OSSL_METHOD_STORE, ossl_method_store_new, ossl_method_store_free,19 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx);66 ossl_method_store_new() create a new empty method store using the supplied121 ossl_method_store_new() returns a new method store object or NULL on failure.
53 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx);
79 return ossl_method_store_new(ctx); in loader_store_new()113 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
33 return ossl_method_store_new(ctx); in evp_method_store_new()70 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_evp_method_store()
76 return ossl_method_store_new(ctx); in decoder_store_new()110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()
76 return ossl_method_store_new(ctx); in encoder_store_new()110 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()
250 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx) in ossl_method_store_new() function