Searched refs:output_structure (Results 1 – 12 of 12) sorted by relevance
/openssl/crypto/encode_decode/ |
H A D | encoder_lib.c | 176 const char *output_structure) in OSSL_ENCODER_CTX_set_output_structure() argument 178 if (!ossl_assert(ctx != NULL) || !ossl_assert(output_structure != NULL)) { in OSSL_ENCODER_CTX_set_output_structure() 183 ctx->output_structure = output_structure; in OSSL_ENCODER_CTX_set_output_structure() 234 encoder_inst->output_structure in ossl_encoder_instance_new() 391 return encoder_inst->output_structure; in OSSL_ENCODER_INSTANCE_get_output_structure() 411 data->ctx->output_structure == NULL ? -1 : 0; in encoder_process() 485 if (data->ctx->output_structure != NULL in encoder_process() 487 if (OPENSSL_strcasecmp(data->ctx->output_structure, in encoder_process() 494 data->ctx->output_structure); in encoder_process()
|
H A D | encoder_local.h | 61 const char *output_structure; /* May be NULL */ member 86 const char *output_structure; member
|
H A D | encoder_pkey.c | 77 const char *output_structure; member 272 encoder_data.output_structure = ctx->output_structure; in ossl_encoder_ctx_setup_for_pkey()
|
/openssl/apps/ |
H A D | rsa.c | 138 const char *output_structure = NULL; in rsa_main() local 348 output_structure = "pkcs1"; /* "type-specific" would work too */ in rsa_main() 350 output_structure = "SubjectPublicKeyInfo"; in rsa_main() 354 output_structure = "pkcs1"; /* "type-specific" would work too */ in rsa_main() 356 output_structure = "PrivateKeyInfo"; in rsa_main() 362 output_type, output_structure, in rsa_main()
|
H A D | dsa.c | 91 const char *output_structure = NULL; in dsa_main() local 244 output_structure = "SubjectPublicKeyInfo"; in dsa_main() 246 output_structure = "type-specific"; in dsa_main() 260 output_structure, NULL); in dsa_main()
|
H A D | ec.c | 241 const char *output_structure = "type-specific"; in ec_main() local 249 output_structure = "SubjectPublicKeyInfo"; in ec_main() 256 output_type, output_structure, in ec_main()
|
/openssl/test/ |
H A D | endecode_test.c | 137 const char *output_type, const char *output_structure, 156 const char *output_structure, in test_encode_decode() argument 176 output_type, output_structure, pass, pcipher))) in test_encode_decode() 190 output_type, output_structure, in test_encode_decode() 193 || ((output_structure == NULL in test_encode_decode() 194 || strcmp(output_structure, "type-specific") != 0) in test_encode_decode() 196 output_type, output_structure, in test_encode_decode() 246 const char *output_structure, in encode_EVP_PKEY_prov() argument 258 output_structure, in encode_EVP_PKEY_prov() 402 ossl_unused const char *output_structure, 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 217 output_structure = NULL; in test_print_key_type_using_encoder() 224 output_structure = "PrivateKeyInfo"; in test_print_key_type_using_encoder() 231 output_structure = "PrivateKeyInfo"; in test_print_key_type_using_encoder() 238 output_structure = NULL; in test_print_key_type_using_encoder() 245 output_structure = "SubjectPublicKeyInfo"; in test_print_key_type_using_encoder() 252 output_structure = "SubjectPublicKeyInfo"; in test_print_key_type_using_encoder() 269 output_structure, in test_print_key_type_using_encoder()
|
/openssl/crypto/asn1/ |
H A D | i2d_evp.c | 30 const char *output_structure; member 55 output_info->output_structure, in i2d_provided()
|
/openssl/include/openssl/ |
H A D | encoder.h | 73 const char *output_structure);
|
/openssl/doc/man3/ |
H A D | OSSL_ENCODER_CTX_new_for_pkey.pod | 20 const char *output_structure, 53 I<output_structure> if that's relevant. All these implementations are
|
H A D | OSSL_ENCODER_CTX.pod | 44 const char *output_structure);
|
Completed in 42 milliseconds