HomeSort by: relevance | last modified time | path
    Searched defs:beginstr (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/pem/
pem_lib.c 736 static const char beginstr[] = "-----BEGIN "; variable
739 #define BEGINLEN ((int)(sizeof(beginstr) - 1))
772 } while (strncmp(linebuf, beginstr, BEGINLEN) != 0
  /src/crypto/external/bsd/openssl.old/dist/crypto/pem/
pem_lib.c 719 static const char beginstr[] = "-----BEGIN "; variable
722 #define BEGINLEN ((int)(sizeof(beginstr) - 1))
753 } while (strncmp(linebuf, beginstr, BEGINLEN) != 0

Completed in 24 milliseconds