Home
last modified time | relevance | path

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

/openbsd/usr.bin/openssl/
H A Dca.c2174 row[DB_type] = malloc(2); in do_body()
2195 row[DB_type][0] = DB_TYPE_VAL; in do_body()
2196 row[DB_type][1] = '\0'; in do_body()
2301 row[DB_type] = malloc(2); in do_revoke()
2323 row[DB_type][0] = DB_TYPE_VAL; in do_revoke()
2324 row[DB_type][1] = '\0'; in do_revoke()
2364 rrow[DB_type][0] = DB_TYPE_REV; in do_revoke()
2365 rrow[DB_type][1] = '\0'; in do_revoke()
2493 rrow[DB_type][1] = '\0'; in do_updatedb()
2500 rrow[DB_type][0] = DB_TYPE_EXP; in do_updatedb()
[all …]
H A Dapps.h190 #define DB_type 0 macro
H A Docsp.c1303 } else if (inf[DB_type][0] == DB_TYPE_VAL) { in make_ocsp_response()
1307 } else if (inf[DB_type][0] == DB_TYPE_REV) { in make_ocsp_response()