Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_crypto.c52 BIGNUM *bn_x, *bn_y; in sshbuf_getput_crypto_tests() local
361 MKBN(ec256_x, bn_x); in sshbuf_getput_crypto_tests()
364 EC_KEY_get0_group(eck), ecp, bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests()
366 BN_free(bn_x); in sshbuf_getput_crypto_tests()
388 bn_x = BN_new(); in sshbuf_getput_crypto_tests()
390 ASSERT_PTR_NE(bn_x, NULL); in sshbuf_getput_crypto_tests()
394 bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests()
397 ASSERT_INT_EQ(BN_cmp(bn_x, bn), 0); in sshbuf_getput_crypto_tests()
402 BN_free(bn_x); in sshbuf_getput_crypto_tests()