Searched refs:DB_serial (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dca.c865 p = pp[DB_serial];
882 i + 1, (long)(p - pp[DB_serial]), *p);
1365 if (!BN_hex2bn(&serial, pp[DB_serial]))
1874 row[DB_serial] = BUF_strdup("00");
1876 row[DB_serial] = BN_bn2hex(serial);
1877 if (row[DB_serial] == NULL) {
1893 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
1897 row[DB_serial]);
1924 p = rrow[DB_serial];
2115 /* row[DB_serial] don
[all...]
H A Dapps.h284 # define DB_serial 3 /* index - unique */ macro
H A Dapps.c1615 n = a[DB_serial];
1626 for (aa = a[DB_serial]; *aa == '0'; aa++) ;
1627 for (bb = b[DB_serial]; *bb == '0'; bb++) ;
1917 if (!TXT_DB_create_index(db->db, DB_serial, NULL,
H A Docsp.c1140 row[DB_serial] = itmp;
1142 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dca.c865 p = pp[DB_serial];
882 i + 1, (long)(p - pp[DB_serial]), *p);
1365 if (!BN_hex2bn(&serial, pp[DB_serial]))
1874 row[DB_serial] = BUF_strdup("00");
1876 row[DB_serial] = BN_bn2hex(serial);
1877 if (row[DB_serial] == NULL) {
1893 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
1897 row[DB_serial]);
1924 p = rrow[DB_serial];
2115 /* row[DB_serial] don
[all...]
H A Dapps.h284 # define DB_serial 3 /* index - unique */ macro
H A Dapps.c1615 n = a[DB_serial];
1626 for (aa = a[DB_serial]; *aa == '0'; aa++) ;
1627 for (bb = b[DB_serial]; *bb == '0'; bb++) ;
1917 if (!TXT_DB_create_index(db->db, DB_serial, NULL,
H A Docsp.c1140 row[DB_serial] = itmp;
1142 rrow = TXT_DB_get_by_index(db->db, DB_serial, row);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dca.c903 p=pp[DB_serial];
921 BIO_printf(bio_err,"entry %d: bad serial number characters, char pos %ld, char is '%c'\n",i+1,(long)(p-pp[DB_serial]),*p);
1406 if (!BN_hex2bn(&serial, pp[DB_serial]))
1907 row[DB_serial]=BUF_strdup("00");
1909 row[DB_serial]=BN_bn2hex(serial);
1910 if (row[DB_serial] == NULL)
1928 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
1932 row[DB_serial]);
1957 p=rrow[DB_serial]; if (p == NULL) p="undef";
2146 /* row[DB_serial] don
[all...]
H A Dapps.h288 #define DB_serial 3 /* index - unique */ macro
H A Dapps.c1432 n=a[DB_serial];
1441 for (aa=a[DB_serial]; *aa == '0'; aa++);
1442 for (bb=b[DB_serial]; *bb == '0'; bb++);
1765 if (!TXT_DB_create_index(db->db, DB_serial, NULL,
H A Docsp.c1128 row[DB_serial] = itmp;
1130 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);

Completed in 180 milliseconds