Searched defs:P256_POINT (Results 1 - 1 of 1) sorted by relevance

/external/boringssl/src/crypto/fipsmodule/ec/
H A Dp256-x86_64.h66 /* A P256_POINT represents a P-256 point in Jacobian coordinates. */
71 } P256_POINT; typedef in typeref:struct:__anon679
83 void ecp_nistz256_select_w5(P256_POINT *val, const P256_POINT in_t[16],
93 void ecp_nistz256_point_double(P256_POINT *r, const P256_POINT *a);
96 void ecp_nistz256_point_add(P256_POINT *r, const P256_POINT *a,
97 const P256_POINT *b);
102 void ecp_nistz256_point_add_affine(P256_POINT *
[all...]

Completed in 100 milliseconds