Home
last modified time | relevance | path

Searched refs:smallfelem_to_BN (Results 1 – 1 of 1) sorted by relevance

/external/boringssl/src/crypto/ec/
Dp256-64.c149 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) { in smallfelem_to_BN() function
1671 if (x != NULL && !smallfelem_to_BN(x, x_out)) { in ec_GFp_nistp256_point_get_affine_coordinates()
1680 if (y != NULL && !smallfelem_to_BN(y, y_out)) { in ec_GFp_nistp256_point_get_affine_coordinates()
1845 if (!smallfelem_to_BN(x, x_in) || in ec_GFp_nistp256_points_mul()
1846 !smallfelem_to_BN(y, y_in) || in ec_GFp_nistp256_points_mul()
1847 !smallfelem_to_BN(z, z_in)) { in ec_GFp_nistp256_points_mul()