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

/freebsd-9.3-release/crypto/openssl/apps/
H A Ddgst.c100 const char *sigfile = NULL, *randfile = NULL; local
186 sigfile = *(++argv);
224 if (do_verify && !sigfile) {
356 if (sigfile && sigkey) {
358 sigbio = BIO_new_file(sigfile, "rb");
362 BIO_printf(bio_err, "Error opening signature file %s\n", sigfile);
369 BIO_printf(bio_err, "Error reading signature file %s\n", sigfile);
/freebsd-9.3-release/usr.sbin/pkg/
H A Dpkg.c523 rsa_verify_cert(int fd, const char *sigfile, unsigned char *key, argument
541 if (sigfile != NULL) {
542 rsa = load_rsa_public_key_file(sigfile);

Completed in 123 milliseconds