Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey.c74 #define LEGACY_BEGIN "SSH PRIVATE KEY FILE FORMAT 1.1\n" macro
3423 if ((r = sshbuf_put(encrypted, LEGACY_BEGIN, in sshkey_private_rsa1_to_blob()
3424 sizeof(LEGACY_BEGIN))) != 0) in sshkey_private_rsa1_to_blob()
3573 if (sshbuf_len(blob) < sizeof(LEGACY_BEGIN)) in sshkey_parse_public_rsa1_fileblob()
3580 if (memcmp(sshbuf_ptr(blob), LEGACY_BEGIN, sizeof(LEGACY_BEGIN)) != 0) in sshkey_parse_public_rsa1_fileblob()
3585 if ((r = sshbuf_consume(copy, sizeof(LEGACY_BEGIN))) != 0) in sshkey_parse_public_rsa1_fileblob()
3640 if (sshbuf_len(blob) < sizeof(LEGACY_BEGIN)) in sshkey_parse_private_rsa1()
3647 if (memcmp(sshbuf_ptr(blob), LEGACY_BEGIN, sizeof(LEGACY_BEGIN)) != 0) in sshkey_parse_private_rsa1()
3659 if ((r = sshbuf_consume(copy, sizeof(LEGACY_BEGIN))) != 0) in sshkey_parse_private_rsa1()