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

/freebsd-10.2-release/crypto/openssh/
H A Dauthfile.c91 static const char authfile_id_string[] = variable
476 for (i = 0; authfile_id_string[i]; i++)
477 buffer_put_char(&encrypted, authfile_id_string[i]);
639 if (buffer_len(blob) < sizeof(authfile_id_string)) {
648 if (memcmp(buffer_ptr(blob), authfile_id_string,
649 sizeof(authfile_id_string)) != 0) {
655 buffer_consume(&copy, sizeof(authfile_id_string));
783 if (buffer_len(blob) < sizeof(authfile_id_string)) {
792 if (memcmp(buffer_ptr(blob), authfile_id_string,
793 sizeof(authfile_id_string)) !
[all...]

Completed in 92 milliseconds