Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/
H A Dca.c711 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()
1872 if (rrow[DB_type][0] == DB_TYPE_REV) { in do_body()
1940 row[DB_type] = OPENSSL_strdup("V"); in do_body()
2169 row[DB_type] = OPENSSL_strdup("V"); in do_revoke()
2224 rrow[DB_type][0] = DB_TYPE_REV; in do_revoke()
2225 rrow[DB_type][1] = '\0'; in do_revoke()
2321 if (rrow[DB_type][0] == DB_TYPE_VAL) { in do_updatedb()
2338 rrow[DB_type][0] = DB_TYPE_EXP; in do_updatedb()
[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-14.2/crypto/openssl/apps/include/
H A Dapps.h195 # define DB_type 0 macro