Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c86 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
90 = ctx->start_input_type != NULL ? "Input type: " : ""; in OSSL_DECODER_from_bio()
94 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
98 = ctx->start_input_type != NULL ? ctx->start_input_type : ""; in OSSL_DECODER_from_bio()
195 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type()
814 const char *start_input_type = ctx->start_input_type; in decoder_process() local
912 if (!OSSL_PARAM_get_utf8_string_ptr(p, &ctx->start_input_type)) in decoder_process()
1002 if (decoder == NULL && ctx->start_input_type != NULL in decoder_process()
1003 && OPENSSL_strcasecmp(ctx->start_input_type, new_input_type) != 0) { in decoder_process()
1009 ctx->start_input_type); in decoder_process()
[all …]
H A Ddecoder_pkey.c266 if (data->ctx->start_input_type != NULL in collect_decoder_keymgmt()
268 && OPENSSL_strcasecmp(di->input_type, data->ctx->start_input_type) != 0 in collect_decoder_keymgmt()
270 || OPENSSL_strcasecmp(data->ctx->start_input_type, "PEM") != 0)) { in collect_decoder_keymgmt()
445 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey()
H A Dencoder_local.h127 const char *start_input_type; member