Searched refs:bn_y (Results 1 – 1 of 1) sorted by relevance
/external/openssh/regress/unittests/sshbuf/ |
D | test_sshbuf_getput_crypto.c | 52 BIGNUM *bn_x, *bn_y; in sshbuf_getput_crypto_tests() local 362 MKBN(ec256_y, bn_y); in sshbuf_getput_crypto_tests() 364 EC_KEY_get0_group(eck), ecp, bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests() 367 BN_free(bn_y); in sshbuf_getput_crypto_tests() 389 bn_y = BN_new(); in sshbuf_getput_crypto_tests() 391 ASSERT_PTR_NE(bn_y, NULL); in sshbuf_getput_crypto_tests() 394 bn_x, bn_y, NULL), 1); in sshbuf_getput_crypto_tests() 398 ASSERT_INT_EQ(BN_cmp(bn_y, bn2), 0); in sshbuf_getput_crypto_tests() 403 BN_free(bn_y); in sshbuf_getput_crypto_tests()
|