Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/
H A Ddecoder_lib.c85 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
88 = ctx->start_input_type != NULL ? "Input type: " : ""; in OSSL_DECODER_from_bio()
92 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
95 = ctx->start_input_type != NULL ? ctx->start_input_type : ""; in OSSL_DECODER_from_bio()
192 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type()
854 if (decoder == NULL && ctx->start_input_type != NULL in decoder_process()
855 && OPENSSL_strcasecmp(ctx->start_input_type, new_input_type) != 0) { in decoder_process()
860 ctx->start_input_type); in decoder_process()
H A Dencoder_local.h124 const char *start_input_type; member
H A Ddecoder_pkey.c313 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey()