Searched refs:CA_DB (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dapps.h295 } CA_DB; typedef in typeref:struct:ca_db_st
301 CA_DB *load_index(char *dbfile, DB_ATTR *dbattr);
302 int index_index(CA_DB *db);
303 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
305 void free_index(CA_DB *db);
H A Dca.c113 #define ENV_CA_DB "CA_DB"
200 const EVP_MD *dgst,STACK_OF(CONF_VALUE) *policy,CA_DB *db,
207 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn,
214 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn,
220 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn,
225 static int do_revoke(X509 *x509, CA_DB *db, int ext, char *extval);
226 static int get_certificate_status(const char *ser_status, CA_DB *db);
227 static int do_updatedb(CA_DB *db);
302 CA_DB *db=NULL;
1556 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *d
[all...]
H A Docsp.c107 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
112 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser);
165 CA_DB *rdb = NULL;
1053 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db,
1158 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser)
H A Dapps.c1788 CA_DB *load_index(char *dbfile, DB_ATTR *db_attr)
1790 CA_DB *retdb = NULL;
1833 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL)
1867 int index_index(CA_DB *db)
1891 int save_index(const char *dbfile, const char *suffix, CA_DB *db)
2070 void free_index(CA_DB *db)

Completed in 80 milliseconds