Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c768 #define ENDSTR "-----END " macro
771 #define ENDLEN ((int)(sizeof(ENDSTR) - 1))
872 if (HAS_PREFIX(linebuf, ENDSTR) || got_header == IN_HEADER) in get_header_and_data()
896 if (CHECK_AND_SKIP_PREFIX(p, ENDSTR)) { in get_header_and_data()