Searched refs:AddJacobian (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/crypto/
H A Dp224.cc431 // AddJacobian computes *out = a+b where a != b.
432 void AddJacobian(Point *out, function in namespace:__anon9385
607 AddJacobian(&tmp, a, *out);
724 AddJacobian(out, a, b);
/external/libweave/third_party/chromium/crypto/
H A Dp224.cc460 // AddJacobian computes *out = a+b where a != b.
461 void AddJacobian(Point *out, function in namespace:__anon11742
636 AddJacobian(&tmp, a, *out);
753 AddJacobian(out, a, b);

Completed in 198 milliseconds