Home
last modified time | relevance | path

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

/openssl-master/test/
A Dproperty_test.c57 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_string()
123 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_parse()
143 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_query_value_create()
187 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_parse_error()
237 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_merge()
261 if (TEST_ptr(store = ossl_method_store_new(NULL)) in test_property_defn_cache()
299 r = TEST_ptr(store = ossl_method_store_new(NULL)) in test_definition_compares()
328 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_register_deregister()
402 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_property()
513 if (!TEST_ptr(store = ossl_method_store_new(NULL)) in test_query_cache_stochastic()
/openssl-master/doc/internal/man3/
A DOSSL_METHOD_STORE.pod5 OSSL_METHOD_STORE, ossl_method_store_new, ossl_method_store_free,
18 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx);
62 ossl_method_store_new() create a new empty method store using the supplied
107 ossl_method_store_new() returns a new method store object or NULL on failure.
/openssl-master/include/internal/
A Dproperty.h53 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx);
/openssl-master/crypto/store/
A Dstore_meth.c79 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()
/openssl-master/crypto/evp/
A Devp_fetch.c33 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()
/openssl-master/crypto/encode_decode/
A Ddecoder_meth.c76 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()
A Dencoder_meth.c76 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()
/openssl-master/crypto/property/
A Dproperty.c216 OSSL_METHOD_STORE *ossl_method_store_new(OSSL_LIB_CTX *ctx) in ossl_method_store_new() function

Completed in 18 milliseconds