Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c5021 char *certfile, *dirpath, *crlfile, *incrl, *outcrl, *outcrlfile; in OpenSSL_ImportCRL() local
5045 outcrlfile = get_fullpath(dirpath, outcrl); in OpenSSL_ImportCRL()
5046 if (outcrlfile == NULL) in OpenSSL_ImportCRL()
5049 if (isdir(outcrlfile)) { in OpenSSL_ImportCRL()
5050 free(outcrlfile); in OpenSSL_ImportCRL()
5056 free(outcrlfile); in OpenSSL_ImportCRL()
5134 out = BIO_new_file(outcrlfile, "wb"); in OpenSSL_ImportCRL()
5170 if (outcrlfile != NULL) in OpenSSL_ImportCRL()
5171 free(outcrlfile); in OpenSSL_ImportCRL()