HomeSort by: relevance | last modified time | path
    Searched refs:CA_DB (Results 1 - 16 of 16) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
ca_internals_test.c 21 CA_DB *db = NULL;
  /src/crypto/external/apache2/openssl/dist/apps/include/
apps.h 225 } CA_DB;
227 extern int do_updatedb(CA_DB *db, time_t *now);
241 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr);
242 int index_index(CA_DB *db);
243 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
246 void free_index(CA_DB *db);
  /src/crypto/external/bsd/openssl/dist/apps/include/
apps.h 219 } CA_DB;
233 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr);
234 int index_index(CA_DB *db);
235 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
238 void free_index(CA_DB *db);
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.h 527 } CA_DB;
539 CA_DB *load_index(const char *dbfile, DB_ATTR *dbattr);
540 int index_index(CA_DB *db);
541 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
544 void free_index(CA_DB *db);
srp.c 34 static int get_index(CA_DB *db, char *id, char type)
60 static void print_entry(CA_DB *db, int indx, int verbose, char *s)
72 static void print_index(CA_DB *db, int indexindex, int verbose)
77 static void print_user(CA_DB *db, int userindex, int verbose)
91 static int update_index(CA_DB *db, char **row)
220 CA_DB *db = NULL;
ocsp.c 95 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
101 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
111 static int index_changed(CA_DB *);
231 CA_DB *rdb = NULL;
608 CA_DB *newrdb = load_index(ridx_filename, NULL);
870 static int index_changed(CA_DB *rdb)
1134 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
1266 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
ca.c 93 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
102 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
111 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
119 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,
125 static int get_certificate_status(const char *ser_status, CA_DB *db);
126 static int do_updatedb(CA_DB *db);
128 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
233 CA_DB *db = NULL;
1267 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
1336 STACK_OF(CONF_VALUE) *policy, CA_DB *db
    [all...]
apps.c 1552 CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr)
1554 CA_DB *retdb = NULL;
1621 int index_index(CA_DB *db)
1643 int save_index(const char *dbfile, const char *suffix, CA_DB *db)
1755 void free_index(CA_DB *db)
  /src/crypto/external/apache2/openssl/dist/apps/
srp.c 37 static int get_index(CA_DB *db, char *id, char type)
63 static void print_entry(CA_DB *db, int indx, int verbose, char *s)
75 static void print_index(CA_DB *db, int indexindex, int verbose)
80 static void print_user(CA_DB *db, int userindex, int verbose)
93 static int update_index(CA_DB *db, char **row)
246 CA_DB *db = NULL;
ocsp.c 64 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
71 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
78 static int index_changed(CA_DB *);
260 CA_DB *rdb = NULL;
685 CA_DB *newrdb = load_index(ridx_filename, NULL);
931 static int index_changed(CA_DB *rdb)
1075 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
1231 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
ca.c 98 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
110 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
119 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
127 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,
133 static int get_certificate_status(const char *ser_status, CA_DB *db);
135 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
319 CA_DB *db = NULL;
1378 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
1436 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
1491 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
srp.c 38 static int get_index(CA_DB *db, char *id, char type)
64 static void print_entry(CA_DB *db, int indx, int verbose, char *s)
76 static void print_index(CA_DB *db, int indexindex, int verbose)
81 static void print_user(CA_DB *db, int userindex, int verbose)
95 static int update_index(CA_DB *db, char **row)
235 CA_DB *db = NULL;
ocsp.c 70 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
77 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
84 static int index_changed(CA_DB *);
220 CA_DB *rdb = NULL;
646 CA_DB *newrdb = load_index(ridx_filename, NULL);
885 static int index_changed(CA_DB *rdb)
1029 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert,
1176 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
ca.c 96 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
108 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
117 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
125 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,
131 static int get_certificate_status(const char *ser_status, CA_DB *db);
132 static int do_updatedb(CA_DB *db);
134 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type,
268 CA_DB *db = NULL;
1382 STACK_OF(CONF_VALUE) *policy, CA_DB *db,
1440 STACK_OF(CONF_VALUE) *policy, CA_DB *db
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 1636 CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr)
1638 CA_DB *retdb = NULL;
1706 int index_index(CA_DB *db)
1731 int save_index(const char *dbfile, const char *suffix, CA_DB *db)
1845 void free_index(CA_DB *db)
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 1662 CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr)
1664 CA_DB *retdb = NULL;
1731 int index_index(CA_DB *db)
1756 int save_index(const char *dbfile, const char *suffix, CA_DB *db)
1870 void free_index(CA_DB *db)

Completed in 41 milliseconds