Searched refs:input_structure (Results 1 – 3 of 3) sorted by relevance
440 const char *input_structure = ctx->input_structure; in ossl_decoder_ctx_setup_for_pkey() local450 input_structure != NULL ? input_structure : ""); in ossl_decoder_ctx_setup_for_pkey()658 char *input_structure; member677 OPENSSL_free(entry->input_structure); in decoder_cache_entry_free()692 + (cache->input_structure == NULL in decoder_cache_entry_hash()741 cmp = nullstrcmp(a->input_structure, b->input_structure, 1); in decoder_cache_entry_cmp()830 if (input_structure != NULL) in OSSL_DECODER_CTX_new_for_pkey()841 cacheent.input_structure = (char *)input_structure; in OSSL_DECODER_CTX_new_for_pkey()872 input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey()903 if (input_structure != NULL) { in OSSL_DECODER_CTX_new_for_pkey()[all …]
97 const char *input_structure in OSSL_DECODER_from_bio() local98 = ctx->input_structure != NULL ? ctx->input_structure : ""; in OSSL_DECODER_from_bio()105 input_structure_label, input_structure); in OSSL_DECODER_from_bio()209 ctx->input_structure = input_structure; in OSSL_DECODER_CTX_set_input_structure()215 const char *input_structure) in ossl_decoder_instance_new_forprov() argument284 decoder_inst->input_structure in ossl_decoder_instance_new()480 && data->ctx->input_structure != NULL) { in collect_extra_decoder()482 const char *str = data->ctx->input_structure; in collect_extra_decoder()788 return decoder_inst->input_structure; in OSSL_DECODER_INSTANCE_get_input_structure()908 if (ctx->input_structure != NULL in decoder_process()[all …]
110 const char *input_structure; /* May be NULL */ member134 const char *input_structure; member
Completed in 15 milliseconds