Searched refs:pem_start (Results 1 – 1 of 1) sorted by relevance
932 static const char pem_start[] = "-----BEGIN"; in is_pem() local934 if (len < sizeof(pem_start)) { in is_pem()937 if (strncmp(pem_start, (const char *) buf, sizeof(pem_start) - 1) == 0) { in is_pem()