Home
last modified time | relevance | path

Searched refs:does_selection (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/encode_decode/
H A Dencoder_local.h38 OSSL_FUNC_encoder_does_selection_fn *does_selection; member
52 OSSL_FUNC_decoder_does_selection_fn *does_selection; member
H A Dencoder_pkey.c116 || (encoder->does_selection != NULL in collect_encoder()
117 && !encoder->does_selection(provctx, data->ctx->selection)) in collect_encoder()
H A Ddecoder_meth.c251 if (decoder->does_selection == NULL) in ossl_decoder_from_algorithm()
252 decoder->does_selection = in ossl_decoder_from_algorithm()
H A Dencoder_meth.c253 if (encoder->does_selection == NULL) in encoder_from_algorithm()
254 encoder->does_selection = in encoder_from_algorithm()
H A Ddecoder_pkey.c284 if (decoder->does_selection != NULL in collect_decoder()
285 && !decoder->does_selection(provctx, data->ctx->selection)) in collect_decoder()

Completed in 14 milliseconds