Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Dp256-64.c133 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) { in smallfelem_to_BN() function
1566 if (!smallfelem_to_BN(x, x_out)) { in ec_GFp_nistp256_point_get_affine_coordinates()
1578 if (!smallfelem_to_BN(y, y_out)) { in ec_GFp_nistp256_point_get_affine_coordinates()
1683 if (!smallfelem_to_BN(x, x_in) || in ec_GFp_nistp256_points_mul()
1684 !smallfelem_to_BN(y, y_in) || in ec_GFp_nistp256_points_mul()
1685 !smallfelem_to_BN(z, z_in)) { in ec_GFp_nistp256_points_mul()