Home
last modified time | relevance | path

Searched refs:set_options (Results 1 – 3 of 3) sorted by relevance

/openssl/include/internal/
H A Drecordmethod.h296 int (*set_options)(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options); member
/openssl/doc/designs/quic-design/
H A Drecord-layer.md268 `set_options()`: called by libssl in the event that the current set of options
570 int (*set_options)(OSSL_RECORD_LAYER *rl, const OSSL_PARAM *options);
/openssl/ssl/
H A Dssl_lib.c1873 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