Home
last modified time | relevance | path

Searched refs:ossl_method_store_new (Results 1 – 9 of 9) sorted by relevance

/openssl/test/
H A Dproperty_test.c63 && 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()
/openssl/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod5 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 supplied
121 ossl_method_store_new() returns a new method store object or NULL on failure.
/openssl/crypto/
H A Dcontext.c101 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()
/openssl/include/internal/
H A Dproperty.h53 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx);
/openssl/crypto/store/
H A Dstore_meth.c94 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_loader_store()
/openssl/crypto/encode_decode/
H A Ddecoder_meth.c90 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_decoder_store()
H A Dencoder_meth.c90 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_encoder_store()
/openssl/crypto/evp/
H A Devp_fetch.c52 methdata->tmp_store = ossl_method_store_new(methdata->libctx); in get_tmp_evp_method_store()
/openssl/crypto/property/
H A Dproperty.c242 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx) in ossl_method_store_new() function

Completed in 31 milliseconds