Searched refs:smallfelem_to_BN (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 169 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) in smallfelem_to_BN() function 1971 if (!smallfelem_to_BN(x, x_out)) { in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1982 if (!smallfelem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 2068 if (!smallfelem_to_BN(x, g_pre_comp[0][1][0]) || in ossl_ec_GFp_nistp256_points_mul() 2069 !smallfelem_to_BN(y, g_pre_comp[0][1][1]) || in ossl_ec_GFp_nistp256_points_mul() 2070 !smallfelem_to_BN(z, g_pre_comp[0][1][2])) { in ossl_ec_GFp_nistp256_points_mul() 2211 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) || in ossl_ec_GFp_nistp256_points_mul() 2212 (!smallfelem_to_BN(z, z_in))) { in ossl_ec_GFp_nistp256_points_mul()
|
/third_party/openssl/crypto/ec/ |
H A D | ecp_nistp256.c | 169 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) in smallfelem_to_BN() function 1971 if (!smallfelem_to_BN(x, x_out)) { in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 1982 if (!smallfelem_to_BN(y, y_out)) { in ossl_ec_GFp_nistp256_point_get_affine_coordinates() 2068 if (!smallfelem_to_BN(x, g_pre_comp[0][1][0]) || in ossl_ec_GFp_nistp256_points_mul() 2069 !smallfelem_to_BN(y, g_pre_comp[0][1][1]) || in ossl_ec_GFp_nistp256_points_mul() 2070 !smallfelem_to_BN(z, g_pre_comp[0][1][2])) { in ossl_ec_GFp_nistp256_points_mul() 2211 if ((!smallfelem_to_BN(x, x_in)) || (!smallfelem_to_BN(y, y_in)) || in ossl_ec_GFp_nistp256_points_mul() 2212 (!smallfelem_to_BN(z, z_in))) { in ossl_ec_GFp_nistp256_points_mul()
|
Completed in 7 milliseconds