Lines Matching refs:BIO_printf

77         BIO_printf(arg, "  %s\n", EVP_CIPHER_get0_name(c));  in legacy_cipher_fn()
83 BIO_printf(arg, " %s => %s\n", from, to); in legacy_cipher_fn()
111 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_ciphers()
116 BIO_printf(bio_out, "Legacy:\n"); in list_ciphers()
121 BIO_printf(bio_out, "Provided:\n"); in list_ciphers()
133 BIO_printf(bio_out, " "); in list_ciphers()
136 BIO_printf(bio_out, " @ %s\n", in list_ciphers()
143 BIO_printf(bio_out, " description: %s\n", desc); in list_ciphers()
162 BIO_printf(arg, " %s\n", EVP_MD_get0_name(m)); in legacy_md_fn()
168 BIO_printf((BIO *)arg, " %s => %s\n", from, to); in legacy_md_fn()
195 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_digests()
200 BIO_printf(bio_out, "Legacy:\n"); in list_digests()
205 BIO_printf(bio_out, "Provided:\n"); in list_digests()
217 BIO_printf(bio_out, " "); in list_digests()
220 BIO_printf(bio_out, " @ %s\n", in list_digests()
227 BIO_printf(bio_out, " description: %s\n", desc); in list_digests()
263 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_macs()
266 BIO_printf(bio_out, "Provided MACs:\n"); in list_macs()
278 BIO_printf(bio_out, " "); in list_macs()
281 BIO_printf(bio_out, " @ %s\n", in list_macs()
288 BIO_printf(bio_out, " description: %s\n", desc); in list_macs()
327 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_kdfs()
330 BIO_printf(bio_out, "Provided KDFs and PDFs:\n"); in list_kdfs()
342 BIO_printf(bio_out, " "); in list_kdfs()
345 BIO_printf(bio_out, " @ %s\n", in list_kdfs()
352 BIO_printf(bio_out, " description: %s\n", desc); in list_kdfs()
397 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_random_generators()
400 BIO_printf(bio_out, "Provided RNGs and seed sources:\n"); in list_random_generators()
409 BIO_printf(bio_out, " %s", EVP_RAND_get0_name(m)); in list_random_generators()
410 BIO_printf(bio_out, " @ %s\n", in list_random_generators()
417 BIO_printf(bio_out, " description: %s\n", desc); in list_random_generators()
438 BIO_printf(bio_out, "%s:\n", name); in display_random()
442 BIO_printf(bio_out, " %s", EVP_RAND_get0_name(rand)); in display_random()
443 BIO_printf(bio_out, " @ %s\n", in display_random()
460 BIO_printf(bio_out, " state = %s\n", p); in display_random()
524 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_encoders()
527 BIO_printf(bio_out, "Provided ENCODERs:\n"); in list_encoders()
541 BIO_printf(bio_out, " "); in list_encoders()
544 BIO_printf(bio_out, " @ %s (%s)\n", in list_encoders()
552 BIO_printf(bio_out, " description: %s\n", desc); in list_encoders()
589 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_decoders()
592 BIO_printf(bio_out, "Provided DECODERs:\n"); in list_decoders()
606 BIO_printf(bio_out, " "); in list_decoders()
609 BIO_printf(bio_out, " @ %s (%s)\n", in list_decoders()
617 BIO_printf(bio_out, " description: %s\n", desc); in list_decoders()
664 BIO_printf(bio_out, " Name: "); in list_keymanagers()
666 BIO_printf(bio_out, "%s", desc); in list_keymanagers()
668 BIO_printf(bio_out, "%s", sk_OPENSSL_CSTRING_value(names, 0)); in list_keymanagers()
669 BIO_printf(bio_out, "\n"); in list_keymanagers()
670 BIO_printf(bio_out, " Type: Provider Algorithm\n"); in list_keymanagers()
671 BIO_printf(bio_out, " IDs: "); in list_keymanagers()
673 BIO_printf(bio_out, " @ %s\n", in list_keymanagers()
726 BIO_printf(bio_out, " "); in list_signatures()
729 BIO_printf(bio_out, " @ %s\n", in list_signatures()
736 BIO_printf(bio_out, " description: %s\n", desc); in list_signatures()
747 BIO_printf(bio_out, " -\n"); in list_signatures()
785 BIO_printf(bio_out, " "); in list_kems()
788 BIO_printf(bio_out, " @ %s\n", in list_kems()
795 BIO_printf(bio_out, " description: %s\n", desc); in list_kems()
806 BIO_printf(bio_out, " -\n"); in list_kems()
847 BIO_printf(bio_out, " "); in list_asymciphers()
850 BIO_printf(bio_out, " @ %s\n", in list_asymciphers()
857 BIO_printf(bio_out, " description: %s\n", desc); in list_asymciphers()
868 BIO_printf(bio_out, " -\n"); in list_asymciphers()
906 BIO_printf(bio_out, " "); in list_keyexchanges()
909 BIO_printf(bio_out, " @ %s\n", in list_keyexchanges()
916 BIO_printf(bio_out, " description: %s\n", desc); in list_keyexchanges()
927 BIO_printf(bio_out, " -\n"); in list_keyexchanges()
955 BIO_printf(bio_out, "# None-OID object: %s, %s\n", sn, ln); in list_objects()
964 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_objects()
972 BIO_printf(bio_out, "%s = %s\n", sn, oid_buf); in list_objects()
974 BIO_printf(bio_out, "%s = %s, %s\n", sn, ln, oid_buf); in list_objects()
989 BIO_printf(bio_err, "Invalid command '%s'; type \"help\" for a list.\n", in list_options_for_command()
1008 BIO_printf(bio_out, "%s %c\n", o->name, c == '\0' ? '-' : c); in list_options_for_command()
1011 BIO_printf(bio_out, "- -\n"); in list_options_for_command()
1074 BIO_printf(bio_out, "%s\n", fp->name); in list_type()
1077 BIO_printf(bio_out, "\n"); in list_type()
1078 BIO_printf(bio_out, "%-*s", dc.width, fp->name); in list_type()
1083 BIO_printf(bio_out, "\n\n"); in list_type()
1092 BIO_printf(bio_out, "Legacy:\n"); in list_pkey()
1101 BIO_printf(bio_out, " Name: %s\n", OBJ_nid2ln(pkey_id)); in list_pkey()
1102 BIO_printf(bio_out, "\tAlias for: %s\n", in list_pkey()
1105 BIO_printf(bio_out, " Name: %s\n", pinfo); in list_pkey()
1106 BIO_printf(bio_out, "\tType: %s Algorithm\n", in list_pkey()
1109 BIO_printf(bio_out, "\tOID: %s\n", OBJ_nid2ln(pkey_id)); in list_pkey()
1112 BIO_printf(bio_out, "\tPEM string: %s\n", pem_str); in list_pkey()
1117 BIO_printf(bio_out, "Provided:\n"); in list_pkey()
1118 BIO_printf(bio_out, " Key Managers:\n"); in list_pkey()
1129 BIO_printf(bio_out, "Legacy:\n"); in list_pkey_meth()
1135 BIO_printf(bio_out, " %s\n", OBJ_nid2ln(pkey_id)); in list_pkey_meth()
1136 BIO_printf(bio_out, "\tType: %s Algorithm\n", in list_pkey_meth()
1141 BIO_printf(bio_out, "Provided:\n"); in list_pkey_meth()
1142 BIO_printf(bio_out, " Encryption:\n"); in list_pkey_meth()
1144 BIO_printf(bio_out, " Key Exchange:\n"); in list_pkey_meth()
1146 BIO_printf(bio_out, " Signatures:\n"); in list_pkey_meth()
1148 BIO_printf(bio_out, " Key encapsulation:\n"); in list_pkey_meth()
1174 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_store_loaders()
1177 BIO_printf(bio_out, "Provided STORE LOADERs:\n"); in list_store_loaders()
1191 BIO_printf(bio_out, " "); in list_store_loaders()
1194 BIO_printf(bio_out, " @ %s\n", in list_store_loaders()
1226 BIO_printf(bio_err, "ERROR: Memory allocation\n"); in list_provider_info()
1229 BIO_printf(bio_out, "Providers:\n"); in list_provider_info()
1246 BIO_printf(bio_err, "ERROR: Unable to query provider parameters\n"); in list_provider_info()
1251 BIO_printf(bio_out, " %s\n", OSSL_PROVIDER_get0_name(prov)); in list_provider_info()
1253 BIO_printf(bio_out, " name: %s\n", name); in list_provider_info()
1255 BIO_printf(bio_out, " version: %s\n", version); in list_provider_info()
1257 BIO_printf(bio_out, " status: %sactive\n", status ? "" : "in"); in list_provider_info()
1260 BIO_printf(bio_out, " build info: %s\n", buildinfo); in list_provider_info()
1277 BIO_printf(bio_out, "%s\n", ENGINE_get_id(e)); in list_engines()
1553 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog); in list_main()