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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistz256.c557 * ecp_nistz256_bignum_to_field_elem copies the contents of |in| to |out| and
560 static int ecp_nistz256_bignum_to_field_elem(BN_ULONG out[P256_LIMBS], function
642 if (!ecp_nistz256_bignum_to_field_elem(row[1 - 1].X, &point[i]->X)
643 || !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Y, &point[i]->Y)
644 || !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Z, &point[i]->Z)) {
842 if (!ecp_nistz256_bignum_to_field_elem(preComputedTable[j][k].X,
844 !ecp_nistz256_bignum_to_field_elem(preComputedTable[j][k].Y,
1365 if (!ecp_nistz256_bignum_to_field_elem(point_x, &point->X) ||
1366 !ecp_nistz256_bignum_to_field_elem(point_y, &point->Y) ||
1367 !ecp_nistz256_bignum_to_field_elem(point_
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistz256.c557 * ecp_nistz256_bignum_to_field_elem copies the contents of |in| to |out| and
560 static int ecp_nistz256_bignum_to_field_elem(BN_ULONG out[P256_LIMBS], function
642 if (!ecp_nistz256_bignum_to_field_elem(row[1 - 1].X, &point[i]->X)
643 || !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Y, &point[i]->Y)
644 || !ecp_nistz256_bignum_to_field_elem(row[1 - 1].Z, &point[i]->Z)) {
842 if (!ecp_nistz256_bignum_to_field_elem(preComputedTable[j][k].X,
844 !ecp_nistz256_bignum_to_field_elem(preComputedTable[j][k].Y,
1365 if (!ecp_nistz256_bignum_to_field_elem(point_x, &point->X) ||
1366 !ecp_nistz256_bignum_to_field_elem(point_y, &point->Y) ||
1367 !ecp_nistz256_bignum_to_field_elem(point_
[all...]

Completed in 313 milliseconds