Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssl/apps/
H A Dca.c720 p = pp[DB_serial]; in ca_main()
1820 row[DB_serial] = BN_bn2hex(serial); in do_body()
1821 if (row[DB_serial] == NULL) { in do_body()
1855 row[DB_serial]); in do_body()
1882 p = rrow[DB_serial]; in do_body()
2147 row[DB_serial] = BN_bn2hex(bn); in do_revoke()
2211 row[DB_serial]); in do_revoke()
2215 row[DB_serial]); in do_revoke()
2252 row[DB_serial][0] = '0'; in get_certificate_status()
2260 row[DB_serial][serial_len] = '\0'; in get_certificate_status()
[all …]
H A Docsp.c1192 row[DB_serial] = itmp; in lookup_serial()
1194 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
/freebsd-14.2/crypto/openssl/apps/include/
H A Dapps.h198 # define DB_serial 3 /* index - unique */ macro
/freebsd-14.2/crypto/openssl/apps/lib/
H A Dapps.c1425 n = a[DB_serial]; in index_serial_hash()
1436 for (aa = a[DB_serial]; *aa == '0'; aa++) ; in index_serial_cmp()
1437 for (bb = b[DB_serial]; *bb == '0'; bb++) ; in index_serial_cmp()
1708 if (!TXT_DB_create_index(db->db, DB_serial, NULL, in index_index()