Searched refs:expected2 (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | sm3_internal_test.c | 52 static const unsigned char expected2[SM3_DIGEST_LENGTH] = { in test_sm3() local 71 || !TEST_mem_eq(md2, SM3_DIGEST_LENGTH, expected2, SM3_DIGEST_LENGTH)) in test_sm3()
|
| D | evp_extra_test.c | 4169 const unsigned char *expected2; member 4271 if (!TEST_mem_eq(t->expected2, t->expectedlen2, outbuf, outlen1 + outlen2)) { in test_gcm_reinit()
|
| /netbsd/src/usr.bin/rpcgen/ |
| D | rpc_util.h | 121 void expected2(tok_kind, tok_kind) __dead;
|
| D | rpc_scan.c | 92 expected2(expect1, expect2); in scan2()
|
| D | rpc_util.c | 309 expected2(tok_kind exp1, tok_kind exp2) in expected2() function
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | rust-parse.c | 2255 const int expected2[] = { INTEGER, '.', IDENT, '(', ')', 0 }; in rust_lex_test_trailing_dot() local 2260 rust_lex_test_sequence (parser, "23_0.g()", ARRAY_SIZE (expected2), in rust_lex_test_trailing_dot() 2261 expected2); in rust_lex_test_trailing_dot() 2388 const int expected2[] = { IDENT, '#', 0 }; in rust_lex_tests() local 2389 rust_lex_test_sequence (&parser, "r#", ARRAY_SIZE (expected2), expected2); in rust_lex_tests()
|
| /netbsd/src/external/mit/expat/dist/tests/ |
| D | basic_tests.c | 3867 const XML_Char *expected2 = XCS("HiHo"); in START_TEST() local 3885 CharData_CheckXMLChars(&storage, expected2); in START_TEST()
|