| /src/crypto/openssl/crypto/encode_decode/ |
| H A D | decoder_pkey.c | 267 && di->input_type != NULL in collect_decoder_keymgmt() 268 && OPENSSL_strcasecmp(di->input_type, data->ctx->start_input_type) != 0 in collect_decoder_keymgmt() 269 && (OPENSSL_strcasecmp(di->input_type, "DER") != 0 in collect_decoder_keymgmt() 445 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey() local 453 input_type != NULL ? " from " : "", in ossl_decoder_ctx_setup_for_pkey() 454 input_type != NULL ? input_type : "", in ossl_decoder_ctx_setup_for_pkey() 577 const char *input_type, in ossl_decoder_ctx_for_pkey_dup() argument 591 if (!OSSL_DECODER_CTX_set_input_type(dest, input_type) in ossl_decoder_ctx_for_pkey_dup() 666 char *input_type; member 685 OPENSSL_free(entry->input_type); in decoder_cache_entry_free() [all …]
|
| H A D | decoder_lib.c | 97 const char *input_type in OSSL_DECODER_from_bio() local 106 spaces, input_type_label, input_type, comma, in OSSL_DECODER_from_bio() 184 const char *input_type) in OSSL_DECODER_CTX_set_input_type() argument 195 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type() 271 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new() 273 if (decoder_inst->input_type == NULL) { in ossl_decoder_instance_new() 785 return decoder_inst->input_type; in OSSL_DECODER_INSTANCE_get_input_type()
|
| H A D | encoder_local.h | 109 const char *input_type; /* Never NULL */ member
|
| /src/crypto/openssl/providers/implementations/storemgmt/ |
| H A D | file_store.c | 79 char *input_type; member 118 OPENSSL_free(ctx->_.file.input_type); in free_file_ctx() 337 OPENSSL_free(ctx->_.file.input_type); in file_set_ctx_params() 338 ctx->_.file.input_type = NULL; in file_set_ctx_params() 339 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params() 430 ctx->_.file.input_type)) { in file_setup_decoders() 492 const char *input_type; in file_setup_decoders() local 512 input_type = OSSL_DECODER_INSTANCE_get_input_type(to_obj_inst); in file_setup_decoders() 513 if (ctx->_.file.input_type != NULL in file_setup_decoders() 514 && OPENSSL_strcasecmp(input_type, ctx->_.file.input_type) != 0 in file_setup_decoders() [all …]
|
| H A D | winstore_store.c | 209 const char *input_type; in setup_decoder() local 229 input_type = OSSL_DECODER_INSTANCE_get_input_type(to_obj_inst); in setup_decoder() 230 if (OPENSSL_strcasecmp(input_type, "DER") != 0) { in setup_decoder()
|
| H A D | file_store_any2obj.c | 92 static int any2obj_decode_final(void *vctx, int objtype, const char *input_type, in any2obj_decode_final() argument 109 if (input_type != NULL) in any2obj_decode_final() 111 (char *)input_type, 0); in any2obj_decode_final()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | decoder.h | 74 const char *input_type); 125 const char *input_type,
|
| /src/crypto/openssl/doc/man3/ |
| H A D | OSSL_DECODER_CTX_new_for_pkey.pod | 18 const char *input_type, 41 L<OSSL_DECODER_from_bio(3)>. The caller may use the optional I<input_type>, 54 The search of decoder implementations can be limited with I<input_type> and
|
| H A D | OSSL_DECODER_CTX.pod | 46 const char *input_type);
|
| /src/crypto/openssl/crypto/store/ |
| H A D | store_result.c | 66 const char *input_type; member 120 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.input_type)) in ossl_store_handle_load_result() 302 decoderctx = OSSL_DECODER_CTX_new_for_pkey(&pk, data->input_type, data->data_structure, in try_key_value()
|
| /src/crypto/openssl/test/ |
| H A D | endecode_test.c | 141 const char *input_type, const char *structure_type, 285 const char *input_type, in decode_EVP_PKEY_prov() argument 298 if (strcmp(input_type, "DER") == 0) in decode_EVP_PKEY_prov() 314 const char *testtype = (i == 0) ? input_type in decode_EVP_PKEY_prov()
|
| /src/contrib/bsnmp/snmpd/ |
| H A D | config.c | 79 enum input_type { enum 84 enum input_type type;
|
| /src/crypto/openssl/apps/lib/ |
| H A D | apps.c | 904 const char *input_type; in load_key_certs_crls() local 960 if ((input_type = format2string(format)) != NULL) { in load_key_certs_crls() 962 (char *)input_type, 0); in load_key_certs_crls()
|