Lines Matching refs:input_structure
390 const char *input_structure = ctx->input_structure; in ossl_decoder_ctx_setup_for_pkey() local
399 input_structure != NULL ? " with " : "", in ossl_decoder_ctx_setup_for_pkey()
400 input_structure != NULL ? input_structure : ""); in ossl_decoder_ctx_setup_for_pkey()
498 const char *input_structure) in ossl_decoder_ctx_for_pkey_dup() argument
512 || !OSSL_DECODER_CTX_set_input_structure(dest, input_structure)) { in ossl_decoder_ctx_for_pkey_dup()
590 char *input_structure; member
609 OPENSSL_free(entry->input_structure); in decoder_cache_entry_free()
624 + (cache->input_structure == NULL in decoder_cache_entry_hash()
625 ? 0 : ossl_lh_strcasehash(cache->input_structure)); in decoder_cache_entry_hash()
673 cmp = nullstrcmp(a->input_structure, b->input_structure, 1); in decoder_cache_entry_cmp()
743 const char *input_structure, in OSSL_DECODER_CTX_new_for_pkey() argument
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()
801 && OSSL_DECODER_CTX_set_input_structure(ctx, 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()
830 if (newcache->input_structure == NULL) in OSSL_DECODER_CTX_new_for_pkey()
871 ctx = ossl_decoder_ctx_for_pkey_dup(ctx, pkey, input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey()