Home
last modified time | relevance | path

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

/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c390 const char *input_structure = ctx->input_structure; in ossl_decoder_ctx_setup_for_pkey() local
400 input_structure != NULL ? input_structure : ""); in ossl_decoder_ctx_setup_for_pkey()
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()
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 …]
H A Ddecoder_lib.c86 = 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() local
98 = 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() argument
209 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 …]
H A Dencoder_local.h109 const char *input_structure; /* May be NULL */ member
131 const char *input_structure; member
/openssl/include/openssl/
H A Ddecoder.h76 const char *input_structure);
/openssl/doc/man3/
H A DOSSL_DECODER_CTX.pod48 const char *input_structure);

Completed in 20 milliseconds