Home
last modified time | relevance | path

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

/dports/security/seal/SEAL-3.7.2/native/src/seal/c/
H A Devaluator.cpp82 SEAL_C_FUNC Evaluator_Add(void *thisptr, void *encrypted1, void *encrypted2, void *destination) in Evaluator_Add() function
/dports/security/seal/SEAL-3.7.2/dotnet/src/
H A DNativeMethods.cs311 …internal static extern void Evaluator_Add(IntPtr thisptr, IntPtr encrypted1, IntPtr encrypted2, In… in Evaluator_Add() method in Microsoft.Research.SEAL.NativeMethods