Searched refs:input_type (Results 1 – 4 of 4) sorted by relevance
| /crypto/encode_decode/ |
| A D | decoder_pkey.c | 266 && di->input_type != NULL in collect_decoder_keymgmt() 448 input_type != NULL ? input_type : "", in ossl_decoder_ctx_setup_for_pkey() 657 char *input_type; member 676 OPENSSL_free(entry->input_type); in decoder_cache_entry_free() 695 + (cache->input_type == NULL in decoder_cache_entry_hash() 737 cmp = nullstrcmp(a->input_type, b->input_type, 1); in decoder_cache_entry_cmp() 840 cacheent.input_type = (char *)input_type; in OSSL_DECODER_CTX_new_for_pkey() 872 input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey() 898 if (input_type != NULL) { in OSSL_DECODER_CTX_new_for_pkey() 899 newcache->input_type = OPENSSL_strdup(input_type); in OSSL_DECODER_CTX_new_for_pkey() [all …]
|
| A D | decoder_lib.c | 95 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() 270 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new() 272 if (decoder_inst->input_type == NULL) { in ossl_decoder_instance_new() 778 return decoder_inst->input_type; in OSSL_DECODER_INSTANCE_get_input_type()
|
| A D | encoder_local.h | 109 const char *input_type; /* Never NULL */ member
|
| /crypto/store/ |
| A D | store_result.c | 66 const char *input_type; member 121 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.input_type)) in ossl_store_handle_load_result() 307 OSSL_DECODER_CTX_new_for_pkey(&pk, data->input_type, data->data_structure, in try_key_value()
|
Completed in 18 milliseconds