Searched refs:does_selection (Results 1 – 5 of 5) sorted by relevance
39 OSSL_FUNC_encoder_does_selection_fn *does_selection; member53 OSSL_FUNC_decoder_does_selection_fn *does_selection; member
114 || (encoder->does_selection != NULL in collect_encoder()115 && !encoder->does_selection(provctx, data->ctx->selection)) in collect_encoder()
258 if (encoder->does_selection == NULL) in encoder_from_algorithm()259 encoder->does_selection = OSSL_FUNC_encoder_does_selection(fns); in encoder_from_algorithm()
258 if (decoder->does_selection == NULL) in ossl_decoder_from_algorithm()259 decoder->does_selection = OSSL_FUNC_decoder_does_selection(fns); in ossl_decoder_from_algorithm()
333 if (decoder->does_selection != NULL in collect_decoder()334 && !decoder->does_selection(provctx, data->ctx->selection)) in collect_decoder()