Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/
H A Dca.c753 p = pp[DB_serial]; in ca_main()
1235 if (!BN_hex2bn(&serial, pp[DB_serial])) in ca_main()
1824 row[DB_serial] = OPENSSL_strdup("00"); in do_body()
1826 row[DB_serial] = BN_bn2hex(serial); in do_body()
1827 if (row[DB_serial] == NULL) { in do_body()
1839 row[DB_name] = OPENSSL_strdup(row[DB_serial]); in do_body()
1857 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in do_body()
1861 row[DB_serial]); in do_body()
1888 p = rrow[DB_serial]; in do_body()
2150 row[DB_serial] = OPENSSL_strdup("00"); in do_revoke()
[all …]
H A Docsp.c1247 row[DB_serial] = itmp; in lookup_serial()
1249 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h205 #define DB_serial 3 /* index - unique */ macro
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c1449 n = a[DB_serial]; in index_serial_hash()
1460 for (aa = a[DB_serial]; *aa == '0'; aa++) in index_serial_cmp()
1462 for (bb = b[DB_serial]; *bb == '0'; bb++) in index_serial_cmp()
1733 if (!TXT_DB_create_index(db->db, DB_serial, NULL, in index_index()