Home
last modified time | relevance | path

Searched refs:testmsg (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dt-smstdio.c26 static char testmsg[] = "hello, world\n"; variable
37 (void) sm_io_fprintf(fp, SM_TIME_DEFAULT, "%s", testmsg);
57 if (SM_TEST(n == strlen(testmsg)))
60 SM_TEST(strcmp(buf, testmsg) == 0);
/freebsd/crypto/openssl/test/
H A Devp_fetch_prov_test.c142 const char testmsg[] = "Hello world"; in test_md() local
151 && TEST_true(calculate_digest(md, testmsg, sizeof(testmsg), exptd)) in test_md()
268 const unsigned char testmsg[] = "Hello world"; in test_cipher() local
271 && TEST_true(encrypt_decrypt(cipher, testmsg, sizeof(testmsg))); in test_cipher()
/freebsd/crypto/openssl/test/recipes/
H A D30-test_evp_fetch_prov.t115 my $testmsg =
119 "running evp_fetch_prov_test with $alg$testprovstr$testmsg";
/freebsd/contrib/netbsd-tests/kernel/
H A Dt_sysv.c74 struct testmsg { struct
188 struct testmsg m; in ATF_TC_BODY()
345 struct testmsg m; in receiver()
/freebsd/contrib/tcpdump/
H A Dprint-decnet.c178 struct testmsg /* hello and test message */ struct
235 struct testmsg cm_test; /* hello and test message */
616 if (length < sizeof(struct testmsg)) in print_decnet_ctlmsg()