Lines Matching defs:cert_start
1528 char *sep_start, *sep_end, *cert_start, *cert_end;
1537 cert_start = strstr(sep_start + 1, "-----");
1538 if(cert_start == NULL)
1541 cert_start += 5;
1544 cert_end = strstr(cert_start, "-----");
1553 len = cert_end - cert_start;
1560 if(cert_start[i] != '\r' && cert_start[i] != '\n')
1561 b64[j++] = cert_start[i];