Home
last modified time | relevance | path

Searched defs:Evaluator_Square (Results 1 – 2 of 2) sorted by relevance

/dports/security/seal/SEAL-3.7.2/native/src/seal/c/
H A Devaluator.cpp308 SEAL_C_FUNC Evaluator_Square(void *thisptr, void *encrypted, void *destination, void *pool) in Evaluator_Square() function
/dports/security/seal/SEAL-3.7.2/dotnet/src/
H A DNativeMethods.cs335 …internal static extern void Evaluator_Square(IntPtr thisptr, IntPtr encrypted, IntPtr destination,… in Evaluator_Square() method in Microsoft.Research.SEAL.NativeMethods