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

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

Completed in 176 milliseconds