Symbol: DB_serial
crypto/openssl/apps/ca.c
1235
if (!BN_hex2bn(&serial, pp[DB_serial]))
crypto/openssl/apps/ca.c
1824
row[DB_serial] = OPENSSL_strdup("00");
crypto/openssl/apps/ca.c
1826
row[DB_serial] = BN_bn2hex(serial);
crypto/openssl/apps/ca.c
1827
if (row[DB_serial] == NULL) {
crypto/openssl/apps/ca.c
1839
row[DB_name] = OPENSSL_strdup(row[DB_serial]);
crypto/openssl/apps/ca.c
1857
rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
crypto/openssl/apps/ca.c
1861
row[DB_serial]);
crypto/openssl/apps/ca.c
1888
p = rrow[DB_serial];
crypto/openssl/apps/ca.c
2150
row[DB_serial] = OPENSSL_strdup("00");
crypto/openssl/apps/ca.c
2152
row[DB_serial] = BN_bn2hex(bn);
crypto/openssl/apps/ca.c
2157
row[DB_name] = OPENSSL_strdup(row[DB_serial]);
crypto/openssl/apps/ca.c
2159
if ((row[DB_name] == NULL) || (row[DB_serial] == NULL)) {
crypto/openssl/apps/ca.c
2167
rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
crypto/openssl/apps/ca.c
2171
row[DB_serial], row[DB_name]);
crypto/openssl/apps/ca.c
2216
row[DB_serial]);
crypto/openssl/apps/ca.c
2220
row[DB_serial]);
crypto/openssl/apps/ca.c
2223
BIO_printf(bio_err, "Revoking Certificate %s.\n", rrow[DB_serial]);
crypto/openssl/apps/ca.c
2251
row[DB_serial] = app_malloc(serial_len + 2, "row serial#");
crypto/openssl/apps/ca.c
2257
row[DB_serial][0] = '0';
crypto/openssl/apps/ca.c
2260
memcpy(row[DB_serial] + 1, serial, serial_len);
crypto/openssl/apps/ca.c
2261
row[DB_serial][serial_len + 1] = '\0';
crypto/openssl/apps/ca.c
2264
memcpy(row[DB_serial], serial, serial_len);
crypto/openssl/apps/ca.c
2265
row[DB_serial][serial_len] = '\0';
crypto/openssl/apps/ca.c
2269
make_uppercase(row[DB_serial]);
crypto/openssl/apps/ca.c
2274
rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
crypto/openssl/apps/ca.c
2276
BIO_printf(bio_err, "Serial %s not present in db.\n", row[DB_serial]);
crypto/openssl/apps/ca.c
2281
row[DB_serial], rrow[DB_type][0]);
crypto/openssl/apps/ca.c
2285
row[DB_serial], rrow[DB_type][0]);
crypto/openssl/apps/ca.c
2289
row[DB_serial], rrow[DB_type][0]);
crypto/openssl/apps/ca.c
2293
row[DB_serial], rrow[DB_type][0]);
crypto/openssl/apps/ca.c
2297
row[DB_serial], rrow[DB_type][0]);
crypto/openssl/apps/ca.c
2347
BIO_printf(bio_err, "%s=Expired\n", rrow[DB_serial]);
crypto/openssl/apps/ca.c
753
p = pp[DB_serial];
crypto/openssl/apps/lib/apps.c
1454
n = a[DB_serial];
crypto/openssl/apps/lib/apps.c
1465
for (aa = a[DB_serial]; *aa == '0'; aa++)
crypto/openssl/apps/lib/apps.c
1467
for (bb = b[DB_serial]; *bb == '0'; bb++)
crypto/openssl/apps/lib/apps.c
1738
if (!TXT_DB_create_index(db->db, DB_serial, NULL,
crypto/openssl/apps/ocsp.c
1247
row[DB_serial] = itmp;
crypto/openssl/apps/ocsp.c
1249
rrow = TXT_DB_get_by_index(db->db, DB_serial, row);