Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_basic.c43 u_char bn_exp1[] = { 0x00, 0x00, 0x00, 0x00 }; in sshbuf_getput_basic_tests() local
435 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(bn_exp1)); in sshbuf_getput_basic_tests()
436 ASSERT_MEM_EQ(sshbuf_ptr(p1), bn_exp1, sizeof(bn_exp1)); in sshbuf_getput_basic_tests()
444 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(bn_exp1)); in sshbuf_getput_basic_tests()
445 ASSERT_MEM_EQ(sshbuf_ptr(p1), bn_exp1, sizeof(bn_exp1)); in sshbuf_getput_basic_tests()