Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_basic.c44 u_char bn_exp2[] = { 0x00, 0x00, 0x00, 0x02, 0x01, 0x02 }; in sshbuf_getput_basic_tests() local
453 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(bn_exp2)); in sshbuf_getput_basic_tests()
454 ASSERT_MEM_EQ(sshbuf_ptr(p1), bn_exp2, sizeof(bn_exp2)); in sshbuf_getput_basic_tests()
462 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(bn_exp2)); in sshbuf_getput_basic_tests()
463 ASSERT_MEM_EQ(sshbuf_ptr(p1), bn_exp2, sizeof(bn_exp2)); in sshbuf_getput_basic_tests()