Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/pem/
Dpem_lib.c719 static const char beginstr[] = "-----BEGIN "; variable
722 #define BEGINLEN ((int)(sizeof(beginstr) - 1))
753 } while (strncmp(linebuf, beginstr, BEGINLEN) != 0 in get_name()