/openssl/apps/ |
H A D | dsa.c | 90 const char *output_type = NULL, *ciphername = NULL; in dsa_main() local 226 output_type = "DER"; in dsa_main() 228 output_type = "PEM"; in dsa_main() 230 output_type = "MSBLOB"; in dsa_main() 236 output_type = "PVK"; in dsa_main() 259 ectx = OSSL_ENCODER_CTX_new_for_pkey(pkey, selection, output_type, in dsa_main() 262 BIO_printf(bio_err, "%s format not supported\n", output_type); in dsa_main()
|
H A D | rsa.c | 137 const char *output_type = NULL; in rsa_main() local 319 output_type = "DER"; in rsa_main() 321 output_type = "PEM"; in rsa_main() 323 output_type = "MSBLOB"; in rsa_main() 329 output_type = "PVK"; in rsa_main() 362 output_type, output_structure, in rsa_main() 367 BIO_printf(bio_err, "%s format not supported\n", output_type); in rsa_main()
|
H A D | ec.c | 240 const char *output_type = outformat == FORMAT_ASN1 ? "DER" : "PEM"; in ec_main() local 256 output_type, output_structure, in ec_main()
|
/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 164 const char *output_type) in OSSL_ENCODER_CTX_set_output_type() argument 166 if (!ossl_assert(ctx != NULL) || !ossl_assert(output_type != NULL)) { in OSSL_ENCODER_CTX_set_output_type() 171 ctx->output_type = output_type; in OSSL_ENCODER_CTX_set_output_type() 221 encoder_inst->output_type = ossl_property_get_string_value(libctx, prop); in ossl_encoder_instance_new() 222 if (encoder_inst->output_type == NULL) { in ossl_encoder_instance_new() 383 return encoder_inst->output_type; in OSSL_ENCODER_INSTANCE_get_output_type() 457 if (data->ctx->output_type != NULL in encoder_process() 459 data->ctx->output_type) != 0) { in encoder_process() 464 current_output_type, data->ctx->output_type); in encoder_process()
|
H A D | encoder_pkey.c | 78 const char *output_type; member 271 encoder_data.output_type = ctx->output_type; in ossl_encoder_ctx_setup_for_pkey() 342 const char *output_type, in OSSL_ENCODER_CTX_new_for_pkey() argument 376 output_type, output_struct); in OSSL_ENCODER_CTX_new_for_pkey() 379 if (OSSL_ENCODER_CTX_set_output_type(ctx, output_type) in OSSL_ENCODER_CTX_new_for_pkey()
|
H A D | encoder_local.h | 60 const char *output_type; /* Never NULL */ member 80 const char *output_type; member
|
H A D | decoder_lib.c | 376 const char *output_type; member 406 if (ossl_decoder_fast_is_a(decoder, data->output_type, &data->output_type_id)) { in collect_extra_decoder() 569 data.output_type in OSSL_DECODER_CTX_add_extra()
|
/openssl/crypto/asn1/ |
H A D | i2d_evp.c | 29 const char *output_type; member 40 ret == -1 && output_info->output_type != NULL; in i2d_provided() 54 output_info->output_type, in i2d_provided()
|
/openssl/include/openssl/ |
H A D | encoder.h | 71 const char *output_type); 117 const char *output_type,
|
/openssl/test/ |
H A D | endecode_test.c | 137 const char *output_type, const char *output_structure, 155 int selection, const char *output_type, in test_encode_decode() argument 176 output_type, output_structure, pass, pcipher))) in test_encode_decode() 181 encoded_len, output_type, output_structure, in test_encode_decode() 190 output_type, output_structure, in test_encode_decode() 196 output_type, output_structure, in test_encode_decode() 245 const char *output_type, in encode_EVP_PKEY_prov() argument 257 output_type, in encode_EVP_PKEY_prov() 361 ossl_unused const char *output_type, in encode_EVP_PKEY_legacy_PEM() argument 401 ossl_unused const char *output_type, in encode_EVP_PKEY_MSBLOB() argument [all …]
|
H A D | evp_pkey_provided_test.c | 208 const char *output_type, *output_structure; in test_print_key_type_using_encoder() local 216 output_type = "TEXT"; in test_print_key_type_using_encoder() 223 output_type = "PEM"; in test_print_key_type_using_encoder() 230 output_type = "DER"; in test_print_key_type_using_encoder() 237 output_type = "TEXT"; in test_print_key_type_using_encoder() 244 output_type = "PEM"; in test_print_key_type_using_encoder() 251 output_type = "DER"; in test_print_key_type_using_encoder() 268 output_type, in test_print_key_type_using_encoder()
|
/openssl/doc/man3/ |
H A D | OSSL_ENCODER_CTX_new_for_pkey.pod | 19 const char *output_type, 43 L<OSSL_ENCODER_to_bio(3)>. I<output_type> determines the final output 45 should be included in the output. I<output_type> is further discussed in 52 the encoding named by I<output_type>, with the outermost structure named by
|
H A D | OSSL_ENCODER_CTX.pod | 42 const char *output_type);
|