Home
last modified time | relevance | path

Searched refs:mcm (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/
H A Dcore_fetch.c23 OSSL_METHOD_CONSTRUCT_METHOD *mcm; member
45 if ((data->store = data->mcm->get_tmp_store(data->mcm_data)) == NULL) in ossl_method_construct_reserve_store()
49 return data->mcm->lock_store(data->store, data->mcm_data); in ossl_method_construct_reserve_store()
56 return data->mcm->unlock_store(data->store, data->mcm_data); in ossl_method_construct_unreserve_store()
109 if ((method = data->mcm->construct(algo, provider, data->mcm_data)) in ossl_method_construct_this()
123 data->mcm->put(data->store, method, provider, algo->algorithm_names, in ossl_method_construct_this()
127 data->mcm->destruct(method, data->mcm_data); in ossl_method_construct_this()
132 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data) in ossl_method_construct() argument
151 cbdata.mcm = mcm; in ossl_method_construct()
163 method = mcm->get(cbdata.store, (const OSSL_PROVIDER **)provider_rw, in ossl_method_construct()
[all …]
/openssl/include/internal/
H A Dcore.h51 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
/openssl/crypto/store/
H A Dstore_meth.c313 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_loader_fetch() local
330 &mcm, methdata)) != NULL) { in inner_loader_fetch()
/openssl/doc/internal/man3/
H A Dossl_method_construct.pod30 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
57 method creator through I<mcm> and the data in I<mcm_data> (which is
/openssl/crypto/encode_decode/
H A Ddecoder_meth.c365 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_decoder_fetch() local
382 &mcm, methdata)) != NULL) { in inner_ossl_decoder_fetch()
H A Dencoder_meth.c375 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_encoder_fetch() local
392 &mcm, methdata)) != NULL) { in inner_ossl_encoder_fetch()
/openssl/crypto/evp/
H A Devp_fetch.c295 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_evp_generic_fetch() local
315 &mcm, methdata)) != NULL) { in inner_evp_generic_fetch()

Completed in 15 milliseconds