Searched defs:do_ofile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/p12split/
H A Dp12split.c85 static int do_ofile(char *, EVP_PKEY *, X509 *, STACK_OF(X509) *);
463 if (do_ofile(key_out, k_out, NULL, NULL) < 0)
470 if (do_ofile(cert_out, NULL, c_out, NULL) < 0)
478 if (do_ofile(trust_out, NULL, NULL, t_out) < 0)
527 do_ofile(char *name, EVP_PKEY *pkey, X509 *cert, STACK_OF(X509) *ta) function

Completed in 70 milliseconds