Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey.c74 #define MARK_END_LEN (sizeof(MARK_END) - 1) macro
2854 (r = sshbuf_put(blob, MARK_END, MARK_END_LEN)) != 0) in sshkey_private_to_blob2()
2896 if (encoded_len < (MARK_BEGIN_LEN + MARK_END_LEN) || in private2_uudecode()
2914 if (encoded_len >= MARK_END_LEN && in private2_uudecode()
2915 memcmp(cp, MARK_END, MARK_END_LEN) == 0) { in private2_uudecode()