Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/pem/
H A Dpem_lib.c767 #define BEGINSTR "-----BEGIN " macro
770 #define BEGINLEN ((int)(sizeof(BEGINSTR) - 1))
801 } while (!HAS_PREFIX(linebuf, BEGINSTR) in get_name()