Lines Matching full:bignum
102 /* BN_to_felem converts an OpenSSL BIGNUM into an felem. */
103 static int BN_to_felem(felem out, const BIGNUM *bn) {
125 /* felem_to_BN converts an felem into an OpenSSL BIGNUM. */
126 static BIGNUM *smallfelem_to_BN(BIGNUM *out, const smallfelem in) {
1534 BIGNUM *x, BIGNUM *y,
1579 const BIGNUM *g_scalar, const EC_POINT *p,
1580 const BIGNUM *p_scalar, BN_CTX *ctx) {
1583 BIGNUM *x, *y, *z, *tmp_scalar;