Symbol: test_case
crypto/heimdal/lib/asn1/check-common.c
196
generic_test (const struct test_case *tests,
crypto/heimdal/lib/asn1/check-common.c
354
generic_decode_fail (const struct test_case *tests,
crypto/heimdal/lib/asn1/check-common.h
50
generic_test (const struct test_case *tests,
crypto/heimdal/lib/asn1/check-common.h
61
generic_decode_fail(const struct test_case *tests,
crypto/heimdal/lib/asn1/check-der.c
186
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
239
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
280
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
328
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
372
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
406
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
448
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
492
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
530
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
594
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
60
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
639
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
652
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
665
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
678
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
690
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
702
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
715
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
733
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
747
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
759
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-der.c
774
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
1041
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
1124
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
1174
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
1211
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
1235
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
168
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
263
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
321
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
408
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
468
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
528
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
686
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
894
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
963
struct test_case tests[] = {
crypto/heimdal/lib/asn1/check-gen.c
98
struct test_case tests[] = {
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
16
uint8_t test_case[NTESTS][4 * B] = {
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
272
hexdump (test_case[testno], len);
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
274
ecb_enc (output, test_case[testno], len);
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
279
if (memcmp (tmp, test_case[testno], len)) {
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
304
hexdump (test_case[testno], len);
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
306
cbc_enc (output, test_case[testno], ivec, len);
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
311
if (memcmp (tmp, test_case[testno], len)) {
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
334
hexdump (test_case[testno], len);
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
336
cts_enc (output, test_case[testno], ivec, len);
crypto/krb5/src/lib/crypto/builtin/aes/aes-gen.c
341
if (memcmp (tmp, test_case[testno], len))
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
19
} test_case[NTESTS];
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
252
hexdump (test_case[testno].input, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
254
ecb_enc (test_case[testno].output, test_case[testno].input, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
256
hexdump (test_case[testno].output, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
258
ecb_dec (tmp, test_case[testno].output, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
259
if (memcmp (tmp, test_case[testno].input, len)) {
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
284
hexdump (test_case[testno].input, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
286
cbc_enc (test_case[testno].output, test_case[testno].input, ivec, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
288
hexdump (test_case[testno].output, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
290
cbc_dec (tmp, test_case[testno].output, ivec, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
291
if (memcmp (tmp, test_case[testno].input, len)) {
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
31
memset(test_case, 0, sizeof(test_case));
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
314
hexdump (test_case[testno].input, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
316
cts_enc (test_case[testno].output, test_case[testno].input, ivec, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
318
hexdump (test_case[testno].output, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
320
cts_dec (tmp, test_case[testno].output, ivec, len);
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
321
if (memcmp (tmp, test_case[testno].input, len))
crypto/krb5/src/lib/crypto/builtin/camellia/camellia-gen.c
34
test_case[i].input[j] = 0xff & rand();
crypto/openssl/test/bio_base64_test.c
183
static int test_bio_base64_run(test_case *t, int llen, int wscnt)
crypto/openssl/test/bio_base64_test.c
307
static int generic_case(test_case *t, int verbose)
crypto/openssl/test/bio_base64_test.c
367
test_case t;
crypto/openssl/test/bio_base64_test.c
404
test_case t;
crypto/openssl/test/params_test.c
706
ADD_ALL_TESTS(test_case, OSSL_NELEM(test_cases));
crypto/openssl/test/quic_srt_gen_test.c
33
static const struct test_case tests[] = {
crypto/openssl/test/quic_srt_gen_test.c
46
const struct test_case *t = &tests[idx];
crypto/openssl/test/test_test.c
22
#define TEST(expected, test) test_case((expected), #test, (test))
tools/regression/priv/priv_vfs_clearsugid.c
70
confirm_sugid(char *test_case, int asroot, int injail)
tools/regression/priv/priv_vfs_clearsugid.c
75
warn("%s stat(%s)", test_case, fpath);
tools/regression/priv/priv_vfs_clearsugid.c
80
warnx("%s(root, %s): !SUID", test_case, injail ?
tools/regression/priv/priv_vfs_clearsugid.c
84
warnx("%s(!root, %s): SUID", test_case, injail ?