Searched refs:y_bn (Results 1 – 1 of 1) sorted by relevance
2457 BIGNUM *x_bn, *y_bn; in crypto_ec_point_to_bin() local2465 y_bn = BN_new(); in crypto_ec_point_to_bin()2467 if (x_bn && y_bn && in crypto_ec_point_to_bin()2469 x_bn, y_bn, e->bnctx)) { in crypto_ec_point_to_bin()2476 (struct crypto_bignum *) y_bn, y, len, len); in crypto_ec_point_to_bin()2484 BN_clear_free(y_bn); in crypto_ec_point_to_bin()