Home
last modified time | relevance | path

Searched refs:mcm (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/
H A Dcore_fetch.c23 OSSL_METHOD_CONSTRUCT_METHOD *mcm; member
42 * The owner of |data->mcm| is completely responsible for managing in ossl_method_construct_reserve_store()
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()
151 cbdata.mcm in ossl_method_construct()
130 ossl_method_construct(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER **provider_rw, int force_store, OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data) ossl_method_construct() argument
[all...]
/third_party/openssl/crypto/
H A Dcore_fetch.c23 OSSL_METHOD_CONSTRUCT_METHOD *mcm; member
42 * The owner of |data->mcm| is completely responsible for managing in ossl_method_construct_reserve_store()
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()
151 cbdata.mcm in ossl_method_construct()
130 ossl_method_construct(OSSL_LIB_CTX *libctx, int operation_id, OSSL_PROVIDER **provider_rw, int force_store, OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data) ossl_method_construct() argument
[all...]
/third_party/node/deps/openssl/openssl/include/internal/
H A Dcore.h51 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
/third_party/openssl/include/internal/
H A Dcore.h51 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_meth.c336 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_loader_fetch() local
353 &mcm, methdata)) != NULL) { in inner_loader_fetch()
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_fetch.c326 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_evp_generic_fetch() local
346 &mcm, methdata)) != NULL) { in inner_evp_generic_fetch()
/third_party/node/deps/openssl/openssl/crypto/encode_decode/
H A Ddecoder_meth.c397 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_decoder_fetch() local
414 &mcm, methdata)) != NULL) { in inner_ossl_decoder_fetch()
H A Dencoder_meth.c407 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_encoder_fetch() local
424 &mcm, methdata)) != NULL) { in inner_ossl_encoder_fetch()
/third_party/openssl/crypto/encode_decode/
H A Ddecoder_meth.c397 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_decoder_fetch() local
414 &mcm, methdata)) != NULL) { in inner_ossl_decoder_fetch()
H A Dencoder_meth.c407 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_encoder_fetch() local
424 &mcm, methdata)) != NULL) { in inner_ossl_encoder_fetch()
/third_party/openssl/crypto/evp/
H A Devp_fetch.c326 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_evp_generic_fetch() local
346 &mcm, methdata)) != NULL) { in inner_evp_generic_fetch()
/third_party/openssl/crypto/store/
H A Dstore_meth.c336 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_loader_fetch() local
353 &mcm, methdata)) != NULL) { in inner_loader_fetch()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DMeasureUnitTest.java4608 MeasureUnitImpl mcm = MeasureUnitImpl.forIdentifier("meter"); in TestInternalMeasureUnitImpl()
4609 mcm.appendSingleUnit(MeasureUnit.CENTIMETER.getCopyOfMeasureUnitImpl().getSingleUnitImpl()); in TestInternalMeasureUnitImpl()
4610 assertEquals("append meter & centimeter: complexity", MeasureUnit.Complexity.COMPOUND, mcm.getComplexity()); in TestInternalMeasureUnitImpl()
4611 assertEquals("append meter & centimeter: units length", 2, mcm.getSingleUnits().size()); in TestInternalMeasureUnitImpl()
4612 assertEquals("append meter & centimeter: units[0]", "meter", mcm.getSingleUnits().get(0).getSimpleUnitID()); in TestInternalMeasureUnitImpl()
4613 assertEquals("append meter & centimeter: units[1]", "meter", mcm.getSingleUnits().get(1).getSimpleUnitID()); in TestInternalMeasureUnitImpl()
4614 assertEquals("append meter & centimeter: identifier", "meter-centimeter", mcm.build().getIdentifier()); in TestInternalMeasureUnitImpl()
/third_party/icu/icu4c/source/test/intltest/
H A Dmeasfmttest.cpp5428 MeasureUnitImpl mcm = MeasureUnitImpl::forIdentifier("", status); local
5429 mcm.appendSingleUnit(SingleUnitImpl::forMeasureUnit(MeasureUnit::getMeter(), status), status);
5430 mcm.appendSingleUnit(SingleUnitImpl::forMeasureUnit(MeasureUnit::getCentimeter(), status), status);
5432 assertEquals("append meter & centimeter: complexity", UMEASURE_UNIT_COMPOUND, mcm.complexity);
5433 assertEquals("append meter & centimeter: units length", 2, mcm.singleUnits.length());
5436 mcm.singleUnits[0]->getSimpleUnitID());
5438 mcm.singleUnits[1]->getSimpleUnitID());
5441 std::move(mcm).build(status).getIdentifier());

Completed in 22 milliseconds