Searched defs:db (Results 1 – 12 of 12) sorted by relevance
/openssl/crypto/txt_db/ |
H A D | txt_db.c | 127 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, in TXT_DB_get_by_index() 147 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index() 187 long TXT_DB_write(BIO *out, TXT_DB *db) in TXT_DB_write() 234 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) in TXT_DB_insert() 279 void TXT_DB_free(TXT_DB *db) in TXT_DB_free()
|
/openssl/apps/ |
H A D | srp.c | 38 static int get_index(CA_DB *db, char *id, char type) in get_index() 64 static void print_entry(CA_DB *db, int indx, int verbose, char *s) in print_entry() 76 static void print_index(CA_DB *db, int indexindex, int verbose) in print_index() 81 static void print_user(CA_DB *db, int userindex, int verbose) in print_user() 95 static int update_index(CA_DB *db, char **row) in update_index() 235 CA_DB *db = NULL; in srp_main() local
|
H A D | ca.c | 274 CA_DB *db = NULL; in ca_main() local 1339 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify() 1397 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_cert() 1451 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, in do_body() 1962 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_spkac() 2095 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type, in do_revoke() 2201 static int get_certificate_status(const char *serial, CA_DB *db) in get_certificate_status() 2268 int do_updatedb(CA_DB *db, time_t *now) in do_updatedb()
|
H A D | ocsp.c | 1029 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, in make_ocsp_response() 1176 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial()
|
/openssl/test/ |
H A D | ca_internals_test.c | 21 CA_DB *db = NULL; in test_do_updatedb() local
|
H A D | evp_test.c | 358 static void evp_test_buffer_free(EVP_TEST_BUFFER *db) in evp_test_buffer_free() 370 EVP_TEST_BUFFER *db = NULL; in evp_test_buffer_append() local 415 EVP_TEST_BUFFER *db; in evp_test_buffer_ncopy() local 443 EVP_TEST_BUFFER *db; in evp_test_buffer_set_count() local
|
H A D | sslapitest.c | 7472 TXT_DB *db = NULL; in create_new_vfile() local
|
/openssl/crypto/rsa/ |
H A D | rsa_oaep.c | 63 unsigned char *db, *seed; in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex() local 181 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], in RSA_padding_check_PKCS1_OAEP_mgf1() local
|
/openssl/crypto/x509/ |
H A D | v3_conf.c | 437 static char *nconf_get_string(void *db, const char *section, const char *value) in nconf_get_string() 528 static char *conf_lhash_get_string(void *db, const char *section, const char *value) in conf_lhash_get_string()
|
/openssl/apps/include/ |
H A D | apps.h | 220 TXT_DB *db; member
|
/openssl/apps/lib/ |
H A D | apps.c | 1768 int index_index(CA_DB *db) in index_index() 1793 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() 1907 void free_index(CA_DB *db) in free_index()
|
/openssl/include/openssl/ |
H A D | x509v3.h.in | 106 void *db; member
|
Completed in 134 milliseconds