Home
last modified time | relevance | path

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

/openssl-master/apps/
A Dca.c718 p = pp[DB_serial]; in ca_main()
1807 row[DB_serial] = BN_bn2hex(serial); in do_body()
1808 if (row[DB_serial] == NULL) { in do_body()
1842 row[DB_serial]); in do_body()
1869 p = rrow[DB_serial]; in do_body()
2134 row[DB_serial] = BN_bn2hex(bn); in do_revoke()
2198 row[DB_serial]); in do_revoke()
2202 row[DB_serial]); in do_revoke()
2239 row[DB_serial][0] = '0'; in get_certificate_status()
2247 row[DB_serial][serial_len] = '\0'; in get_certificate_status()
[all …]
A Docsp.c1183 row[DB_serial] = itmp; in lookup_serial()
1185 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
/openssl-master/apps/include/
A Dapps.h197 # define DB_serial 3 /* index - unique */ macro
/openssl-master/apps/lib/
A Dapps.c1411 n = a[DB_serial]; in index_serial_hash()
1422 for (aa = a[DB_serial]; *aa == '0'; aa++) ; in index_serial_cmp()
1423 for (bb = b[DB_serial]; *bb == '0'; bb++) ; in index_serial_cmp()
1681 if (!TXT_DB_create_index(db->db, DB_serial, NULL, in index_index()

Completed in 20 milliseconds