Home | History | Annotate | Download | only in dropbear

Lines Matching full:ssh2

977  * The format of the base64 blob is largely ssh2-packet-formatted,
991 * magic number before it. All other size fields are ordinary ssh2
1036 * either `none' or `3des-cbc'. Looks as if this is SSH2-style
1076 0 != strcmp(buffer, "---- BEGIN SSH2 ENCRYPTED PRIVATE KEY ----\n")) {
1087 if (!strcmp(buffer, "---- END SSH2 ENCRYPTED PRIVATE KEY ----\n"))
1655 fputs("---- BEGIN SSH2 ENCRYPTED PRIVATE KEY ----\n", fp);
1674 fputs("---- END SSH2 ENCRYPTED PRIVATE KEY ----\n", fp);