Home
last modified time | relevance | path

Searched refs:EvalFastRotationPrecompute (Results 1 – 10 of 10) sorted by relevance

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/examples/
H A Dadvanced-real-numbers-128.cpp672 auto cPrecomp = cc->EvalFastRotationPrecompute(c); in FastRotationsDemo1()
798 auto cPrecomp = cc->EvalFastRotationPrecompute(c); in FastRotationsDemo2()
H A Dadvanced-real-numbers.cpp764 auto cPrecomp = cc->EvalFastRotationPrecompute(c); in FastRotationsDemo1()
889 auto cPrecomp = cc->EvalFastRotationPrecompute(c); in FastRotationsDemo2()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/
H A Dcryptocontext.h2236 shared_ptr<vector<Element>> EvalFastRotationPrecompute( in ReadTopology()
2238 auto rv = GetEncryptionAlgorithm()->EvalFastRotationPrecompute(ct); in ReadTopology()
H A Dpubkeylp.h2263 virtual shared_ptr<vector<Element>> EvalFastRotationPrecompute( in EvalFastRotationPrecompute() function
4018 virtual shared_ptr<vector<Element>> EvalFastRotationPrecompute( in EvalFastRotationPrecompute() function
4023 auto ct = m_algorithmSHE->EvalFastRotationPrecompute(ciphertext); in EvalFastRotationPrecompute()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/unittest/
H A DUnitTestCKKS.cpp1091 auto cPrecomp1 = cc->EvalFastRotationPrecompute(ciphertext1); in GENERATE_TEST_CASES_FUNC_BV()
1693 auto cPrecomp1 = cc->EvalFastRotationPrecompute(ciphertext1); in UnitTest_Metadata()
H A DUnitTestBGVrns.cpp979 auto decompose = cc->EvalFastRotationPrecompute(ciphertext1); in GENERATE_TEST_CASES_FUNC_BV()
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/scheme/bgvrns/
H A Dbgvrns.h1460 shared_ptr<vector<Element>> EvalFastRotationPrecompute(
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/include/scheme/ckks/
H A Dckks.h1464 shared_ptr<vector<Element>> EvalFastRotationPrecompute(
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/scheme/bgvrns/
H A Dbgvrns-impl.cpp2885 shared_ptr<vector<Poly>> LPAlgorithmSHEBGVrns<Poly>::EvalFastRotationPrecompute( in EvalFastRotationPrecompute() function in lbcrypto::LPAlgorithmSHEBGVrns
2892 LPAlgorithmSHEBGVrns<NativePoly>::EvalFastRotationPrecompute( in EvalFastRotationPrecompute() function in lbcrypto::LPAlgorithmSHEBGVrns
2899 LPAlgorithmSHEBGVrns<DCRTPoly>::EvalFastRotationPrecompute( in EvalFastRotationPrecompute() function in lbcrypto::LPAlgorithmSHEBGVrns
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/pke/lib/scheme/ckks/
H A Dckks-impl.cpp3865 shared_ptr<vector<Poly>> LPAlgorithmSHECKKS<Poly>::EvalFastRotationPrecompute( in EvalFastRotationPrecompute() function in lbcrypto::LPAlgorithmSHECKKS
3872 LPAlgorithmSHECKKS<NativePoly>::EvalFastRotationPrecompute( in EvalFastRotationPrecompute() function in lbcrypto::LPAlgorithmSHECKKS
3879 LPAlgorithmSHECKKS<DCRTPoly>::EvalFastRotationPrecompute( in EvalFastRotationPrecompute() function in lbcrypto::LPAlgorithmSHECKKS