HomeSort by: relevance | last modified time | path
    Searched defs:crl_file (Results 1 - 7 of 7) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
auth.c 262 char *crl_file = NULL; /* Certificate Revocation List (CRL) file (pem format) */ variable
457 { "crl", o_string, &crl_file, "Use specific CRL file" },
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 1127 char *crl_file = NULL, *prog; local
1350 crl_file = opt_arg();
1958 if (crl_file != NULL) {
1960 crl = load_crl(crl_file, crl_format, 0, "CRL");
s_client.c 959 char *sess_in = NULL, *crl_file = NULL, *p; local
1180 crl_file = opt_arg();
1851 if (crl_file != NULL) {
1853 crl = load_crl(crl_file, crl_format, 0, "CRL");
  /src/crypto/external/bsd/openssl/dist/apps/
s_client.c 812 char *sess_in = NULL, *crl_file = NULL, *p; local
1021 crl_file = opt_arg();
1646 if (crl_file != NULL) {
1648 crl = load_crl(crl_file, crl_format, 0, "CRL");
s_server.c 994 char *crl_file = NULL, *prog; local
1202 crl_file = opt_arg();
1774 if (crl_file != NULL) {
1776 crl = load_crl(crl_file, crl_format, 0, "CRL");
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_client.c 908 char *sess_in = NULL, *crl_file = NULL, *p; local
1111 crl_file = opt_arg();
1694 if (crl_file != NULL) {
1696 crl = load_crl(crl_file, crl_format);
s_server.c 999 char *crl_file = NULL, *prog; local
1203 crl_file = opt_arg();
1724 if (crl_file != NULL) {
1726 crl = load_crl(crl_file, crl_format);

Completed in 84 milliseconds