Home
last modified time | relevance | path

Searched refs:input_type (Results 1 – 9 of 9) sorted by relevance

/openssl/crypto/encode_decode/
H A Ddecoder_pkey.c398 input_type != NULL ? input_type : "", in ossl_decoder_ctx_setup_for_pkey()
497 const char *input_type, in ossl_decoder_ctx_for_pkey_dup() argument
589 char *input_type; member
608 OPENSSL_free(entry->input_type); in decoder_cache_entry_free()
627 + (cache->input_type == NULL in decoder_cache_entry_hash()
669 cmp = nullstrcmp(a->input_type, b->input_type, 1); in decoder_cache_entry_cmp()
765 cacheent.input_type = (char *)input_type; in OSSL_DECODER_CTX_new_for_pkey()
797 input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey()
823 if (input_type != NULL) { in OSSL_DECODER_CTX_new_for_pkey()
824 newcache->input_type = OPENSSL_strdup(input_type); in OSSL_DECODER_CTX_new_for_pkey()
[all …]
H A Ddecoder_lib.c95 const char *input_type in OSSL_DECODER_from_bio() local
104 spaces, input_type_label, input_type, comma, in OSSL_DECODER_from_bio()
182 const char *input_type) in OSSL_DECODER_CTX_set_input_type() argument
193 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type()
242 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new()
244 if (decoder_inst->input_type == NULL) { in ossl_decoder_instance_new()
698 return decoder_inst->input_type; in OSSL_DECODER_INSTANCE_get_input_type()
H A Dencoder_local.h108 const char *input_type; /* Never NULL */ member
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c79 char *input_type; member
118 OPENSSL_free(ctx->_.file.input_type); in free_file_ctx()
338 OPENSSL_free(ctx->_.file.input_type); in file_set_ctx_params()
339 ctx->_.file.input_type = NULL; in file_set_ctx_params()
340 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params()
430 ctx->_.file.input_type)) { in file_setup_decoders()
/openssl/include/openssl/
H A Ddecoder.h74 const char *input_type);
125 const char *input_type,
/openssl/doc/man3/
H A DOSSL_DECODER_CTX_new_for_pkey.pod18 const char *input_type,
41 L<OSSL_DECODER_from_bio(3)>. The caller may use the optional I<input_type>,
54 The search of decoder implementations can be limited with I<input_type> and
H A DOSSL_DECODER_CTX.pod46 const char *input_type);
/openssl/test/
H A Dendecode_test.c141 const char *input_type, const char *structure_type,
285 const char *input_type, in decode_EVP_PKEY_prov() argument
298 if (strcmp(input_type, "DER") == 0) in decode_EVP_PKEY_prov()
314 const char *testtype = (i == 0) ? input_type in decode_EVP_PKEY_prov()
/openssl/apps/lib/
H A Dapps.c944 const char *input_type; in load_key_certs_crls() local
981 if ((input_type = format2string(format)) != NULL) { in load_key_certs_crls()
983 (char *)input_type, 0); in load_key_certs_crls()

Completed in 44 milliseconds