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

/freebsd-11-stable/crypto/heimdal/lib/gssapi/krb5/
H A Dtest_cfx.c95 int integ, size_t testsize)
112 testsize,
128 if (testsize < rsize)
130 "testsize (%d) < rsize (%d) for max_wrap_size %d",
131 (int)testsize, (int)rsize, (int)max_wrap_size);
94 test_special(krb5_context context, krb5_crypto crypto, int integ, size_t testsize) argument
/freebsd-11-stable/lib/libnv/tests/
H A Dnv_tests.cc973 size_t testsize, actual_size; local
979 testsize = 457;
980 testval = malloc(testsize);
981 memset(testval, '5', testsize);
982 nvlist_move_binary(nvl, testkey, testval, testsize);
985 ATF_REQUIRE_EQ(testsize, actual_size);
986 ATF_REQUIRE_EQ(memcmp(actual_val, testval, testsize), 0);
1000 size_t testsize, othersize, actual_size; local
1015 testsize = sizeof(testval);
1016 nvlist_add_binary(nvl, testkey, testval, testsize);
[all...]

Completed in 114 milliseconds