Home
last modified time | relevance | path

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

/third_party/openssl/crypto/pem/
Dpem_lib.c739 #define BEGINLEN ((int)(sizeof(beginstr) - 1)) macro
772 } while (strncmp(linebuf, beginstr, BEGINLEN) != 0 in get_name()
776 len = len - BEGINLEN - TAILLEN + 1; in get_name()
782 memcpy(*name, linebuf + BEGINLEN, len); in get_name()