Searched refs:footer_start (Results 1 – 1 of 1) sorted by relevance
288 const gchar *header_start = NULL, *header_end, *footer_start = NULL, *footer_end; in parse_private_key() local314 footer_start = g_strrstr_len (header_end, footer_end - header_end, PEM_PRIVKEY_FOOTER_BEGIN); in parse_private_key()316 if (!footer_start) in parse_private_key()