Lines Matching refs:selection
117 && !encoder->does_selection(provctx, data->ctx->selection)) in collect_encoder()
159 int selection; member
174 encoder->import_object(encoderctx, construct_data->selection, params); in encoder_import_cb()
192 int selection = data->selection; in encoder_construct_pkey() local
194 if ((selection & OSSL_KEYMGMT_SELECT_PRIVATE_KEY) != 0) in encoder_construct_pkey()
195 selection |= OSSL_KEYMGMT_SELECT_PUBLIC_KEY; in encoder_construct_pkey()
198 if (!evp_keymgmt_export(pk->keymgmt, pk->keydata, selection, in encoder_construct_pkey()
231 int selection, in ossl_encoder_ctx_setup_for_pkey() argument
330 data->selection = selection; in ossl_encoder_ctx_setup_for_pkey()
345 int selection, in OSSL_ENCODER_CTX_new_for_pkey() argument
378 (void *)ctx, EVP_PKEY_get0_type_name(pkey), selection); in OSSL_ENCODER_CTX_new_for_pkey()
386 && OSSL_ENCODER_CTX_set_selection(ctx, selection) in OSSL_ENCODER_CTX_new_for_pkey()
387 && ossl_encoder_ctx_setup_for_pkey(ctx, pkey, selection, propquery) in OSSL_ENCODER_CTX_new_for_pkey()