Searched refs:PEM_LINE_LENGTH (Results 1 – 1 of 1) sorted by relevance
1295 if (len > PEM_LINE_LENGTH) {1296 len = PEM_LINE_LENGTH;1349 static const int PEM_LINE_LENGTH = 66; member in BIO_InputStream