/third_party/openssl/test/ |
H A D | evp_libctx_test.c | 665 OSSL_PARAM params[2]; in gen_dh_key() local 667 params[0] = OSSL_PARAM_construct_utf8_string("group", "ffdhe2048", 0); in gen_dh_key() 668 params[1] = OSSL_PARAM_construct_end(); in gen_dh_key() 672 || !TEST_true(EVP_PKEY_CTX_set_params(gctx, params)) in gen_dh_key()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrGLContext.cpp | 398 void GLContext::getFramebufferAttachmentParameteriv (deUint32 target, deUint32 attachment, deUint32 pname, int* params) in getFramebufferAttachmentParameteriv() argument 400 m_wrapper->glGetFramebufferAttachmentParameteriv(target, attachment, pname, params); in getFramebufferAttachmentParameteriv() 922 void GLContext::getIntegerv (deUint32 pname, int* params) in getIntegerv() argument 924 m_wrapper->glGetIntegerv(pname, params); in getIntegerv()
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_dh_asy_key_generator_test.cpp | 1125 HcfAsyKeyGenParams params = { in HWTEST_F() local 1132 HcfResult res = HcfAsyKeyGeneratorSpiDhCreate(¶ms, &returnSpi); in HWTEST_F() 1149 HcfAsyKeyGenParams params = { in HWTEST_F() local 1156 HcfResult res = HcfAsyKeyGeneratorSpiDhCreate(¶ms, &returnSpi); in HWTEST_F() 1172 HcfAsyKeyGenParams params = { in HWTEST_F() local 1179 HcfResult res = HcfAsyKeyGeneratorSpiDhCreate(¶ms, &returnSpi); in HWTEST_F()
|
H A D | crypto_rsa_asy_key_pem_test.cpp | 1522 HcfAsyKeyGenParams params = { in HWTEST_F() local 1528 HcfResult res = HcfAsyKeyGeneratorSpiRsaCreate(¶ms, &spiObj); in HWTEST_F() 1576 HcfAsyKeyGenParams params = { in HWTEST_F() local 1582 HcfResult res = HcfAsyKeyGeneratorSpiRsaCreate(¶ms, &spiObj); in HWTEST_F() 1630 HcfAsyKeyGenParams params = { in HWTEST_F() local 1636 HcfResult res = HcfAsyKeyGeneratorSpiRsaCreate(¶ms, &spiObj); in HWTEST_F()
|
/third_party/backends/backend/ |
H A D | mustek_pp_cis.c | 1557 if (!cis_read_line(dev, tmpbuf, dev->desc->params.pixels_per_line, in cis_get_next_line() 1562 for (ctr = 0; ctr < dev->desc->params.pixels_per_line; ctr++) in cis_get_next_line() 1586 memset (buf, 0xFF, dev->desc->params.bytes_per_line); in cis_get_lineart_line() 1588 for (ctr = 0; ctr < dev->desc->params.pixels_per_line; ctr++) in cis_get_lineart_line() 2541 SANE_Int pixels = dev->params.pixels_per_line; in cis_drv_start() 2773 cisdev->lines_left = dev->params.lines; in cis_drv_start()
|
H A D | ibm.h | 279 SANE_Parameters params; member
|
H A D | umax.h | 486 SANE_Parameters params; member
|
/third_party/node/deps/openssl/openssl/ssl/record/ |
H A D | ssl3_record.c | 924 OSSL_PARAM params[2], *p = params; in ssl3_enc() local 934 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in ssl3_enc() 1214 OSSL_PARAM params[2], *p = params; in tls1_enc() local 1224 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in tls1_enc()
|
/third_party/python/Tools/c-analyzer/c_parser/ |
H A D | info.py | 953 class Signature(namedtuple('Signature', 'params returntype inline isforward')): 985 params = text[index:] 986 while params.count('(') <= params.count(')'): 990 params = text[index:] 995 return cls(params, returntype, inline, isforward) 1006 self.params,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 434 UnusedShaderStagesCase (tcu::TestContext& testCtx, const std::string& name, const UnusedShaderStageParams& params) in UnusedShaderStagesCase() argument 436 , m_params (params) in UnusedShaderStagesCase() 451 UnusedShaderStagesInstance (Context& context, const UnusedShaderStageParams& params) in UnusedShaderStagesInstance() argument 453 , m_params (params) in UnusedShaderStagesInstance() 1712 const UnusedShaderStageParams params { pipelineConstructionType, useTess, useGeom }; in createMiscTests() 1713 miscTests->addChild(new UnusedShaderStagesCase(testCtx, testName, params)); in createMiscTests()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MultiviewDrawTest.cpp | 46 std::ostream &operator<<(std::ostream &os, const MultiviewRenderTestParams ¶ms) in operator <<() argument 49 static_cast<const MultiviewImplementationParams &>(params); in operator <<() 53 if (params.mSamples > 0) in operator <<() 55 os << "_samples_" << params.mSamples; in operator <<() 64 MultiviewFramebufferTestBase(const PlatformParameters ¶ms, int samples) in MultiviewFramebufferTestBase() argument 65 : MultiviewTestBase(params), in MultiviewFramebufferTestBase()
|
/third_party/openssl/ssl/record/ |
H A D | ssl3_record.c | 924 OSSL_PARAM params[2], *p = params; in ssl3_enc() local 934 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in ssl3_enc() 1214 OSSL_PARAM params[2], *p = params; in tls1_enc() local 1224 if (!EVP_CIPHER_CTX_get_params(ds, params)) { in tls1_enc()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
H A D | vp8l_dec.c | 1676 WebPDecParams* params = NULL; in VP8LDecodeImage() local 1686 params = (WebPDecParams*)io->opaque; in VP8LDecodeImage() 1687 assert(params != NULL); in VP8LDecodeImage() 1691 dec->output_ = params->output; in VP8LDecodeImage() 1694 if (!WebPIoInitFromOptions(params->options, io, MODE_BGRA)) { in VP8LDecodeImage() 1737 params->last_y = dec->last_out_row_; in VP8LDecodeImage()
|
/third_party/python/Lib/test/ |
H A D | test_xmlrpc.py | 232 data = '<params><param><value><spam/></value></param></params>' 234 data = ('<params><param><value><array>' 236 '</array></value></param></params>') 238 data = ('<params><param><value><struct>' 241 '</struct></value></param></params>') 245 dump = '<params><param><value>%s</value></param></params>' % s 375 def dispatched_func(*params): 376 raise self.DispatchExc(params) [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMiscTests.cpp | 431 UnusedShaderStagesCase (tcu::TestContext& testCtx, const std::string& name, const std::string& description, const UnusedShaderStageParams& params) in UnusedShaderStagesCase() argument 433 , m_params (params) in UnusedShaderStagesCase() 448 UnusedShaderStagesInstance (Context& context, const UnusedShaderStageParams& params) in UnusedShaderStagesInstance() argument 450 , m_params (params) in UnusedShaderStagesInstance() 1412 const UnusedShaderStageParams params { pipelineConstructionType, useTess, useGeom }; in createMiscTests() 1413 miscTests->addChild(new UnusedShaderStagesCase(testCtx, testName, "", params)); in createMiscTests()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto_openssl.c | 1972 EVP_PKEY *params = NULL; in crypto_ecdh_init() local 1991 params = EVP_PKEY_new(); in crypto_ecdh_init() 1992 if (!params || EVP_PKEY_set1_EC_KEY(params, ec_params) != 1) { in crypto_ecdh_init() 1998 kctx = EVP_PKEY_CTX_new(params, NULL); in crypto_ecdh_init() 2017 EVP_PKEY_free(params); in crypto_ecdh_init()
|
/base/print/print_fwk/services/print_service/include/ |
H A D | print_cups_client.h | 135 void UpdateBorderlessJobParameter(json& optionJson, JobParameters *params);
|
/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/ |
H A D | mock_device_manager_impl.cpp | 132 int32_t DeviceManagerImpl::SetUserOperation(const std::string &pkgName, int32_t action, const std::string ¶ms) in SetUserOperation() argument
|
/base/security/certificate_manager/interfaces/innerkits/cert_manager_standard/main/include/ |
H A D | cm_type.h | 353 struct CmParam params[]; member
|
/base/security/crypto_framework/frameworks/native/src/ |
H A D | signature.c | 30 HcfResult (*init)(HcfVerify *self, HcfParamsSpec *params, HcfPubKey *publicKey);
|
/base/security/device_auth/services/legacy/group_manager/inc/ |
H A D | group_operation_common.h | 96 int32_t GetGroupInfo(int32_t osAccountId, const QueryGroupParams *params, GroupEntryVec *returnGroupEntryVec);
|
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_engine/core/src/ |
H A D | hks_keyblob_test.cpp | 69 struct HksParamSet paramSet = { .paramSetSize = 0, .paramsCnt = exceedCnt, .params = {} }; in HWTEST_F()
|
/base/security/huks/interfaces/inner_api/huks_standard/main/include/ |
H A D | hks_type.h | 119 struct HksParam params[]; member
|
/base/security/huks/interfaces/kits/c/include/ |
H A D | native_huks_type.h | 788 struct OH_Huks_Param params[];
member
|
/base/telephony/core_service/utils/vcard/include/ |
H A D | vcard_decoder_v21.h | 46 virtual void DealParams(const std::string ¶ms, std::shared_ptr<VCardRawData> rawData, int32_t &errorCode);
|