Searched refs:bn_x (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
361 MKBN(ec256_x, bn_x);
364 EC_KEY_get0_group(eck), ecp, bn_x, bn_y, NULL), 1);
366 BN_free(bn_x);
388 bn_x = BN_new();
390 ASSERT_PTR_NE(bn_x, NULL);
394 bn_x, bn_y, NULL), 1); local
397 ASSERT_INT_EQ(BN_cmp(bn_x, bn), 0);
402 BN_free(bn_x);

Completed in 102 milliseconds