Searched refs:mp_xor (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dbn_mp_xor.c20 mp_xor (mp_int * a, mp_int * b, mp_int * c) function
H A Dtommath.h292 int mp_xor(mp_int *a, mp_int *b, mp_int *c);
H A Dbn.tex1097 int mp_xor (mp_int * a, mp_int * b, mp_int * c);
/macosx-10.10.1/tcl-105/tcl/tcl/libtommath/
H A Dbn_mp_xor.c20 mp_xor (mp_int * a, mp_int * b, mp_int * c) function
H A Dtommath.h288 int mp_xor(mp_int *a, mp_int *b, mp_int *c);
/macosx-10.10.1/tcl-105/tcl/tcl/generic/
H A DtclTomMathDecls.h110 #define mp_xor TclBN_mp_xor macro
H A DtclExecute.c5338 mp_xor(First, Second, &bigResult);
5375 mp_xor(First, Second, &bigResult);
5404 mp_xor(First, Second, &bigResult);
5414 mp_xor(First, Second, &bigResult);
5428 mp_xor(First, Second, &bigResult);

Completed in 199 milliseconds