Home
last modified time | relevance | path

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

/src/crypto/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c446 const char *input_structure = ctx->input_structure; in ossl_decoder_ctx_setup_for_pkey() local
455 input_structure != NULL ? " with " : "", in ossl_decoder_ctx_setup_for_pkey()
456 input_structure != NULL ? input_structure : ""); in ossl_decoder_ctx_setup_for_pkey()
578 const char *input_structure) in ossl_decoder_ctx_for_pkey_dup() argument
592 || !OSSL_DECODER_CTX_set_input_structure(dest, input_structure)) { in ossl_decoder_ctx_for_pkey_dup()
667 char *input_structure; member
686 OPENSSL_free(entry->input_structure); in decoder_cache_entry_free()
702 + (cache->input_structure == NULL in decoder_cache_entry_hash()
704 : ossl_lh_strcasehash(cache->input_structure)); in decoder_cache_entry_hash()
754 cmp = nullstrcmp(a->input_structure, b->input_structure, 1); in decoder_cache_entry_cmp()
[all …]
H A Ddecoder_lib.c86 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
92 = ctx->input_structure != NULL ? "Input structure: " : ""; in OSSL_DECODER_from_bio()
94 = ctx->start_input_type != NULL && ctx->input_structure != NULL in OSSL_DECODER_from_bio()
99 const char *input_structure in OSSL_DECODER_from_bio() local
100 = ctx->input_structure != NULL ? ctx->input_structure : ""; in OSSL_DECODER_from_bio()
107 input_structure_label, input_structure); in OSSL_DECODER_from_bio()
200 const char *input_structure) in OSSL_DECODER_CTX_set_input_structure() argument
211 ctx->input_structure = input_structure; in OSSL_DECODER_CTX_set_input_structure()
217 const char *input_structure) in ossl_decoder_instance_new_forprov() argument
229 if (input_structure != NULL && decoder->set_ctx_params != NULL) { in ossl_decoder_instance_new_forprov()
[all …]
H A Dencoder_local.h110 const char *input_structure; /* May be NULL */ member
134 const char *input_structure; member
/src/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c418 const char *input_structure = NULL; in file_setup_decoders() local
443 input_structure = "SubjectPublicKeyInfo"; in file_setup_decoders()
445 input_structure)) { in file_setup_decoders()
460 input_structure = "EncryptedPrivateKeyInfo"; in file_setup_decoders()
462 input_structure)) { in file_setup_decoders()
468 input_structure = "Certificate"; in file_setup_decoders()
470 input_structure)) { in file_setup_decoders()
476 input_structure = "CertificateList"; in file_setup_decoders()
478 input_structure)) { in file_setup_decoders()
503 input_structure); in file_setup_decoders()
H A Dwinstore_store.c182 const char *input_structure = NULL; in setup_decoder() local
198 input_structure = "Certificate"; in setup_decoder()
199 if (!OSSL_DECODER_CTX_set_input_structure(ctx->dctx, input_structure)) { in setup_decoder()
220 input_structure); in setup_decoder()
/src/crypto/openssl/include/crypto/
H A Ddecoder.h27 const char *input_structure);
/src/crypto/openssl/include/openssl/
H A Ddecoder.h76 const char *input_structure);
/src/crypto/openssl/doc/man3/
H A DOSSL_DECODER_CTX.pod48 const char *input_structure);