Home
last modified time | relevance | path

Searched refs:bn_x (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c52 BIGNUM *bn_x, *bn_y; in sshbuf_getput_crypto_tests() local
231 MKBN(ec256_x, bn_x); in sshbuf_getput_crypto_tests()
234 EC_KEY_get0_group(eck), ecp, bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests()
236 BN_free(bn_x); in sshbuf_getput_crypto_tests()
258 bn_x = BN_new(); in sshbuf_getput_crypto_tests()
260 ASSERT_PTR_NE(bn_x, NULL); in sshbuf_getput_crypto_tests()
264 bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests()
267 ASSERT_INT_EQ(BN_cmp(bn_x, bn), 0); in sshbuf_getput_crypto_tests()
272 BN_free(bn_x); in sshbuf_getput_crypto_tests()