Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c413 const char *input_structure = ctx->input_structure; in ossl_decoder_ctx_setup_for_pkey() local
422 input_structure != NULL ? " with " : "", in ossl_decoder_ctx_setup_for_pkey()
423 input_structure != NULL ? input_structure : ""); in ossl_decoder_ctx_setup_for_pkey()
521 const char *input_structure) in ossl_decoder_ctx_for_pkey_dup() argument
535 || !OSSL_DECODER_CTX_set_input_structure(dest, input_structure)) { in ossl_decoder_ctx_for_pkey_dup()
610 char *input_structure; member
629 OPENSSL_free(entry->input_structure); in decoder_cache_entry_free()
644 + (cache->input_structure == NULL in decoder_cache_entry_hash()
645 ? 0 : ossl_lh_strcasehash(cache->input_structure)); in decoder_cache_entry_hash()
693 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()
91 = ctx->input_structure != NULL ? "Input structure: " : ""; in OSSL_DECODER_from_bio()
93 = ctx->start_input_type != NULL && ctx->input_structure != NULL 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()
215 const char *input_structure) in ossl_decoder_instance_new_forprov() argument
227 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
132 const char *input_structure; member
/freebsd/crypto/openssl/providers/implementations/storemgmt/
H A Dfile_store.c419 const char *input_structure = NULL; in file_setup_decoders() local
444 input_structure = "SubjectPublicKeyInfo"; in file_setup_decoders()
446 input_structure)) { in file_setup_decoders()
461 input_structure = "EncryptedPrivateKeyInfo"; in file_setup_decoders()
463 input_structure)) { in file_setup_decoders()
469 input_structure = "Certificate"; in file_setup_decoders()
471 input_structure)) { in file_setup_decoders()
477 input_structure = "CertificateList"; in file_setup_decoders()
479 input_structure)) { in file_setup_decoders()
505 input_structure); in file_setup_decoders()
H A Dwinstore_store.c186 const char *input_structure = NULL; in setup_decoder() local
202 input_structure = "Certificate"; in setup_decoder()
203 if (!OSSL_DECODER_CTX_set_input_structure(ctx->dctx, input_structure)) { in setup_decoder()
224 input_structure); in setup_decoder()
/freebsd/crypto/openssl/include/crypto/
H A Ddecoder.h27 const char *input_structure);
/freebsd/crypto/openssl/include/openssl/
H A Ddecoder.h76 const char *input_structure);
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_DECODER_CTX.pod48 const char *input_structure);