Searched refs:bn_y (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssh/regress/unittests/sshbuf/ |
| H A D | test_sshbuf_getput_crypto.c | 52 BIGNUM *bn_x, *bn_y; in sshbuf_getput_crypto_tests() local 232 MKBN(ec256_y, bn_y); in sshbuf_getput_crypto_tests() 234 EC_KEY_get0_group(eck), ecp, bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests() 237 BN_free(bn_y); in sshbuf_getput_crypto_tests() 259 bn_y = BN_new(); in sshbuf_getput_crypto_tests() 261 ASSERT_PTR_NE(bn_y, NULL); in sshbuf_getput_crypto_tests() 264 bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests() 268 ASSERT_INT_EQ(BN_cmp(bn_y, bn2), 0); in sshbuf_getput_crypto_tests() 273 BN_free(bn_y); in sshbuf_getput_crypto_tests()
|