Lines Matching refs:selection
63 int selection; member
157 if (data->selection == 0) in decoder_construct_pkey()
159 import_data.selection = OSSL_KEYMGMT_SELECT_ALL; in decoder_construct_pkey()
161 import_data.selection = data->selection; in decoder_construct_pkey()
285 && !decoder->does_selection(provctx, data->ctx->selection)) in collect_decoder()
419 process_data->selection = ctx->selection; in ossl_decoder_ctx_setup_for_pkey()
516 dest->selection = src->selection; in ossl_decoder_ctx_for_pkey_dup()
563 process_data_dest->selection = process_data_src->selection; in ossl_decoder_ctx_for_pkey_dup()
592 int selection; member
633 hash ^= cache->selection; in decoder_cache_entry_hash()
662 if (a->selection != b->selection) in decoder_cache_entry_cmp()
663 return (a->selection < b->selection) ? -1 : 1; in decoder_cache_entry_cmp()
744 const char *keytype, int selection, in OSSL_DECODER_CTX_new_for_pkey() argument
768 cacheent.selection = selection; in OSSL_DECODER_CTX_new_for_pkey()
795 (void *)ctx, keytype, selection); in OSSL_DECODER_CTX_new_for_pkey()
802 && OSSL_DECODER_CTX_set_selection(ctx, selection) in OSSL_DECODER_CTX_new_for_pkey()
843 newcache->selection = selection; in OSSL_DECODER_CTX_new_for_pkey()