Searched refs:testkey (Results 1 - 4 of 4) sorted by path

/freebsd-11-stable/contrib/ntp/sntp/tests/
H A DpacketHandling.c77 struct key testkey; local
83 testkey.next = NULL;
84 testkey.key_id = 30;
85 testkey.key_len = 9;
86 memcpy(testkey.key_seq, "123456789", testkey.key_len);
87 strlcpy(testkey.typen, "MD5", sizeof(testkey.typen));
88 testkey.typei = keytype_from_text(testkey
[all...]
/freebsd-11-stable/lib/libnv/tests/
H A Dnv_tests.cc328 key = "testkey";
671 key = "testkey";
720 key = "testkey";
741 key = "testkey";
757 const char *testkey; local
763 testkey = "boolkey";
765 nvlist_add_bool(nvl, testkey, testval);
767 ATF_REQUIRE_EQ(nvlist_take_bool(nvl, testkey), testval);
777 const char *testkey, *otherkey1, *otherkey2; local
784 testkey
811 const char *testkey; local
831 const char *testkey, *otherkey1, *otherkey2; local
865 const char *testkey; local
885 const char *testkey, *otherkey1, *otherkey2; local
919 const char *testkey; local
939 const char *testkey, *otherkey1, *otherkey2; local
970 const char *testkey; local
996 const char *testkey, *otherkey1, *otherkey2; local
[all...]
/freebsd-11-stable/crypto/openssl/
H A DMakefile432 $(RM) test/evptests.txt test/newkey.pem test/testkey.pem test/testreq.pem
H A DMakefile.org430 $(RM) test/evptests.txt test/newkey.pem test/testkey.pem test/testreq.pem

Completed in 130 milliseconds