Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dsshkey.c73 #define MARK_END_LEN (sizeof(MARK_END) - 1) macro
4040 (r = sshbuf_put(blob, MARK_END, MARK_END_LEN)) != 0) in sshkey_private_to_blob2()
4084 if (encoded_len < (MARK_BEGIN_LEN + MARK_END_LEN) || in private2_uudecode()
4102 if (encoded_len >= MARK_END_LEN && in private2_uudecode()
4103 memcmp(cp, MARK_END, MARK_END_LEN) == 0) { in private2_uudecode()