OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DB_serial
(Results
1 - 12
of
12
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/apps/
ca.c
753
p = pp[
DB_serial
];
1235
if (!BN_hex2bn(&serial, pp[
DB_serial
]))
1824
row[
DB_serial
] = OPENSSL_strdup("00");
1826
row[
DB_serial
] = BN_bn2hex(serial);
1827
if (row[
DB_serial
] == NULL) {
1839
row[DB_name] = OPENSSL_strdup(row[
DB_serial
]);
1857
rrow = TXT_DB_get_by_index(db->db,
DB_serial
, row);
1861
row[
DB_serial
]);
1888
p = rrow[
DB_serial
];
2150
row[
DB_serial
] = OPENSSL_strdup("00")
[
all
...]
ocsp.c
1247
row[
DB_serial
] = itmp;
1249
rrow = TXT_DB_get_by_index(db->db,
DB_serial
, row);
/src/crypto/external/bsd/openssl/dist/apps/
ca.c
720
p = pp[
DB_serial
];
1238
if (!BN_hex2bn(&serial, pp[
DB_serial
]))
1818
row[
DB_serial
] = OPENSSL_strdup("00");
1820
row[
DB_serial
] = BN_bn2hex(serial);
1821
if (row[
DB_serial
] == NULL) {
1833
row[DB_name] = OPENSSL_strdup(row[
DB_serial
]);
1851
rrow = TXT_DB_get_by_index(db->db,
DB_serial
, row);
1855
row[
DB_serial
]);
1882
p = rrow[
DB_serial
];
2145
row[
DB_serial
] = OPENSSL_strdup("00")
[
all
...]
ocsp.c
1192
row[
DB_serial
] = itmp;
1194
rrow = TXT_DB_get_by_index(db->db,
DB_serial
, row);
/src/crypto/external/bsd/openssl.old/dist/apps/
ca.c
648
p = pp[
DB_serial
];
1134
if (!BN_hex2bn(&serial, pp[
DB_serial
]))
1738
row[
DB_serial
] = OPENSSL_strdup("00");
1740
row[
DB_serial
] = BN_bn2hex(serial);
1741
if (row[
DB_serial
] == NULL) {
1753
row[DB_name] = OPENSSL_strdup(row[
DB_serial
]);
1771
rrow = TXT_DB_get_by_index(db->db,
DB_serial
, row);
1775
row[
DB_serial
]);
1802
p = rrow[
DB_serial
];
2069
row[
DB_serial
] = OPENSSL_strdup("00")
[
all
...]
apps.h
506
# define
DB_serial
3 /* index - unique */
apps.c
1342
n = a[
DB_serial
];
1353
for (aa = a[
DB_serial
]; *aa == '0'; aa++) ;
1354
for (bb = b[
DB_serial
]; *bb == '0'; bb++) ;
1623
if (!TXT_DB_create_index(db->db,
DB_serial
, NULL,
ocsp.c
1280
row[
DB_serial
] = itmp;
1282
rrow = TXT_DB_get_by_index(db->db,
DB_serial
, row);
/src/crypto/external/apache2/openssl/dist/apps/include/
apps.h
205
#define
DB_serial
3 /* index - unique */
/src/crypto/external/bsd/openssl/dist/apps/include/
apps.h
198
# define
DB_serial
3 /* index - unique */
/src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c
1425
n = a[
DB_serial
];
1436
for (aa = a[
DB_serial
]; *aa == '0'; aa++) ;
1437
for (bb = b[
DB_serial
]; *bb == '0'; bb++) ;
1708
if (!TXT_DB_create_index(db->db,
DB_serial
, NULL,
/src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c
1449
n = a[
DB_serial
];
1460
for (aa = a[
DB_serial
]; *aa == '0'; aa++)
1462
for (bb = b[
DB_serial
]; *bb == '0'; bb++)
1733
if (!TXT_DB_create_index(db->db,
DB_serial
, NULL,
Completed in 81 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026