Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/lib/libnv/tests/
H A Dnv_tests.cc973 size_t testsize, actual_size; in ATF_TEST_CASE_BODY() local
979 testsize = 457; in ATF_TEST_CASE_BODY()
980 testval = malloc(testsize); in ATF_TEST_CASE_BODY()
981 memset(testval, '5', testsize); in ATF_TEST_CASE_BODY()
982 nvlist_move_binary(nvl, testkey, testval, testsize); in ATF_TEST_CASE_BODY()
985 ATF_REQUIRE_EQ(testsize, actual_size); in ATF_TEST_CASE_BODY()
986 ATF_REQUIRE_EQ(memcmp(actual_val, testval, testsize), 0); in ATF_TEST_CASE_BODY()
1000 size_t testsize, othersize, actual_size; in ATF_TEST_CASE_BODY() local
1015 testsize = sizeof(testval); in ATF_TEST_CASE_BODY()
1016 nvlist_add_binary(nvl, testkey, testval, testsize); in ATF_TEST_CASE_BODY()
[all …]