Searched refs:mcm (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/ |
H A D | core_fetch.c | 23 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 D | core.h | 51 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
|
/openssl/crypto/store/ |
H A D | store_meth.c | 313 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_loader_fetch() local 330 &mcm, methdata)) != NULL) { in inner_loader_fetch()
|
/openssl/doc/internal/man3/ |
H A D | ossl_method_construct.pod | 30 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 D | decoder_meth.c | 365 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_decoder_fetch() local 382 &mcm, methdata)) != NULL) { in inner_ossl_decoder_fetch()
|
H A D | encoder_meth.c | 375 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 D | evp_fetch.c | 295 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_evp_generic_fetch() local 315 &mcm, methdata)) != NULL) { in inner_evp_generic_fetch()
|
Completed in 21 milliseconds