Searched refs:set_max_pipelines (Results 1 – 4 of 4) sorted by relevance
270 void (*set_max_pipelines)(OSSL_RECORD_LAYER *rl, size_t max_pipelines); member
1235 if (s->max_pipelines != 0 && thismethod->set_max_pipelines != NULL) in ssl_post_record_layer_select()1236 thismethod->set_max_pipelines(thisrl, s->max_pipelines); in ssl_post_record_layer_select()
262 `set_max_pipelines()`: called to configure the maximum number of pipelines of552 void (*set_max_pipelines)(OSSL_RECORD_LAYER *rl, size_t max_pipelines);
3051 if (sc->rlayer.rrlmethod->set_max_pipelines != NULL) in ossl_ctrl_internal()3052 sc->rlayer.rrlmethod->set_max_pipelines(sc->rlayer.rrl, (size_t)larg); in ossl_ctrl_internal()