Searched refs:felem_to_BN (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ec/ |
H A D | ecp_nistp224.c | 348 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) 1351 if (!felem_to_BN(x, x_out)) { 1363 if (!felem_to_BN(y, y_out)) { 1449 if (!felem_to_BN(x, g_pre_comp[0][1][0]) || 1450 !felem_to_BN(y, g_pre_comp[0][1][1]) || 1451 !felem_to_BN(z, g_pre_comp[0][1][2])) { 1586 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) || 1587 (!felem_to_BN(z, z_in))) {
|
H A D | ecp_nistp521.c | 193 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) 1806 if (!felem_to_BN(x, x_out)) { 1818 if (!felem_to_BN(y, y_out)) { 1905 if (!felem_to_BN(x, g_pre_comp[1][0]) || 1906 !felem_to_BN(y, g_pre_comp[1][1]) || 1907 !felem_to_BN(z, g_pre_comp[1][2])) { 2046 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) || 2047 (!felem_to_BN(z, z_in))) {
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ec/ |
H A D | ecp_nistp224.c | 350 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) in felem_to_BN() function 1359 if (!felem_to_BN(x, x_out)) { in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1370 if (!felem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp224_point_get_affine_coordinates() 1455 if (!felem_to_BN(x, g_pre_comp[0][1][0]) || in ossl_ec_GFp_nistp224_points_mul() 1456 !felem_to_BN(y, g_pre_comp[0][1][1]) || in ossl_ec_GFp_nistp224_points_mul() 1457 !felem_to_BN(z, g_pre_comp[0][1][2])) { in ossl_ec_GFp_nistp224_points_mul() 1592 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) || in ossl_ec_GFp_nistp224_points_mul() 1593 (!felem_to_BN(z, z_in))) { in ossl_ec_GFp_nistp224_points_mul()
|
H A D | ecp_nistp521.c | 194 static BIGNUM *felem_to_BN(BIGNUM *out, const felem in) in felem_to_BN() function 1863 if (!felem_to_BN(x, x_out)) { in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1874 if (!felem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp521_point_get_affine_coordinates() 1960 if (!felem_to_BN(x, g_pre_comp[1][0]) || in ossl_ec_GFp_nistp521_points_mul() 1961 !felem_to_BN(y, g_pre_comp[1][1]) || in ossl_ec_GFp_nistp521_points_mul() 1962 !felem_to_BN(z, g_pre_comp[1][2])) { in ossl_ec_GFp_nistp521_points_mul() 2101 if ((!felem_to_BN(x, x_in)) || (!felem_to_BN(y, y_in)) || in ossl_ec_GFp_nistp521_points_mul() 2102 (!felem_to_BN(z, z_in))) { in ossl_ec_GFp_nistp521_points_mul()
|