Lines Matching refs:input_structure
85 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
90 = ctx->input_structure != NULL ? "Input structure: " : ""; in OSSL_DECODER_from_bio()
92 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
96 const char *input_structure in OSSL_DECODER_from_bio() local
97 = ctx->input_structure != NULL ? ctx->input_structure : ""; in OSSL_DECODER_from_bio()
104 input_structure_label, input_structure); in OSSL_DECODER_from_bio()
197 const char *input_structure) in OSSL_DECODER_CTX_set_input_structure() argument
208 ctx->input_structure = input_structure; in OSSL_DECODER_CTX_set_input_structure()
260 decoder_inst->input_structure in ossl_decoder_instance_new()
671 return decoder_inst->input_structure; in OSSL_DECODER_INSTANCE_get_input_structure()
915 && ctx->input_structure != NULL in decoder_process()
918 if (strcasecmp(new_input_structure, ctx->input_structure) != 0) { in decoder_process()