Searched refs:CA_DB (Results 1 – 7 of 7) sorted by relevance
| /freebsd/crypto/openssl/apps/include/ |
| H A D | apps.h | 225 } CA_DB; typedef 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);
|
| /freebsd/crypto/openssl/apps/ |
| H A D | srp.c | 37 static int get_index(CA_DB *db, char *id, char type) in get_index() 63 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry() 75 static void print_index(CA_DB *db, int indexindex, int verbose) in print_index() 80 static void print_user(CA_DB *db, int userindex, int verbose) in print_user() 93 static int update_index(CA_DB *db, char **row) in update_index() 246 CA_DB *db = NULL; in srp_main()
|
| H A D | 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; in ocsp_main() 685 CA_DB *newrdb = load_index(ridx_filename, NULL); in ocsp_main() 931 static int index_changed(CA_DB *rdb) in index_changed() 1075 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, in make_ocsp_response() 1231 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial()
|
| H A D | 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; in ca_main() 1378 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify() 1436 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_cert() 1491 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, in do_body() [all …]
|
| /freebsd/crypto/openssl/test/ |
| H A D | ca_internals_test.c | 21 CA_DB *db = NULL; in test_do_updatedb()
|
| /freebsd/crypto/openssl/apps/lib/ |
| H A D | apps.c | 1667 CA_DB *load_index(const char *dbfile, DB_ATTR *db_attr) in load_index() 1669 CA_DB *retdb = NULL; in load_index() 1736 int index_index(CA_DB *db) in index_index() 1761 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() 1875 void free_index(CA_DB *db) in free_index()
|
| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 117 -T CA_DB
|