Searched refs:ossl_method_store_new (Results 1 – 9 of 9) sorted by relevance
63 && TEST_ptr(store = ossl_method_store_new(ctx)) in test_property_string()156 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_parse()176 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_query_value_create()224 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_parse_error()274 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_merge()298 r = TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_defn_cache()359 r = TEST_ptr(store = ossl_method_store_new(NULL)) in test_definition_compares()388 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_register_deregister()462 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_property()573 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.
101 ctx->evp_method_store = ossl_method_store_new(ctx); in context_init()122 ctx->decoder_store = ossl_method_store_new(ctx); in context_init()130 ctx->encoder_store = ossl_method_store_new(ctx); in context_init()135 ctx->store_loader_store = ossl_method_store_new(ctx); in context_init()
53 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx);
94 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
90 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()
90 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()
52 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_evp_method_store()
242 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx) in ossl_method_store_new() function
Completed in 31 milliseconds