Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Docsp.c285 char *rsignfile = NULL, *rkeyfile = NULL; in ocsp_main() local
524 rkeyfile = opt_arg(); in ocsp_main()
627 if (rkeyfile == NULL) in ocsp_main()
628 rkeyfile = rsignfile; in ocsp_main()
645 rkey = load_key(rkeyfile, FORMAT_UNDEF, 0, passin, NULL, in ocsp_main()