Searched refs:y_bn (Results 1 – 1 of 1) sorted by relevance
1701 BIGNUM *x_bn, *y_bn; in crypto_ec_point_to_bin() local1709 y_bn = BN_new(); in crypto_ec_point_to_bin()1711 if (x_bn && y_bn && in crypto_ec_point_to_bin()1713 x_bn, y_bn, e->bnctx)) { in crypto_ec_point_to_bin()1719 crypto_bignum_to_bin((struct crypto_bignum *) y_bn, in crypto_ec_point_to_bin()1726 BN_clear_free(y_bn); in crypto_ec_point_to_bin()