Home
last modified time | relevance | path

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

/openssl-master/crypto/encode_decode/
A Dencoder_local.h39 OSSL_FUNC_encoder_does_selection_fn *does_selection; member
53 OSSL_FUNC_decoder_does_selection_fn *does_selection; member
A Dencoder_pkey.c115 || (encoder->does_selection != NULL in collect_encoder()
116 && !encoder->does_selection(provctx, data->ctx->selection)) in collect_encoder()
A Ddecoder_pkey.c247 if (decoder->does_selection != NULL in collect_decoder()
248 && !decoder->does_selection(provctx, data->ctx->selection)) in collect_decoder()
A Ddecoder_meth.c247 if (decoder->does_selection == NULL) in ossl_decoder_from_algorithm()
248 decoder->does_selection = in ossl_decoder_from_algorithm()
A Dencoder_meth.c249 if (encoder->does_selection == NULL) in encoder_from_algorithm()
250 encoder->does_selection = in encoder_from_algorithm()

Completed in 8 milliseconds