Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.c73 #define LEGACY_BEGIN "SSH PRIVATE KEY FILE FORMAT 1.1\n" macro
3468 if ((r = sshbuf_put(encrypted, LEGACY_BEGIN, in sshkey_private_rsa1_to_blob()
3469 sizeof(LEGACY_BEGIN))) != 0) in sshkey_private_rsa1_to_blob()
3614 if (sshbuf_len(blob) < sizeof(LEGACY_BEGIN)) in sshkey_parse_public_rsa1_fileblob()
3621 if (memcmp(sshbuf_ptr(blob), LEGACY_BEGIN, sizeof(LEGACY_BEGIN)) != 0) in sshkey_parse_public_rsa1_fileblob()
3626 if ((r = sshbuf_consume(copy, sizeof(LEGACY_BEGIN))) != 0) in sshkey_parse_public_rsa1_fileblob()
3678 if (sshbuf_len(blob) < sizeof(LEGACY_BEGIN)) in sshkey_parse_private_rsa1()
3685 if (memcmp(sshbuf_ptr(blob), LEGACY_BEGIN, sizeof(LEGACY_BEGIN)) != 0) in sshkey_parse_private_rsa1()
3697 if ((r = sshbuf_consume(copy, sizeof(LEGACY_BEGIN))) != 0) in sshkey_parse_private_rsa1()