Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/sshbuf/
Dtest_sshbuf_getput_crypto.c58 u_char expec256[] = { in sshbuf_getput_crypto_tests() local
373 ASSERT_SIZE_T_EQ(s, sizeof(expec256)); in sshbuf_getput_crypto_tests()
374 ASSERT_MEM_EQ(d, expec256, sizeof(expec256)); in sshbuf_getput_crypto_tests()
384 ASSERT_INT_EQ(sshbuf_put_string(p1, expec256, sizeof(expec256)), 0); in sshbuf_getput_crypto_tests()
385 ASSERT_SIZE_T_EQ(sshbuf_len(p1), sizeof(expec256) + 4); in sshbuf_getput_crypto_tests()