Home
last modified time | relevance | path

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

/external/openssl/apps/
Dapps.h295 } CA_DB; typedef
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);
Dca.c200 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 multi…
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; in MAIN()
1556 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify()
1624 const EVP_MD *dgst, STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_cert()
[all …]
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; in MAIN()
1053 static int make_ocsp_response(OCSP_RESPONSE **resp, OCSP_REQUEST *req, CA_DB *db, in make_ocsp_response()
1158 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial()
Dapps.c1794 CA_DB *load_index(char *dbfile, DB_ATTR *db_attr) in load_index()
1796 CA_DB *retdb = NULL; in load_index()
1839 if ((retdb = OPENSSL_malloc(sizeof(CA_DB))) == NULL) in load_index()
1873 int index_index(CA_DB *db) in index_index()
1897 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index()
2076 void free_index(CA_DB *db) in free_index()