Home
last modified time | relevance | path

Searched refs:start_input_type (Results 1 – 3 of 3) sorted by relevance

/crypto/encode_decode/
A Ddecoder_lib.c86 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
89 = ctx->start_input_type != NULL ? "Input type: " : ""; in OSSL_DECODER_from_bio()
93 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
96 = ctx->start_input_type != NULL ? ctx->start_input_type : ""; in OSSL_DECODER_from_bio()
193 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type()
807 const char *start_input_type = ctx->start_input_type; in decoder_process() local
901 if (!OSSL_PARAM_get_utf8_string_ptr(p, &ctx->start_input_type)) in decoder_process()
991 if (decoder == NULL && ctx->start_input_type != NULL in decoder_process()
992 && OPENSSL_strcasecmp(ctx->start_input_type, new_input_type) != 0) { in decoder_process()
997 ctx->start_input_type); in decoder_process()
[all …]
A Ddecoder_pkey.c265 if (data->ctx->start_input_type != NULL in collect_decoder_keymgmt()
267 && OPENSSL_strcasecmp(di->input_type, data->ctx->start_input_type) != 0 in collect_decoder_keymgmt()
269 || OPENSSL_strcasecmp(data->ctx->start_input_type, "PEM") != 0)) { in collect_decoder_keymgmt()
439 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey()
A Dencoder_local.h127 const char *start_input_type; member

Completed in 20 milliseconds