Searched refs:DB_serial (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | ca.c | 648 p = pp[DB_serial]; in ca_main() 1134 if (!BN_hex2bn(&serial, pp[DB_serial])) in ca_main() 1738 row[DB_serial] = OPENSSL_strdup("00"); in do_body() 1740 row[DB_serial] = BN_bn2hex(serial); in do_body() 1741 if (row[DB_serial] == NULL) { in do_body() 1753 row[DB_name] = OPENSSL_strdup(row[DB_serial]); in do_body() 1771 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in do_body() 1775 row[DB_serial]); in do_body() 1802 p = rrow[DB_serial]; in do_body() 2069 row[DB_serial] = OPENSSL_strdup("00"); in do_revoke() [all …]
|
H A D | apps.h | 506 # define DB_serial 3 /* index - unique */ macro
|
H A D | apps.c | 1342 n = a[DB_serial]; in index_serial_hash() 1353 for (aa = a[DB_serial]; *aa == '0'; aa++) ; in index_serial_cmp() 1354 for (bb = b[DB_serial]; *bb == '0'; bb++) ; in index_serial_cmp() 1623 if (!TXT_DB_create_index(db->db, DB_serial, NULL, in index_index()
|
H A D | ocsp.c | 1280 row[DB_serial] = itmp; in lookup_serial() 1282 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | ca.c | 720 p = pp[DB_serial]; in ca_main() 1238 if (!BN_hex2bn(&serial, pp[DB_serial])) in ca_main() 1818 row[DB_serial] = OPENSSL_strdup("00"); in do_body() 1820 row[DB_serial] = BN_bn2hex(serial); in do_body() 1821 if (row[DB_serial] == NULL) { in do_body() 1833 row[DB_name] = OPENSSL_strdup(row[DB_serial]); in do_body() 1851 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in do_body() 1855 row[DB_serial]); in do_body() 1882 p = rrow[DB_serial]; in do_body() 2145 row[DB_serial] = OPENSSL_strdup("00"); in do_revoke() [all …]
|
H A D | ocsp.c | 1192 row[DB_serial] = itmp; in lookup_serial() 1194 rrow = TXT_DB_get_by_index(db->db, DB_serial, row); in lookup_serial()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/include/ |
H A D | apps.h | 198 # define DB_serial 3 /* index - unique */ macro
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
H A D | apps.c | 1425 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()
|