Symbol: DB_serial
crypto/libressl/apps/openssl/apps.c
1147
n = a[DB_serial];
crypto/libressl/apps/openssl/apps.c
1158
for (aa = a[DB_serial]; *aa == '0'; aa++)
crypto/libressl/apps/openssl/apps.c
1160
for (bb = b[DB_serial]; *bb == '0'; bb++)
crypto/libressl/apps/openssl/apps.c
1424
if (!TXT_DB_create_index(db->db, DB_serial, NULL,
crypto/libressl/apps/openssl/ca.c
1456
if (!BN_hex2bn(&serial, pp[DB_serial]))
crypto/libressl/apps/openssl/ca.c
2109
row[DB_serial] = strdup("00");
crypto/libressl/apps/openssl/ca.c
2111
row[DB_serial] = BN_bn2hex(serial);
crypto/libressl/apps/openssl/ca.c
2112
if (row[DB_serial] == NULL) {
crypto/libressl/apps/openssl/ca.c
2124
row[DB_name] = strdup(row[DB_serial]);
crypto/libressl/apps/openssl/ca.c
2142
rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
crypto/libressl/apps/openssl/ca.c
2146
row[DB_serial]);
crypto/libressl/apps/openssl/ca.c
2173
p = rrow[DB_serial];
crypto/libressl/apps/openssl/ca.c
2466
row[DB_serial] = strdup("00");
crypto/libressl/apps/openssl/ca.c
2468
row[DB_serial] = BN_bn2hex(bn);
crypto/libressl/apps/openssl/ca.c
2477
row[DB_name] = strdup(row[DB_serial]);
crypto/libressl/apps/openssl/ca.c
2484
if ((row[DB_name] == NULL) || (row[DB_serial] == NULL)) {
crypto/libressl/apps/openssl/ca.c
2492
rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
crypto/libressl/apps/openssl/ca.c
2496
row[DB_serial], row[DB_name]);
crypto/libressl/apps/openssl/ca.c
2552
row[DB_serial]);
crypto/libressl/apps/openssl/ca.c
2556
rrow[DB_serial]);
crypto/libressl/apps/openssl/ca.c
2586
row[DB_serial] = malloc(strlen(serial) + 2);
crypto/libressl/apps/openssl/ca.c
2587
if (row[DB_serial] == NULL) {
crypto/libressl/apps/openssl/ca.c
2593
row[DB_serial][0] = '0';
crypto/libressl/apps/openssl/ca.c
2596
memcpy(row[DB_serial] + 1, serial, strlen(serial));
crypto/libressl/apps/openssl/ca.c
2597
row[DB_serial][strlen(serial) + 1] = '\0';
crypto/libressl/apps/openssl/ca.c
2600
memcpy(row[DB_serial], serial, strlen(serial));
crypto/libressl/apps/openssl/ca.c
2601
row[DB_serial][strlen(serial)] = '\0';
crypto/libressl/apps/openssl/ca.c
2605
for (i = 0; row[DB_serial][i] != '\0'; i++)
crypto/libressl/apps/openssl/ca.c
2606
row[DB_serial][i] = toupper((unsigned char) row[DB_serial][i]);
crypto/libressl/apps/openssl/ca.c
2612
rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
crypto/libressl/apps/openssl/ca.c
2615
row[DB_serial]);
crypto/libressl/apps/openssl/ca.c
2620
row[DB_serial], rrow[DB_type][0]);
crypto/libressl/apps/openssl/ca.c
2624
row[DB_serial], rrow[DB_type][0]);
crypto/libressl/apps/openssl/ca.c
2628
row[DB_serial], rrow[DB_type][0]);
crypto/libressl/apps/openssl/ca.c
2632
row[DB_serial], rrow[DB_type][0]);
crypto/libressl/apps/openssl/ca.c
2636
row[DB_serial], rrow[DB_type][0]);
crypto/libressl/apps/openssl/ca.c
2696
rrow[DB_serial]);
crypto/libressl/apps/openssl/ca.c
2704
rrow[DB_serial]);
crypto/libressl/apps/openssl/ca.c
957
p = pp[DB_serial];
crypto/libressl/apps/openssl/ca.c
975
i + 1, (long) (p - pp[DB_serial]), *p);
crypto/libressl/apps/openssl/ocsp.c
1312
row[DB_serial] = itmp;
crypto/libressl/apps/openssl/ocsp.c
1314
rrow = TXT_DB_get_by_index(db->db, DB_serial, row);