Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/
H A Dssh2pgp.c435 const char *secfile, unsigned hashtype) in pgp_ssh2_readkeys() argument
456 if (secfile) { in pgp_ssh2_readkeys()
458 (void) fprintf(io->errs, "pgp_ssh2_readkeys: secfile '%s'\n", secfile); in pgp_ssh2_readkeys()
463 if (!pgp_ssh2seckey(io, secfile, &key, &pubkey->key.pubkey, (pgp_hash_alg_t)hashtype)) { in pgp_ssh2_readkeys()
464 (void) fprintf(io->errs, "pgp_ssh2_readkeys: can't read seckeys '%s'\n", secfile); in pgp_ssh2_readkeys()