Home
last modified time | relevance | path

Searched refs:pgp_msg_end (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/pkg_install/dist/lib/
H A Dvulnerabilities-file.c76 static const char pgp_msg_end[] = "-----BEGIN PGP SIGNATURE-----\n"; variable
104 if ((end_pkgvul = strstr(begin_pkgvul, pgp_msg_end)) == NULL) in verify_signature_pkcs7()
267 if (in_pgp_msg && strncmp(input, pgp_msg_end, strlen(pgp_msg_end)) == 0) in verify_hash()
528 if (in_pgp_msg && strncmp(iter, pgp_msg_end, strlen(pgp_msg_end)) == 0) in parse_pkg_vuln()