Searched defs:db (Results 1 – 11 of 11) sorted by relevance
/openssl-master/crypto/txt_db/ |
A D | txt_db.c | 130 OPENSSL_STRING *TXT_DB_get_by_index(TXT_DB *db, int idx, in TXT_DB_get_by_index() 150 int TXT_DB_create_index(TXT_DB *db, int field, int (*qual) (OPENSSL_STRING *), in TXT_DB_create_index() 190 long TXT_DB_write(BIO *out, TXT_DB *db) in TXT_DB_write() 237 int TXT_DB_insert(TXT_DB *db, OPENSSL_STRING *row) in TXT_DB_insert() 282 void TXT_DB_free(TXT_DB *db) in TXT_DB_free()
|
/openssl-master/apps/ |
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
|
A D | ca.c | 268 CA_DB *db = NULL; in ca_main() local 1360 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify() 1418 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_cert() 1472 STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, in do_body() 1983 STACK_OF(CONF_VALUE) *policy, CA_DB *db, in certify_spkac() 2116 static int do_revoke(X509 *x509, CA_DB *db, REVINFO_TYPE rev_type, in do_revoke() 2222 static int get_certificate_status(const char *serial, CA_DB *db) in get_certificate_status() 2289 static int do_updatedb(CA_DB *db) in do_updatedb()
|
A D | ocsp.c | 1027 CA_DB *db, STACK_OF(X509) *ca, X509 *rcert, in make_ocsp_response() 1169 static char **lookup_serial(CA_DB *db, ASN1_INTEGER *ser) in lookup_serial()
|
/openssl-master/crypto/rsa/ |
A D | rsa_oaep.c | 63 unsigned char *db, *seed; in ossl_rsa_padding_add_PKCS1_OAEP_mgf1_ex() local 171 unsigned char *db = NULL, *em = NULL, seed[EVP_MAX_MD_SIZE], in RSA_padding_check_PKCS1_OAEP_mgf1() local
|
/openssl-master/crypto/x509/ |
A D | v3_conf.c | 433 static char *nconf_get_string(void *db, const char *section, const char *value) in nconf_get_string() 524 static char *conf_lhash_get_string(void *db, const char *section, const char *value) in conf_lhash_get_string()
|
/openssl-master/apps/include/ |
A D | apps.h | 213 TXT_DB *db; member
|
/openssl-master/test/ |
A D | evp_test.c | 125 static void evp_test_buffer_free(EVP_TEST_BUFFER *db) in evp_test_buffer_free() 137 EVP_TEST_BUFFER *db = NULL; in evp_test_buffer_append() local 163 EVP_TEST_BUFFER *db; in evp_test_buffer_ncopy() local 191 EVP_TEST_BUFFER *db; in evp_test_buffer_set_count() local
|
A D | sslapitest.c | 6768 TXT_DB *db = NULL; in create_new_vfile() local
|
/openssl-master/apps/lib/ |
A D | apps.c | 1679 int index_index(CA_DB *db) in index_index() 1704 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() 1818 void free_index(CA_DB *db) in free_index()
|
/openssl-master/include/openssl/ |
A D | x509v3.h.in | 103 void *db; member
|
Completed in 46 milliseconds