Searched refs:scratch7 (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/
H A DgiantIntegers.c938 giant scratch7; local
944 scratch7 = borrowGiant(u->capacity);
945 gtog(v, scratch7);
946 gshiftleft(diff,scratch7);
947 if(gcompg(u,scratch7) < 0) diff--;
950 returnGiant(scratch7);
955 returnGiant(scratch7);
963 giant scratch7; local
974 scratch7 = borrowGiant(giantSize);
983 gtog(x, scratch7);
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/
H A DgiantIntegers.c938 giant scratch7; local
944 scratch7 = borrowGiant(u->capacity);
945 gtog(v, scratch7);
946 gshiftleft(diff,scratch7);
947 if(gcompg(u,scratch7) < 0) diff--;
950 returnGiant(scratch7);
955 returnGiant(scratch7);
963 giant scratch7; local
974 scratch7 = borrowGiant(giantSize);
983 gtog(x, scratch7);
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_cryptkit/CurveParamDocs/
H A Dgiants.c1143 giant scratch7; local
1150 scratch7 = popg();
1151 gtog(v, scratch7);
1152 gshiftleft(diff,scratch7);
1153 if (gcompg(u,scratch7) < 0)
1177 giant scratch7, u0, u1, v0, v1; local
1190 scratch7 = popg();
1195 gtog(x, scratch7);
1198 subg(v0,scratch7);
1199 gtog(scratch7, v
1254 giant scratch7, u0, u1, v0, v1; local
[all...]
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dgiants.c1143 giant scratch7; local
1150 scratch7 = popg();
1151 gtog(v, scratch7);
1152 gshiftleft(diff,scratch7);
1153 if (gcompg(u,scratch7) < 0)
1177 giant scratch7, u0, u1, v0, v1; local
1190 scratch7 = popg();
1195 gtog(x, scratch7);
1198 subg(v0,scratch7);
1199 gtog(scratch7, v
1254 giant scratch7, u0, u1, v0, v1; local
[all...]

Completed in 173 milliseconds