Searched refs:BN_to_felem (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Decp_nistp224.c347 static int BN_to_felem(felem out, const BIGNUM *bn) function
1351 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1352 (!BN_to_felem(z1, &point->Z)))
1542 if ((!BN_to_felem(x_out, &p->X)) ||
1543 (!BN_to_felem(y_out, &p->Y)) ||
1544 (!BN_to_felem(z_out, &p->Z)))
1662 if ((!BN_to_felem(pre->g_pre_comp[0][1][0], &group->generator->X)) ||
1663 (!BN_to_felem(pre->g_pre_comp[0][1][1], &group->generator->Y)) ||
1664 (!BN_to_felem(pr
[all...]
H A Decp_nistp256.c156 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
157 static int BN_to_felem(felem out, const BIGNUM *bn) function
1938 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1939 (!BN_to_felem(z1, &point->Z)))
2131 if ((!BN_to_felem(x_out, &p->X)) ||
2132 (!BN_to_felem(y_out, &p->Y)) ||
2133 (!BN_to_felem(z_out, &p->Z)))
2254 if ((!BN_to_felem(x_tmp, &group->generator->X)) ||
2255 (!BN_to_felem(y_tm
[all...]
H A Decp_nistp521.c180 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
181 static int BN_to_felem(felem out, const BIGNUM *bn) function
1746 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1747 (!BN_to_felem(z1, &point->Z)))
1940 if ((!BN_to_felem(x_out, &p->X)) ||
1941 (!BN_to_felem(y_out, &p->Y)) ||
1942 (!BN_to_felem(z_out, &p->Z)))
2061 if ((!BN_to_felem(pre->g_pre_comp[1][0], &group->generator->X)) ||
2062 (!BN_to_felem(pr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Decp_nistp224.c347 static int BN_to_felem(felem out, const BIGNUM *bn) function
1351 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1352 (!BN_to_felem(z1, &point->Z)))
1542 if ((!BN_to_felem(x_out, &p->X)) ||
1543 (!BN_to_felem(y_out, &p->Y)) ||
1544 (!BN_to_felem(z_out, &p->Z)))
1662 if ((!BN_to_felem(pre->g_pre_comp[0][1][0], &group->generator->X)) ||
1663 (!BN_to_felem(pre->g_pre_comp[0][1][1], &group->generator->Y)) ||
1664 (!BN_to_felem(pr
[all...]
H A Decp_nistp256.c156 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
157 static int BN_to_felem(felem out, const BIGNUM *bn) function
1938 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1939 (!BN_to_felem(z1, &point->Z)))
2131 if ((!BN_to_felem(x_out, &p->X)) ||
2132 (!BN_to_felem(y_out, &p->Y)) ||
2133 (!BN_to_felem(z_out, &p->Z)))
2254 if ((!BN_to_felem(x_tmp, &group->generator->X)) ||
2255 (!BN_to_felem(y_tm
[all...]
H A Decp_nistp521.c180 /* BN_to_felem converts an OpenSSL BIGNUM into an felem */
181 static int BN_to_felem(felem out, const BIGNUM *bn) function
1746 if ((!BN_to_felem(x_in, &point->X)) || (!BN_to_felem(y_in, &point->Y)) ||
1747 (!BN_to_felem(z1, &point->Z)))
1940 if ((!BN_to_felem(x_out, &p->X)) ||
1941 (!BN_to_felem(y_out, &p->Y)) ||
1942 (!BN_to_felem(z_out, &p->Z)))
2061 if ((!BN_to_felem(pre->g_pre_comp[1][0], &group->generator->X)) ||
2062 (!BN_to_felem(pr
[all...]

Completed in 171 milliseconds