HomeSort by relevance Sort by last modified time
    Searched refs:P256_POINT_AFFINE (Results 1 - 4 of 4) sorted by null

  /external/boringssl/src/crypto/fipsmodule/ec/
p256-x86_64.h 73 // A P256_POINT_AFFINE represents a P-256 point in affine coordinates. Infinity
78 } P256_POINT_AFFINE;
89 void ecp_nistz256_select_w7(P256_POINT_AFFINE *val,
90 const P256_POINT_AFFINE in_t[64], int index);
103 const P256_POINT_AFFINE *b);
p256-x86_64_test.cc 68 alignas(64) P256_POINT_AFFINE table[64];
75 P256_POINT_AFFINE val;
78 P256_POINT_AFFINE expected;
140 static bool PointToAffine(P256_POINT_AFFINE *out, const P256_POINT *in) {
165 OPENSSL_memset(out, 0, sizeof(P256_POINT_AFFINE));
197 const P256_POINT_AFFINE *expected, const P256_POINT *actual) {
199 // |P256_POINT_AFFINE| and compare.
200 P256_POINT_AFFINE affine;
209 if (OPENSSL_memcmp(expected, &affine, sizeof(P256_POINT_AFFINE)) != 0) {
301 P256_POINT_AFFINE result
    [all...]
p256-x86_64.c 43 typedef P256_POINT_AFFINE PRECOMP256_ROW[64];
318 P256_POINT_AFFINE a;
p256-x86_64-table.h 28 ecp_nistz256_precomputed[37][64 * sizeof(P256_POINT_AFFINE) /
    [all...]

Completed in 711 milliseconds