Searched refs:DB_serial (Results 1 – 4 of 4) sorted by relevance
718 p = pp[DB_serial]; in ca_main()1218 if (!BN_hex2bn(&serial, pp[DB_serial])) in ca_main()1798 row[DB_serial] = OPENSSL_strdup("00"); in do_body()1800 row[DB_serial] = BN_bn2hex(serial); in do_body()1801 if (row[DB_serial] == NULL) { in do_body()1813 row[DB_name] = OPENSSL_strdup(row[DB_serial]); in do_body()1831 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in do_body()1835 row[DB_serial]); in do_body()1862 p = rrow[DB_serial]; in do_body()2125 row[DB_serial] = OPENSSL_strdup("00"); in do_revoke()[all …]
1190 row[DB_serial] = itmp; in lookup_serial()1192 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
198 # define DB_serial 3 /* index - unique */ macro
1422 n = a[DB_serial]; in index_serial_hash()1433 for (aa = a[DB_serial]; *aa == '0'; aa++) ; in index_serial_cmp()1434 for (bb = b[DB_serial]; *bb == '0'; bb++) ; in index_serial_cmp()1702 if (!TXT_DB_create_index(db->db, DB_serial, NULL, in index_index()