Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/
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 …]
/third_party/openssl/crypto/
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 …]
/third_party/node/deps/openssl/openssl/include/internal/
Dcore.h51 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
/third_party/openssl/include/internal/
Dcore.h51 OSSL_METHOD_CONSTRUCT_METHOD *mcm, void *mcm_data);
/third_party/node/deps/openssl/openssl/crypto/store/
Dstore_meth.c336 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_loader_fetch() local
353 &mcm, methdata)) != NULL) { in inner_loader_fetch()
/third_party/openssl/crypto/store/
Dstore_meth.c336 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_loader_fetch() local
353 &mcm, methdata)) != NULL) { in inner_loader_fetch()
/third_party/openssl/doc/internal/man3/
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
/third_party/openssl/crypto/evp/
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/evp/
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/
Dencoder_meth.c407 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_encoder_fetch() local
424 &mcm, methdata)) != NULL) { in inner_ossl_encoder_fetch()
Ddecoder_meth.c397 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_decoder_fetch() local
414 &mcm, methdata)) != NULL) { in inner_ossl_decoder_fetch()
/third_party/openssl/crypto/encode_decode/
Ddecoder_meth.c397 OSSL_METHOD_CONSTRUCT_METHOD mcm = { in inner_ossl_decoder_fetch() local
414 &mcm, methdata)) != NULL) { in inner_ossl_decoder_fetch()
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/toybox/
DREADME40 the file "scripts/mcm-buildall.sh" in the toybox source) are available at:
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMeasureUnitTest.java4608 MeasureUnitImpl mcm = MeasureUnitImpl.forIdentifier("meter"); in TestInternalMeasureUnitImpl() local
4609 mcm.appendSingleUnit(MeasureUnit.CENTIMETER.getCopyOfMeasureUnitImpl().getSingleUnitImpl()); in TestInternalMeasureUnitImpl()
4610 …assertEquals("append meter & centimeter: complexity", MeasureUnit.Complexity.COMPOUND, mcm.getComp… 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).getSimple… in TestInternalMeasureUnitImpl()
4613 …assertEquals("append meter & centimeter: units[1]", "meter", mcm.getSingleUnits().get(1).getSimple… in TestInternalMeasureUnitImpl()
4614 …assertEquals("append meter & centimeter: identifier", "meter-centimeter", mcm.build().getIdentifie… in TestInternalMeasureUnitImpl()
/third_party/icu/icu4c/source/test/intltest/
Dmeasfmttest.cpp5428 MeasureUnitImpl mcm = MeasureUnitImpl::forIdentifier("", status); in TestInternalMeasureUnitImpl() local
5429 mcm.appendSingleUnit(SingleUnitImpl::forMeasureUnit(MeasureUnit::getMeter(), status), status); in TestInternalMeasureUnitImpl()
5430mcm.appendSingleUnit(SingleUnitImpl::forMeasureUnit(MeasureUnit::getCentimeter(), status), status); in TestInternalMeasureUnitImpl()
5432 assertEquals("append meter & centimeter: complexity", UMEASURE_UNIT_COMPOUND, mcm.complexity); in TestInternalMeasureUnitImpl()
5433 assertEquals("append meter & centimeter: units length", 2, mcm.singleUnits.length()); in TestInternalMeasureUnitImpl()
5436 mcm.singleUnits[0]->getSimpleUnitID()); in TestInternalMeasureUnitImpl()
5438 mcm.singleUnits[1]->getSimpleUnitID()); in TestInternalMeasureUnitImpl()
5441 std::move(mcm).build(status).getIdentifier()); in TestInternalMeasureUnitImpl()
/third_party/astc-encoder/Test/Images/Small/HDR-RGB/
Dhdr-rgb-00.hdr1625 …���Ð��ܢיâ����舌��诈����ٙ��~��~~�˳��x�x�Ѡ���s��������Ǘؠ�t����ѩ�����樎ؗ�}���۽�xx��ǎ�mcm�~�+�^�hTW< 
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt6894 mcm