Home
last modified time | relevance | path

Searched refs:test_key (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/ntp/lib/isc/tests/
H A Dhash_test.c966 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
976 test_key++; in ATF_TC_BODY()
1129 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
1139 test_key++; in ATF_TC_BODY()
1292 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
1302 test_key++; in ATF_TC_BODY()
1461 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
1471 test_key++; in ATF_TC_BODY()
1630 memcpy(buffer, test_key->key, test_key->len); in ATF_TC_BODY()
1640 test_key++; in ATF_TC_BODY()
[all …]
/freebsd-13.1/contrib/apr-util/crypto/
H A Dcrypt_blowfish.c817 const char *test_key = "8b \xd0\xc1\xd2\xcf\xcc\xd8"; in _crypt_blowfish_rn() local
847 p = BF_crypt(test_key, buf.s, buf.o, sizeof(buf.o) - (1 + 1), 1); in _crypt_blowfish_rn()
/freebsd-13.1/crypto/openssh/
H A Dssh-add.c476 test_key(int agent_fd, const char *filename) in test_key() function
810 r |= test_key(agent_fd, argv[i]); in main()