Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/pem/
H A Dpem_lib.c736 static const char beginstr[] = "-----BEGIN "; variable
739 #define BEGINLEN ((int)(sizeof(beginstr) - 1))
772 } while (strncmp(linebuf, beginstr, BEGINLEN) != 0 in get_name()
/third_party/openssl/crypto/pem/
H A Dpem_lib.c736 static const char beginstr[] = "-----BEGIN "; variable
739 #define BEGINLEN ((int)(sizeof(beginstr) - 1))
772 } while (strncmp(linebuf, beginstr, BEGINLEN) != 0 in get_name()

Completed in 4 milliseconds