Searched refs:the_banana (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/crypto/openssh/regress/unittests/sshkey/
H A Dtest_sshkey.c136 const u_char the_banana[] = { 'b', 'a', 'n', 'a', 'n', 'a' }; local
138 for (o = 0; o < l; o += sizeof(the_banana)) {
139 if (l - o < sizeof(the_banana)) {
143 memcpy(s + o, banana, sizeof(the_banana));

Completed in 108 milliseconds