Searched refs:expec256 (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/regress/usr.bin/ssh/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c48 u_char expec256[] = { local
231 ASSERT_SIZE_T_EQ(s, sizeof(expec256));
232 ASSERT_MEM_EQ(d, expec256, sizeof(expec256));
242 ASSERT_INT_EQ(sshbuf_put_string(p1, expec256, sizeof(expec256)), 0);
243 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(expec256) + 4);

Completed in 111 milliseconds