Lines Matching refs:BIO_printf

330         BIO_printf(bio_err, "Usage: pkcs12 [options]\n");
331 BIO_printf(bio_err, "where options are\n");
332 BIO_printf(bio_err, "-export output PKCS12 file\n");
333 BIO_printf(bio_err, "-chain add certificate chain\n");
334 BIO_printf(bio_err, "-inkey file private key if not infile\n");
335 BIO_printf(bio_err, "-certfile f add all certs in f\n");
336 BIO_printf(bio_err, "-CApath arg - PEM format directory of CA's\n");
337 BIO_printf(bio_err, "-CAfile arg - PEM format file of CA's\n");
338 BIO_printf(bio_err, "-name \"name\" use name as friendly name\n");
339 BIO_printf(bio_err,
341 BIO_printf(bio_err, "-in infile input filename\n");
342 BIO_printf(bio_err, "-out outfile output filename\n");
343 BIO_printf(bio_err,
345 BIO_printf(bio_err, "-nomacver don't verify MAC.\n");
346 BIO_printf(bio_err, "-nocerts don't output certificates.\n");
347 BIO_printf(bio_err,
349 BIO_printf(bio_err, "-cacerts only output CA certificates.\n");
350 BIO_printf(bio_err, "-nokeys don't output private keys.\n");
351 BIO_printf(bio_err,
353 BIO_printf(bio_err, "-des encrypt private keys with DES\n");
354 BIO_printf(bio_err,
357 BIO_printf(bio_err, "-idea encrypt private keys with idea\n");
360 BIO_printf(bio_err, "-seed encrypt private keys with seed\n");
363 BIO_printf(bio_err, "-aes128, -aes192, -aes256\n");
364 BIO_printf(bio_err,
368 BIO_printf(bio_err, "-camellia128, -camellia192, -camellia256\n");
369 BIO_printf(bio_err,
372 BIO_printf(bio_err, "-nodes don't encrypt private keys\n");
373 BIO_printf(bio_err, "-noiter don't use encryption iteration\n");
374 BIO_printf(bio_err, "-nomaciter don't use MAC iteration\n");
375 BIO_printf(bio_err, "-maciter use MAC iteration\n");
376 BIO_printf(bio_err, "-nomac don't generate MAC\n");
377 BIO_printf(bio_err,
379 BIO_printf(bio_err,
381 BIO_printf(bio_err,
383 BIO_printf(bio_err,
385 BIO_printf(bio_err,
387 BIO_printf(bio_err, "-keyex set MS key exchange type\n");
388 BIO_printf(bio_err, "-keysig set MS key signature type\n");
389 BIO_printf(bio_err,
391 BIO_printf(bio_err, "-passin p input file pass phrase source\n");
392 BIO_printf(bio_err, "-passout p output file pass phrase source\n");
394 BIO_printf(bio_err,
397 BIO_printf(bio_err, "-rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
399 BIO_printf(bio_err,
401 BIO_printf(bio_err, " the random number generator\n");
402 BIO_printf(bio_err, "-CSP name Microsoft CSP name\n");
403 BIO_printf(bio_err,
417 BIO_printf(bio_err, "Error getting passwords\n");
439 BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
453 BIO_printf(bio_err, "Error opening input file %s\n",
474 BIO_printf(bio_err, "Error opening output file %s\n",
485 BIO_printf(bio_err, "Can't read Password\n");
502 BIO_printf(bio_err, "Nothing to do!\n");
546 BIO_printf(bio_err,
585 BIO_printf(bio_err, "Memory allocation error\n");
603 BIO_printf(bio_err, "Error %s getting chain.\n",
634 BIO_printf(bio_err, "Can't read Password\n");
656 BIO_printf(bio_err, "Unknown digest algorithm %s\n", macalg);
703 BIO_printf(bio_err, "Can't read Password\n");
714 BIO_printf(bio_err, "MAC Iteration %ld\n",
726 BIO_printf(bio_err, "Mac verify error: invalid password?\n");
730 BIO_printf(bio_err, "MAC verified OK\n");
739 BIO_printf(bio_err, "Error outputting keys and certificates\n");
785 BIO_printf(bio_err, "PKCS7 Data\n");
788 BIO_printf(bio_err, "PKCS7 Encrypted data: ");
837 BIO_printf(bio_err, "Key bag\n");
851 BIO_printf(bio_err, "Shrouded Keybag: ");
871 BIO_printf(bio_err, "Certificate bag\n");
891 BIO_printf(bio_err, "Safe Contents bag\n");
897 BIO_printf(bio_err, "Warning unsupported bag type: ");
899 BIO_printf(bio_err, "\n");
941 BIO_printf(x, "%s", OBJ_nid2ln(pbenid));
960 BIO_printf(x, ", %s, %s", OBJ_nid2ln(pbenid),
979 BIO_printf(x, ", Iteration %ld, PRF %s",
991 BIO_printf(x, ", Iteration %ld", ASN1_INTEGER_get(pbe->iter));
1037 BIO_printf(out, "%s: <No Attributes>\n", name);
1041 BIO_printf(out, "%s: <Empty Attributes>\n", name);
1044 BIO_printf(out, "%s\n", name);
1048 BIO_printf(out, " ");
1051 BIO_printf(out, ": ");
1053 BIO_printf(out, "%s: ", OBJ_nid2ln(attr_nid));
1061 BIO_printf(out, "%s\n", value);
1068 BIO_printf(out, "\n");
1074 BIO_printf(out, "\n");
1078 BIO_printf(out, "<Unsupported tag %d>\n", av->type);
1082 BIO_printf(out, "<No Values>\n");
1091 BIO_printf(out, "%02X ", buf[i]);
1104 BIO_printf(bio_err, "Unknown PBE algorithm %s\n", str);