Searched refs:start_input_type (Results 1 – 3 of 3) sorted by relevance
86 = 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()890 if (decoder == NULL && ctx->start_input_type != NULL in decoder_process()891 && OPENSSL_strcasecmp(ctx->start_input_type, new_input_type) != 0) { in decoder_process()896 ctx->start_input_type); in decoder_process()
124 const char *start_input_type; member
389 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey()
Completed in 9 milliseconds