Searched refs:felem_to_BN (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistp224.c371 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) function
1361 if (!felem_to_BN(x, x_out)) {
1373 if (!felem_to_BN(y, y_out)) {
1467 if (!felem_to_BN(x, g_pre_comp[0][1][0]) ||
1468 !felem_to_BN(y, g_pre_comp[0][1][1]) ||
1469 !felem_to_BN(z, g_pre_comp[0][1][2])) {
1601 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||
1602 (!felem_to_BN(z, z_in))) {
H A Decp_nistp521.c204 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */
205 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) function
1756 if (!felem_to_BN(x, x_out)) {
1768 if (!felem_to_BN(y, y_out)) {
1862 if (!felem_to_BN(x, g_pre_comp[1][0]) ||
1863 !felem_to_BN(y, g_pre_comp[1][1]) ||
1864 !felem_to_BN(z, g_pre_comp[1][2])) {
2000 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||
2001 (!felem_to_BN(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp224.c371 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) function
1361 if (!felem_to_BN(x, x_out)) {
1373 if (!felem_to_BN(y, y_out)) {
1467 if (!felem_to_BN(x, g_pre_comp[0][1][0]) ||
1468 !felem_to_BN(y, g_pre_comp[0][1][1]) ||
1469 !felem_to_BN(z, g_pre_comp[0][1][2])) {
1601 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||
1602 (!felem_to_BN(z, z_in))) {
H A Decp_nistp521.c204 /* felem_to_BN converts an felem into an OpenSSL BIGNUM */
205 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) function
1756 if (!felem_to_BN(x, x_out)) {
1768 if (!felem_to_BN(y, y_out)) {
1862 if (!felem_to_BN(x, g_pre_comp[1][0]) ||
1863 !felem_to_BN(y, g_pre_comp[1][1]) ||
1864 !felem_to_BN(z, g_pre_comp[1][2])) {
2000 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) ||
2001 (!felem_to_BN(
[all...]

Completed in 70 milliseconds