Searched refs:DB_serial (Results 1 – 4 of 4) sorted by relevance
648 p = pp[DB_serial]; in ca_main()1132 if (!BN_hex2bn(&serial, pp[DB_serial])) in ca_main()1736 row[DB_serial] = OPENSSL_strdup("00"); in do_body()1738 row[DB_serial] = BN_bn2hex(serial); in do_body()1739 if (row[DB_serial] == NULL) { in do_body()1751 row[DB_name] = OPENSSL_strdup(row[DB_serial]); in do_body()1769 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in do_body()1773 row[DB_serial]); in do_body()1800 p = rrow[DB_serial]; in do_body()2067 row[DB_serial] = OPENSSL_strdup("00"); in do_revoke()[all …]
1340 n = a[DB_serial]; in index_serial_hash()1351 for (aa = a[DB_serial]; *aa == '0'; aa++) ; in index_serial_cmp()1352 for (bb = b[DB_serial]; *bb == '0'; bb++) ; in index_serial_cmp()1610 if (!TXT_DB_create_index(db->db, DB_serial, NULL, in index_index()
506 # define DB_serial 3 /* index - unique */ macro
1280 row[DB_serial] = itmp; in lookup_serial()1282 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()