Home
last modified time | relevance | path

Searched refs:DB_serial (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/crypto/openssl/apps/
HDca.c861 p = pp[DB_serial]; in MAIN()
878 i + 1, (long)(p - pp[DB_serial]), *p); in MAIN()
1364 if (!BN_hex2bn(&serial, pp[DB_serial])) in MAIN()
2001 row[DB_serial] = BUF_strdup("00"); in do_body()
2003 row[DB_serial] = BN_bn2hex(serial); in do_body()
2004 if (row[DB_serial] == NULL) { in do_body()
2016 row[DB_name] = OPENSSL_strdup(row[DB_serial]); in do_body()
2034 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in do_body()
2038 row[DB_serial]); in do_body()
2065 p = rrow[DB_serial]; in do_body()
[all …]
HDapps.h284 # define DB_serial 3 /* index - unique */ macro
HDocsp.c1139 row[DB_serial] = itmp; in lookup_serial()
1141 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
HDapps.c1632 n = a[DB_serial]; in index_serial_hash()
1643 for (aa = a[DB_serial]; *aa == '0'; aa++) ; in index_serial_cmp()
1644 for (bb = b[DB_serial]; *bb == '0'; bb++) ; in index_serial_cmp()
1934 if (!TXT_DB_create_index(db->db, DB_serial, NULL, in index_index()