Home
last modified time | relevance | path

Searched refs:output_structure (Results 1 – 12 of 12) sorted by relevance

/third_party/openssl/crypto/encode_decode/
Dencoder_lib.c171 const char *output_structure) in OSSL_ENCODER_CTX_set_output_structure() argument
173 if (!ossl_assert(ctx != NULL) || !ossl_assert(output_structure != NULL)) { in OSSL_ENCODER_CTX_set_output_structure()
178 ctx->output_structure = output_structure; in OSSL_ENCODER_CTX_set_output_structure()
231 encoder_inst->output_structure in ossl_encoder_instance_new()
388 return encoder_inst->output_structure; in OSSL_ENCODER_INSTANCE_get_output_structure()
408 data->ctx->output_structure == NULL ? -1 : 0; in encoder_process()
482 if (data->ctx->output_structure != NULL in encoder_process()
484 if (OPENSSL_strcasecmp(data->ctx->output_structure, in encoder_process()
491 data->ctx->output_structure); in encoder_process()
Dencoder_local.h62 const char *output_structure; /* May be NULL */ member
87 const char *output_structure; member
Dencoder_pkey.c75 const char *output_structure; member
270 encoder_data.output_structure = ctx->output_structure; in ossl_encoder_ctx_setup_for_pkey()
/third_party/openssl/apps/
Drsa.c138 const char *output_structure = NULL; in rsa_main() local
350 output_structure = "pkcs1"; /* "type-specific" would work too */ in rsa_main()
352 output_structure = "SubjectPublicKeyInfo"; in rsa_main()
356 output_structure = "pkcs1"; /* "type-specific" would work too */ in rsa_main()
358 output_structure = "PrivateKeyInfo"; in rsa_main()
364 output_type, output_structure, in rsa_main()
Ddsa.c91 const char *output_structure = NULL; in dsa_main() local
248 output_structure = "SubjectPublicKeyInfo"; in dsa_main()
250 output_structure = "type-specific"; in dsa_main()
264 output_structure, NULL); in dsa_main()
Dec.c245 const char *output_structure = "type-specific"; in ec_main() local
253 output_structure = "SubjectPublicKeyInfo"; in ec_main()
260 output_type, output_structure, in ec_main()
/third_party/openssl/test/
Dendecode_test.c133 const char *output_type, const char *output_structure,
152 const char *output_structure, in test_encode_decode() argument
171 output_type, output_structure, pass, pcipher))) in test_encode_decode()
176 encoded_len, output_type, output_structure, in test_encode_decode()
185 output_type, output_structure, in test_encode_decode()
189 output_type, output_structure, pass, pcipher))) in test_encode_decode()
230 const char *output_structure, in encode_EVP_PKEY_prov() argument
242 output_structure, in encode_EVP_PKEY_prov()
346 ossl_unused const char *output_structure, in encode_EVP_PKEY_legacy_PEM() argument
386 ossl_unused const char *output_structure, in encode_EVP_PKEY_MSBLOB() argument
[all …]
Devp_pkey_provided_test.c203 const char *output_type, *output_structure; in test_print_key_type_using_encoder() local
212 output_structure = NULL; in test_print_key_type_using_encoder()
219 output_structure = "PrivateKeyInfo"; in test_print_key_type_using_encoder()
226 output_structure = "PrivateKeyInfo"; in test_print_key_type_using_encoder()
233 output_structure = NULL; in test_print_key_type_using_encoder()
240 output_structure = "SubjectPublicKeyInfo"; in test_print_key_type_using_encoder()
247 output_structure = "SubjectPublicKeyInfo"; in test_print_key_type_using_encoder()
264 output_structure, in test_print_key_type_using_encoder()
/third_party/openssl/crypto/asn1/
Di2d_evp.c30 const char *output_structure; member
55 output_info->output_structure, in i2d_provided()
/third_party/openssl/doc/man3/
DOSSL_ENCODER_CTX_new_for_pkey.pod20 const char *output_structure,
53 I<output_structure> if that's relevant. All these implementations are
DOSSL_ENCODER_CTX.pod44 const char *output_structure);
/third_party/openssl/include/openssl/
Dencoder.h73 const char *output_structure);