Searched refs:begin_pkgvul (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/pkg_install/dist/lib/
H A Dvulnerabilities-file.c100 const char *begin_pkgvul, *end_pkgvul, *begin_sig, *end_sig; local
103 begin_pkgvul = input + strlen(pgp_msg_start);
104 if ((end_pkgvul = strstr(begin_pkgvul, pgp_msg_end)) == NULL)
109 begin_pkgvul = input;
110 if ((begin_sig = strstr(begin_pkgvul, pkcs7_begin)) == NULL)
118 if (easy_pkcs7_verify(begin_pkgvul, end_pkgvul - begin_pkgvul,

Completed in 91 milliseconds