Home
last modified time | relevance | path

Searched refs:ParmType (Results 1 – 25 of 68) sorted by relevance

123

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/unittest/
H A DUnitTestCommonElements.cpp53 using ParmType = typename Element::Params; in common_basic_ops() typedef
71 shared_ptr<ParmType> ilparams = in common_basic_ops()
150 using ParmType = typename Element::Params; in common_set_format() typedef
161 shared_ptr<ParmType> ilparams = ElemParamFactory::GenElemParams<ParmType>( in common_set_format()
202 using ParmType = typename Element::Params; in common_setters_getters() typedef
250 using ParmType = typename Element::Params; in common_binary_ops() typedef
260 shared_ptr<ParmType> ilparams = ElemParamFactory::GenElemParams<ParmType>( in common_binary_ops()
345 using ParmType = typename Element::Params; in common_clone_ops() typedef
400 using ParmType = typename Element::Params; in common_arithmetic_ops_element() typedef
479 using ParmType = typename Element::Params; in common_other_methods() typedef
[all …]
H A DUnitTestPolyElements.cpp54 using ParmType = typename Element::Params; in rounding_ops() typedef
62 auto ilparams = std::make_shared<ParmType>(m, q, primitiveRootOfUnity); in rounding_ops()
146 using ParmType = typename Element::Params; in set_get_values() typedef
217 using ParmType = typename Element::Params; in at() typedef
272 using ParmType = typename Element::Params; in switch_modulus() typedef
324 using ParmType = typename Element::Params; in rn_generators() typedef
383 using ParmType = typename Element::Params; in poly_other_methods() typedef
472 using ParmType = typename Element::Params; in signed_mod() typedef
517 using ParmType = typename Element::Params; in automorphismTransform() typedef
559 using ParmType = typename Element::Params; in transposition() typedef
[all …]
H A DUnitTestNTT.cpp50 using ParmType = typename Element::Params; in switch_format_simple_single_crt() typedef
57 ParmType params(m1, modulus, rootOfUnity); in switch_format_simple_single_crt()
58 ParmType params2(m1 / 2, modulus, rootOfUnity); in switch_format_simple_single_crt()
59 auto x1p = std::make_shared<ParmType>(params); in switch_format_simple_single_crt()
60 auto x2p = std::make_shared<ParmType>(params2); in switch_format_simple_single_crt()
/dports/devel/ptlib/ptlib-2.10.11/include/ptlib/
H A Dnotifier.h62 template <typename ParmType>
78 ParmType extra ///< Extra information that may be passed to function.
108 template <typename ParmType>
116 PNotifierFunctionTemplate<ParmType> * func = NULL ///< Notifier function to call.
126 ParmType extra ///< Extra information that may be passed to function. in operator()
129 ((PNotifierFunctionTemplate<ParmType>*)object)->Call(notifier,extra); in operator()
/dports/textproc/xalan-c/xalan_c-1.12/samples/UseStylesheetParam/
H A DTestCAPIparm.c43 char * ParmType; member
73 ParamInfo[j].ParmType = argv[i]; in main()
99 if (!strcmp(ParamInfo[i].ParmType, "-s")) in main()
105 else if (!strcmp(ParamInfo[i].ParmType, "-n")) in main()
111 else if (!strcmp(ParamInfo[i].ParmType, "-d")) in main()
139 if (!strcmp(ParamInfo[i].ParmType, "-d")) in main()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/include/lattice/
H A Dtrapdoorparameters.h39 using ParmType = typename Element::Params; variable
57 TrapdoorParams(shared_ptr<ParmType> elemparams, DggType& dgg, double stddev) in TrapdoorParams()
63 shared_ptr<ParmType> GetElemParams() const { return m_elemparams; } in GetElemParams()
68 void SetElemParams(shared_ptr<ParmType> elemparams) { in SetElemParams()
96 shared_ptr<ParmType> m_elemparams;
107 using ParmType = typename Element::Params; variable
128 RLWETrapdoorParams(shared_ptr<ParmType> elemparams, DggType& dgg,
H A Dtrapdoor.h78 using ParmType = typename Element::Params;
97 shared_ptr<ParmType> params, double stddev, int64_t base = 2, in GetFormat()
115 TrapdoorGenSquareMat(shared_ptr<ParmType> params, double stddev,
223 const shared_ptr<ParmType> params = Tprime0(0, 0).GetParams(); in SetFormat()
369 const shared_ptr<ParmType> params = R(0, 0).GetParams();
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/
H A Dcryptocontextfactory.cpp90 shared_ptr<ParmType> ep, const PlaintextModulus plaintextmodulus, in genCryptoContextBFV()
151 auto ep = std::make_shared<ParmType>(0, IntType(0), IntType(0)); in genCryptoContextBFV()
180 auto ep = std::make_shared<ParmType>(0, IntType(0), IntType(0)); in genCryptoContextBFV()
210 auto ep = std::make_shared<ParmType>(0, IntType(0), IntType(0)); in genCryptoContextBFVrns()
254 auto ep = std::make_shared<ParmType>(0, IntType(0), IntType(0)); in genCryptoContextBFVrns()
284 auto ep = std::make_shared<ParmType>(0, IntType(0), IntType(0)); in genCryptoContextBFVrns()
314 auto ep = std::make_shared<ParmType>(0, IntType(0), IntType(0)); in genCryptoContextBFVrnsB()
358 auto ep = std::make_shared<ParmType>(0, IntType(0), IntType(0)); in genCryptoContextBFVrnsB()
681 auto ep = std::make_shared<ParmType>(m, moduli, roots); in genCryptoContextNull()
692 auto ep = std::make_shared<ParmType>(m, IntType(ptModulus), 1); in genCryptoContextNull()
[all …]
H A Dcryptocontexthelper-impl.cpp126 using ParmType = typename Poly::Params; in getNewContext() typedef
148 shared_ptr<ParmType> parms; in getNewContext()
160 parms = std::make_shared<ParmType>(stoul(ring), IntType(q), in getNewContext()
169 parms = std::make_shared<ParmType>(stoul(ring), IntType(modulus), in getNewContext()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/scheme/bfvrns/
H A Dbfvrns.h76 using ParmType = typename Element::Params;
128 LPCryptoParametersBFVrns(shared_ptr<ParmType> params,
149 LPCryptoParametersBFVrns(shared_ptr<ParmType> params,
170 LPCryptoParametersBFVrns(shared_ptr<ParmType> params,
522 using ParmType = typename Element::Params;
565 using ParmType = typename Element::Params;
618 using ParmType = typename Element::Params;
709 using ParmType = typename Element::Params;
809 using ParmType = typename Element::Params;
867 using ParmType = typename Element::Params;
/dports/net/opal/opal-3.10.10/src/Python/ptlib/
H A DPNotifier.sip29 template <ParmType>
47 ParmType extra ///< Extra information that may be passed to function.
53 template <ParmType>
64 PNotifierFunctionTemplate<ParmType> * func = NULL ///< Notifier function to call.
74 // ParmType extra ///< Extra information that may be passed to function.
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/scheme/bfv/
H A Dbfv.h74 using ParmType = typename Element::Params;
132 LPCryptoParametersBFV(shared_ptr<ParmType> params,
166 LPCryptoParametersBFV(shared_ptr<ParmType> params,
200 LPCryptoParametersBFV(shared_ptr<ParmType> params,
388 using ParmType = typename Element::Params;
441 using ParmType = typename Element::Params;
519 using ParmType = typename Element::Params;
751 using ParmType = typename Element::Params;
862 using ParmType = typename Element::Params;
1031 using ParmType = typename Element::Params;
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/scheme/bfvrns/
H A Dbfvrns.cpp75 shared_ptr<ParmType> params, const PlaintextModulus &plaintextModulus, in LPCryptoParametersBFVrns()
87 shared_ptr<ParmType> params, EncodingParams encodingParams, in LPCryptoParametersBFVrns()
96 shared_ptr<ParmType> params, EncodingParams encodingParams, in LPCryptoParametersBFVrns()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/scheme/bfvrnsb/
H A DbfvrnsB.h73 using ParmType = typename Element::Params; variable
651 using ParmType = typename Element::Params; variable
693 using ParmType = typename Element::Params; variable
746 using ParmType = typename Element::Params; variable
838 using ParmType = typename Element::Params; variable
939 using ParmType = typename Element::Params; variable
997 using ParmType = typename Element::Params; variable
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/scheme/bfvrnsb/
H A DbfvrnsB.cpp78 shared_ptr<ParmType> params, const PlaintextModulus &plaintextModulus, in LPCryptoParametersBFVrnsB()
93 shared_ptr<ParmType> params, EncodingParams encodingParams, in LPCryptoParametersBFVrnsB()
105 shared_ptr<ParmType> params, EncodingParams encodingParams, in LPCryptoParametersBFVrnsB()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/scheme/bfv/
H A Dbfv.cpp87 shared_ptr<ParmType> params, const PlaintextModulus &plaintextModulus, in LPCryptoParametersBFV()
108 shared_ptr<ParmType> params, EncodingParams encodingParams, in LPCryptoParametersBFV()
126 shared_ptr<ParmType> params, EncodingParams encodingParams, in LPCryptoParametersBFV()
348 auto ilParams = std::make_shared<ParmType>(2 * n, qPrime, rootOfUnity); in ParamsGen()
368 const shared_ptr<ParmType> elementParams = cryptoParams->GetElementParams(); in KeyGen()
417 const shared_ptr<ParmType> elementParams = cryptoParams->GetElementParams(); in Encrypt()
708 const shared_ptr<ParmType> elementParams = in EvalMult()
954 const shared_ptr<ParmType> elementParams = in KeySwitchGen()
1140 const shared_ptr<ParmType> elementParams = in ReKeyGen()
1217 const shared_ptr<ParmType> elementParams = in ReEncrypt()
[all …]
H A Dbfv-impl.cpp73 shared_ptr<ParmType> params, const PlaintextModulus &plaintextModulus, in LPCryptoParametersBFV()
85 shared_ptr<ParmType> params, EncodingParams encodingParams, in LPCryptoParametersBFV()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/scheme/bgvrns/
H A Dbgvrns.h62 using ParmType = typename Element::Params; variable
114 LPCryptoParametersBGVrns(shared_ptr<ParmType> params,
149 LPCryptoParametersBGVrns(shared_ptr<ParmType> params,
739 using ParmType = typename Element::Params; variable
816 using ParmType = typename Element::Params; variable
903 using ParmType = typename Element::Params; variable
1697 using ParmType = typename Element::Params; variable
1854 using ParmType = typename Element::Params; variable
2031 using ParmType = typename Element::Params; variable
2141 using ParmType = typename Element::Params; variable
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/scheme/bgvrns/
H A Dbgvrns-impl.cpp399 m_paramsComplPartQ[l][j] = std::make_shared<ParmType>( in PrecomputeCRTTables()
718 const shared_ptr<ParmType> ptxtParams = ptxt.GetParams(); in Encrypt()
806 const shared_ptr<ParmType> ptxtParams = ptxt.GetParams(); in Encrypt()
1297 const shared_ptr<ParmType> paramsQl = cv[0].GetParams(); in KeySwitchGHSInPlace()
1507 const shared_ptr<ParmType> paramsQl = cv[0].GetParams(); in KeySwitchHybridInPlace()
1572 const shared_ptr<ParmType> paramsComplPartQ = in KeySwitchHybridInPlace()
2530 const shared_ptr<ParmType> paramsQl = cv[0].GetParams(); in EvalFastRotationPrecomputeGHS()
2593 const shared_ptr<ParmType> paramsQl = psiC0.GetParams(); in EvalFastRotationGHS()
2680 const shared_ptr<ParmType> paramsQl = cv[0].GetParams(); in EvalFastRotationPrecomputeHybrid()
2743 const shared_ptr<ParmType> paramsComplPartQ = in EvalFastRotationPrecomputeHybrid()
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/lib/lattice/
H A Dtrapdoor-dcrtpoly-impl.cpp45 RLWETrapdoorUtility<DCRTPoly>::TrapdoorGen(shared_ptr<ParmType> params, in TrapdoorGen()
90 RLWETrapdoorUtility<DCRTPoly>::TrapdoorGenSquareMat(shared_ptr<ParmType> params, in TrapdoorGenSquareMat()
154 const shared_ptr<ParmType> params = u.GetParams(); in GaussSamp()
236 const shared_ptr<ParmType> params = U(0, 0).GetParams(); in GaussSampSquareMat()
/dports/devel/creduce/creduce-2.10.0/clang_delta/
H A DTemplateArgToInt.cpp360 const TemplateTypeParmType *ParmType = SubstType->getReplacedParameter(); in handleOneType() local
361 TemplateTypeParmDecl *ParmDecl = ParmType->getDecl(); in handleOneType()
376 InvalidIdx->insert(ParmType->getIndex()); in handleOneType()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/scheme/ckks/
H A Dckks-impl.cpp413 m_paramsComplPartQ[l][j] = std::make_shared<ParmType>( in PrecomputeCRTTables()
745 const shared_ptr<ParmType> ptxtParams = ptxt.GetParams(); in Encrypt()
829 const shared_ptr<ParmType> ptxtParams = ptxt.GetParams(); in Encrypt()
1209 const shared_ptr<ParmType> paramsQl = cv[0].GetParams(); in KeySwitchHybridInPlace()
1274 const shared_ptr<ParmType> paramsComplPartQ = in KeySwitchHybridInPlace()
1456 const shared_ptr<ParmType> paramsQl = cv[0].GetParams(); in KeySwitchGHSInPlace()
3732 const shared_ptr<ParmType> paramsQl = cv[0].GetParams(); in EvalFastRotationPrecomputeGHS()
3764 const shared_ptr<ParmType> paramsQl = cv[0].GetParams(); in EvalFastRotationPrecomputeHybrid()
3827 const shared_ptr<ParmType> paramsComplPartQ = in EvalFastRotationPrecomputeHybrid()
3917 const shared_ptr<ParmType> paramsQl = psiC0.GetParams(); in EvalFastRotationHybrid()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp407 QualType ParmType = in findFunctionArgMutation() local
411 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()
412 ParmType = T->getPattern(); in findFunctionArgMutation()
416 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp407 QualType ParmType = in findFunctionArgMutation() local
411 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()
412 ParmType = T->getPattern(); in findFunctionArgMutation()
416 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp407 QualType ParmType = in findFunctionArgMutation() local
411 if (const auto *T = ParmType->getAs<PackExpansionType>()) in findFunctionArgMutation()
412 ParmType = T->getPattern(); in findFunctionArgMutation()
416 if (const auto *RefType = ParmType->getAs<RValueReferenceType>()) { in findFunctionArgMutation()

123