HomeSort by relevance Sort by last modified time
    Searched refs:CA_DB (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/openssl/openssl/apps/
apps.h 295 } CA_DB;
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);
srp.c 120 static int get_index(CA_DB *db, char* id, char type)
143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
157 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose)
162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
177 static int update_index(CA_DB *db, BIO *bio, char **row)
292 CA_DB *db=NULL;
ca.c 113 #define ENV_CA_DB "CA_DB"
201 STACK_OF(CONF_VALUE) *policy,CA_DB *db,
209 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn,
217 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn,
224 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn,
229 static int do_revoke(X509 *x509, CA_DB *db, int ext, char *extval);
230 static int get_certificate_status(const char *ser_status, CA_DB *db);
231 static int do_updatedb(CA_DB *db);
306 CA_DB *db=NULL;
    [all...]
ocsp.c 107 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)
    [all...]
apps.c     [all...]
  /external/openssl/apps/
apps.h 295 } CA_DB;
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);
srp.c 120 static int get_index(CA_DB *db, char* id, char type)
143 static void print_entry(CA_DB *db, BIO *bio, int indx, int verbose, char *s)
157 static void print_index(CA_DB *db, BIO *bio, int indexindex, int verbose)
162 static void print_user(CA_DB *db, BIO *bio, int userindex, int verbose)
177 static int update_index(CA_DB *db, BIO *bio, char **row)
292 CA_DB *db=NULL;
ca.c 113 #define ENV_CA_DB "CA_DB"
201 STACK_OF(CONF_VALUE) *policy,CA_DB *db,
209 CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn,
217 CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn, int email_dn,
224 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial,char *subj,unsigned long chtype, int multirdn,
229 static int do_revoke(X509 *x509, CA_DB *db, int ext, char *extval);
230 static int get_certificate_status(const char *ser_status, CA_DB *db);
231 static int do_updatedb(CA_DB *db);
306 CA_DB *db=NULL;
    [all...]
ocsp.c 107 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)
    [all...]
apps.c     [all...]

Completed in 41 milliseconds