Home
last modified time | relevance | path

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

/openssl/crypto/encode_decode/
H 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()
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()
H A Dencoder_local.h124 const char *start_input_type; member
H A Ddecoder_pkey.c389 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey()

Completed in 9 milliseconds