Home
last modified time | relevance | path

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

/freebsd-src/crypto/openssh/regress/unittests/sshbuf/
H A Dtest_sshbuf_getput_crypto.c58 u_char expec256[] = { in sshbuf_getput_crypto_tests() local
243 ASSERT_SIZE_T_EQ(s, sizeof(expec256)); in sshbuf_getput_crypto_tests()
244 ASSERT_MEM_EQ(d, expec256, sizeof(expec256)); in sshbuf_getput_crypto_tests()
254 ASSERT_INT_EQ(sshbuf_put_string(p1, expec256, sizeof(expec256)), 0); in sshbuf_getput_crypto_tests()
255 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(expec256) + 4); in sshbuf_getput_crypto_tests()