Home
last modified time | relevance | path

Searched refs:input_type (Results 1 – 9 of 9) sorted by path

/openssl/apps/lib/
H A Dapps.c880 const char *input_type; in load_key_certs_crls() local
914 if ((input_type = format2string(format)) != NULL) { in load_key_certs_crls()
916 (char *)input_type, 0); in load_key_certs_crls()
/openssl/crypto/encode_decode/
H A Ddecoder_lib.c95 const char *input_type in OSSL_DECODER_from_bio() local
104 spaces, input_type_label, input_type, comma, in OSSL_DECODER_from_bio()
182 const char *input_type) in OSSL_DECODER_CTX_set_input_type() argument
193 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type()
244 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new()
246 if (decoder_inst->input_type == NULL) { in ossl_decoder_instance_new()
669 return decoder_inst->input_type; in OSSL_DECODER_INSTANCE_get_input_type()
H A Ddecoder_pkey.c383 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey() local
391 input_type != NULL ? " from " : "", in ossl_decoder_ctx_setup_for_pkey()
392 input_type != NULL ? input_type : "", in ossl_decoder_ctx_setup_for_pkey()
476 const char *input_type, in OSSL_DECODER_CTX_new_for_pkey() argument
493 input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey()
496 if (OSSL_DECODER_CTX_set_input_type(ctx, input_type) in OSSL_DECODER_CTX_new_for_pkey()
H A Dencoder_local.h109 const char *input_type; /* Never NULL */ member
/openssl/doc/man3/
H A DOSSL_DECODER_CTX.pod46 const char *input_type);
H A DOSSL_DECODER_CTX_new_for_pkey.pod18 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
/openssl/include/openssl/
H A Ddecoder.h74 const char *input_type);
125 const char *input_type,
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c80 char *input_type; member
119 OPENSSL_free(ctx->_.file.input_type); in free_file_ctx()
339 OPENSSL_free(ctx->_.file.input_type); in file_set_ctx_params()
340 ctx->_.file.input_type = NULL; in file_set_ctx_params()
341 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params()
431 ctx->_.file.input_type)) { in file_setup_decoders()
/openssl/test/
H A Dendecode_test.c140 const char *input_type, const char *structure_type,
272 const char *input_type, in decode_EVP_PKEY_prov() argument
285 if (strcmp(input_type, "DER") == 0) in decode_EVP_PKEY_prov()
301 const char *testtype = (i == 0) ? input_type in decode_EVP_PKEY_prov()

Completed in 39 milliseconds