Searched refs:copyGiant (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DcurveParams.c842 newcp->basePrime = copyGiant(cp->basePrime);
846 newcp->a = copyGiant(cp->a);
847 newcp->b = copyGiant(cp->b);
848 newcp->c = copyGiant(cp->c);
849 newcp->x1Plus = copyGiant(cp->x1Plus);
851 newcp->x1Minus = copyGiant(cp->x1Minus);
853 newcp->y1Plus = copyGiant(cp->y1Plus);
854 newcp->cOrderPlus = copyGiant(cp->cOrderPlus);
856 newcp->cOrderMinus = copyGiant(cp->cOrderMinus);
858 newcp->x1OrderPlus = copyGiant(c
[all...]
H A DgiantIntegers.h102 giant copyGiant(giant x);
H A DgiantIntegers.c34 Fixed potential packing/alignment bug in copyGiant()
475 giant copyGiant(giant x) function
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DcurveParams.c842 newcp->basePrime = copyGiant(cp->basePrime);
846 newcp->a = copyGiant(cp->a);
847 newcp->b = copyGiant(cp->b);
848 newcp->c = copyGiant(cp->c);
849 newcp->x1Plus = copyGiant(cp->x1Plus);
851 newcp->x1Minus = copyGiant(cp->x1Minus);
853 newcp->y1Plus = copyGiant(cp->y1Plus);
854 newcp->cOrderPlus = copyGiant(cp->cOrderPlus);
856 newcp->cOrderMinus = copyGiant(cp->cOrderMinus);
858 newcp->x1OrderPlus = copyGiant(c
[all...]
H A DgiantIntegers.h102 giant copyGiant(giant x);
H A DgiantIntegers.c34 Fixed potential packing/alignment bug in copyGiant()
475 giant copyGiant(giant x) function

Completed in 259 milliseconds