Home
last modified time | relevance | path

Searched refs:DB_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/apps/
H A Dca.c705 if ((pp[DB_type][0] != DB_TYPE_REV) && (pp[DB_rev_date][0] != '\0')) { in ca_main()
711 if ((pp[DB_type][0] == DB_TYPE_REV) && in ca_main()
1230 if (pp[DB_type][0] == DB_TYPE_REV) { in ca_main()
1863 if (rrow[DB_type][0] == DB_TYPE_EXP) in do_body()
1865 else if (rrow[DB_type][0] == DB_TYPE_REV) in do_body()
1867 else if (rrow[DB_type][0] == DB_TYPE_VAL) in do_body()
1872 if (rrow[DB_type][0] == DB_TYPE_REV) { in do_body()
1940 row[DB_type] = OPENSSL_strdup("V"); in do_body()
1947 if ((row[DB_type] == NULL) || (row[DB_file] == NULL) in do_body()
2169 row[DB_type] = OPENSSL_strdup("V"); in do_revoke()
[all …]
H A Docsp.c1105 } else if (inf[DB_type][0] == DB_TYPE_VAL) { in make_ocsp_response()
1109 } else if (inf[DB_type][0] == DB_TYPE_REV) { in make_ocsp_response()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h195 # define DB_type 0 macro