• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/

Lines Matching refs:DB_serial

903 		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] done already */
2419 row[DB_serial]=BUF_strdup("00");
2421 row[DB_serial]=BN_bn2hex(bn);
2423 if ((row[DB_name] == NULL) || (row[DB_serial] == NULL))
2431 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
2434 BIO_printf(bio_err,"Adding Entry with serial number %s to DB for %s\n", row[DB_serial], row[DB_name]);
2446 /* row[DB_serial] done already */
2496 row[DB_serial]);
2501 BIO_printf(bio_err,"Revoking Certificate %s.\n", rrow[DB_serial]);
2532 row[DB_serial] = OPENSSL_malloc(strlen(serial) + 2);
2533 if (row[DB_serial] == NULL)
2542 row[DB_serial][0]='0';
2544 /* Copy String from serial to row[DB_serial] */
2545 memcpy(row[DB_serial]+1, serial, strlen(serial));
2546 row[DB_serial][strlen(serial)+1]='\0';
2550 /* Copy String from serial to row[DB_serial] */
2551 memcpy(row[DB_serial], serial, strlen(serial));
2552 row[DB_serial][strlen(serial)]='\0';
2556 for (i=0; row[DB_serial][i] != '\0'; i++)
2557 row[DB_serial][i] = toupper(row[DB_serial][i]);
2563 rrow=TXT_DB_get_by_index(db->db,DB_serial,row);
2567 row[DB_serial]);
2574 row[DB_serial], rrow[DB_type][0]);
2580 row[DB_serial], rrow[DB_type][0]);
2586 row[DB_serial], rrow[DB_type][0]);
2592 row[DB_serial], rrow[DB_type][0]);
2598 row[DB_serial], rrow[DB_type][0]);
2658 rrow[DB_serial]);
2668 rrow[DB_serial]);