Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_basic.c45 u_char bn_exp3[] = { 0x00, 0x00, 0x00, 0x03, 0x00, 0x80, 0x09 }; in sshbuf_getput_basic_tests() local
471 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(bn_exp3)); in sshbuf_getput_basic_tests()
472 ASSERT_MEM_EQ(sshbuf_ptr(p1), bn_exp3, sizeof(bn_exp3)); in sshbuf_getput_basic_tests()
480 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(bn_exp3)); in sshbuf_getput_basic_tests()
481 ASSERT_MEM_EQ(sshbuf_ptr(p1), bn_exp3, sizeof(bn_exp3)); in sshbuf_getput_basic_tests()