Lines Matching refs:input_structure
86 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
91 = ctx->input_structure != NULL ? "Input structure: " : ""; in OSSL_DECODER_from_bio()
93 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
97 const char *input_structure in OSSL_DECODER_from_bio() local
98 = ctx->input_structure != NULL ? ctx->input_structure : ""; in OSSL_DECODER_from_bio()
105 input_structure_label, input_structure); in OSSL_DECODER_from_bio()
198 const char *input_structure) in OSSL_DECODER_CTX_set_input_structure() argument
209 ctx->input_structure = input_structure; in OSSL_DECODER_CTX_set_input_structure()
256 decoder_inst->input_structure in ossl_decoder_instance_new()
708 return decoder_inst->input_structure; in OSSL_DECODER_INSTANCE_get_input_structure()
955 && ctx->input_structure != NULL in decoder_process()
959 ctx->input_structure) != 0) { in decoder_process()