Lines Matching refs:input_structure

440         const char *input_structure = ctx->input_structure;  in ossl_decoder_ctx_setup_for_pkey()  local
449 input_structure != NULL ? " with " : "", in ossl_decoder_ctx_setup_for_pkey()
450 input_structure != NULL ? input_structure : ""); in ossl_decoder_ctx_setup_for_pkey()
569 const char *input_structure) in ossl_decoder_ctx_for_pkey_dup() argument
583 || !OSSL_DECODER_CTX_set_input_structure(dest, input_structure)) { in ossl_decoder_ctx_for_pkey_dup()
658 char *input_structure; member
677 OPENSSL_free(entry->input_structure); in decoder_cache_entry_free()
692 + (cache->input_structure == NULL in decoder_cache_entry_hash()
693 ? 0 : ossl_lh_strcasehash(cache->input_structure)); in decoder_cache_entry_hash()
741 cmp = nullstrcmp(a->input_structure, b->input_structure, 1); in decoder_cache_entry_cmp()
811 const char *input_structure, in OSSL_DECODER_CTX_new_for_pkey() argument
830 if (input_structure != NULL) in OSSL_DECODER_CTX_new_for_pkey()
833 (char *)input_structure, 0); 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()
876 && OSSL_DECODER_CTX_set_input_structure(ctx, input_structure) in OSSL_DECODER_CTX_new_for_pkey()
903 if (input_structure != NULL) { in OSSL_DECODER_CTX_new_for_pkey()
904 newcache->input_structure = OPENSSL_strdup(input_structure); in OSSL_DECODER_CTX_new_for_pkey()
905 if (newcache->input_structure == NULL) in OSSL_DECODER_CTX_new_for_pkey()
947 ctx = ossl_decoder_ctx_for_pkey_dup(ctx, pkey, input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey()