Searched refs:bn_y (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c52 BIGNUM *bn_x, *bn_y; local
362 MKBN(ec256_y, bn_y);
364 EC_KEY_get0_group(eck), ecp, bn_x, bn_y, NULL), 1);
367 BN_free(bn_y);
389 bn_y = BN_new();
391 ASSERT_PTR_NE(bn_y, NULL);
394 bn_x, bn_y, NULL), 1); local
398 ASSERT_INT_EQ(BN_cmp(bn_y, bn2), 0);
403 BN_free(bn_y);

Completed in 163 milliseconds