Home
last modified time | relevance | path

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

/openssl-master/crypto/encode_decode/
A Ddecoder_lib.c833 const char *new_input_structure = in decoder_process() local
898 && (new_input_structure == NULL in decoder_process()
899 || strcasecmp(data_structure, new_input_structure) != 0)) { in decoder_process()
916 && new_input_structure != NULL) { in decoder_process()
918 if (strcasecmp(new_input_structure, ctx->input_structure) != 0) { in decoder_process()

Completed in 3 milliseconds