Searched refs:DB_serial (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/usr.bin/openssl/ |
| D | ca.c | 913 p = pp[DB_serial]; in ca_main() 931 i + 1, (long) (p - pp[DB_serial]), *p); in ca_main() 1392 if (!BN_hex2bn(&serial, pp[DB_serial])) in ca_main() 2045 row[DB_serial] = strdup("00"); in do_body() 2047 row[DB_serial] = BN_bn2hex(serial); in do_body() 2048 if (row[DB_serial] == NULL) { in do_body() 2060 row[DB_name] = strdup(row[DB_serial]); in do_body() 2078 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in do_body() 2082 row[DB_serial]); in do_body() 2109 p = rrow[DB_serial]; in do_body() [all …]
|
| D | apps.c | 1082 n = a[DB_serial]; in index_serial_hash() 1093 for (aa = a[DB_serial]; *aa == '0'; aa++) in index_serial_cmp() 1095 for (bb = b[DB_serial]; *bb == '0'; bb++) in index_serial_cmp() 1359 if (!TXT_DB_create_index(db->db, DB_serial, NULL, in index_index()
|
| D | apps.h | 199 #define DB_serial 3 /* index - unique */ macro
|
| D | ocsp.c | 1362 row[DB_serial] = itmp; in lookup_serial() 1364 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
|