Symbol: P256_POINT_AFFINE
crypto/openssl/crypto/ec/ecp_nistz256.c
127
void ecp_nistz256_scatter_w7(P256_POINT_AFFINE *val,
crypto/openssl/crypto/ec/ecp_nistz256.c
128
const P256_POINT_AFFINE *in_t, int idx);
crypto/openssl/crypto/ec/ecp_nistz256.c
129
void ecp_nistz256_gather_w7(P256_POINT_AFFINE *val,
crypto/openssl/crypto/ec/ecp_nistz256.c
130
const P256_POINT_AFFINE *in_t, int idx);
crypto/openssl/crypto/ec/ecp_nistz256.c
254
const P256_POINT_AFFINE *b);
crypto/openssl/crypto/ec/ecp_nistz256.c
435
const P256_POINT_AFFINE *b)
crypto/openssl/crypto/ec/ecp_nistz256.c
56
typedef P256_POINT_AFFINE PRECOMP256_ROW[64];
crypto/openssl/crypto/ec/ecp_nistz256.c
852
if ((precomp_storage = OPENSSL_malloc(37 * 64 * sizeof(P256_POINT_AFFINE) + 64)) == NULL)
crypto/openssl/crypto/ec/ecp_nistz256.c
873
P256_POINT_AFFINE temp;
crypto/openssl/crypto/ec/ecp_nistz256.c
916
const P256_POINT_AFFINE *in,
crypto/openssl/crypto/ec/ecp_nistz256.c
950
P256_POINT_AFFINE a;
crypto/openssl/crypto/ec/ecp_nistz256_table.c
31
static const BN_ULONG ecp_nistz256_precomputed[37][64 * sizeof(P256_POINT_AFFINE) / sizeof(BN_ULONG)]
crypto/openssl/crypto/ec/ecp_sm2p256.c
215
const P256_POINT_AFFINE *Q)
crypto/openssl/crypto/ec/ecp_sm2p256.c
338
P256_POINT_AFFINE Q;
crypto/openssl/crypto/ec/ecp_sm2p256.c
371
P256_POINT_AFFINE P)
crypto/openssl/crypto/ec/ecp_sm2p256.c
417
static void ecp_sm2p256_point_get_affine(P256_POINT_AFFINE *R,
crypto/openssl/crypto/ec/ecp_sm2p256.c
461
P256_POINT_AFFINE a;
crypto/openssl/crypto/ec/ecp_sm2p256.c
522
P256_POINT_AFFINE a;