Searched refs:set_options (Results 1 – 3 of 3) sorted by relevance
296 int (*set_options)(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options); member
268 `set_options()`: called by libssl in the event that the current set of options570 int (*set_options)(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options);
1873 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in SSL_set_read_ahead()2957 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in ossl_ctrl_internal()6182 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in SSL_set_options()6183 sc->rlayer.wrlmethod->set_options(sc->rlayer.wrl, options); in SSL_set_options()6213 sc->rlayer.rrlmethod->set_options(sc->rlayer.rrl, options); in SSL_clear_options()6214 sc->rlayer.wrlmethod->set_options(sc->rlayer.wrl, options); in SSL_clear_options()
Completed in 32 milliseconds