Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dtest_cfx.c95 int integ, size_t testsize) in test_special() argument
112 testsize, in test_special()
128 if (testsize < rsize) in test_special()
131 (int)testsize, (int)rsize, (int)max_wrap_size); in test_special()
/freebsd/lib/libnv/tests/
H A Dnv_tests.cc971 size_t testsize, actual_size; in ATF_TEST_CASE_BODY() local
977 testsize = 457; in ATF_TEST_CASE_BODY()
978 testval = malloc(testsize); in ATF_TEST_CASE_BODY()
979 memset(testval, '5', testsize); in ATF_TEST_CASE_BODY()
980 nvlist_move_binary(nvl, testkey, testval, testsize); in ATF_TEST_CASE_BODY()
983 ATF_REQUIRE_EQ(testsize, actual_size); in ATF_TEST_CASE_BODY()
984 ATF_REQUIRE_EQ(memcmp(actual_val, testval, testsize), 0); in ATF_TEST_CASE_BODY()
998 size_t testsize, othersize, actual_size; in ATF_TEST_CASE_BODY() local
1013 testsize = sizeof(testval); in ATF_TEST_CASE_BODY()
1014 nvlist_add_binary(nvl, testkey, testval, testsize); in ATF_TEST_CASE_BODY()
[all …]