Searched refs:input_structure (Results 1 – 5 of 5) sorted by relevance
390 const char *input_structure = ctx->input_structure; in ossl_decoder_ctx_setup_for_pkey() local400 input_structure != NULL ? input_structure : ""); in ossl_decoder_ctx_setup_for_pkey()590 char *input_structure; member609 OPENSSL_free(entry->input_structure); in decoder_cache_entry_free()624 + (cache->input_structure == NULL in decoder_cache_entry_hash()673 cmp = nullstrcmp(a->input_structure, b->input_structure, 1); in decoder_cache_entry_cmp()766 cacheent.input_structure = (char *)input_structure; in OSSL_DECODER_CTX_new_for_pkey()797 input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey()828 if (input_structure != NULL) { in OSSL_DECODER_CTX_new_for_pkey()829 newcache->input_structure = OPENSSL_strdup(input_structure); in OSSL_DECODER_CTX_new_for_pkey()[all …]
86 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()91 = ctx->input_structure != NULL ? "Input structure: " : ""; in OSSL_DECODER_from_bio()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()198 const char *input_structure) in OSSL_DECODER_CTX_set_input_structure() argument209 ctx->input_structure = input_structure; in OSSL_DECODER_CTX_set_input_structure()256 decoder_inst->input_structure in ossl_decoder_instance_new()708 return decoder_inst->input_structure; in OSSL_DECODER_INSTANCE_get_input_structure()955 && ctx->input_structure != NULL in decoder_process()[all …]
109 const char *input_structure; /* May be NULL */ member131 const char *input_structure; member
76 const char *input_structure);
48 const char *input_structure);
Completed in 20 milliseconds