Lines Matching refs:OSSL_RECORD_METHOD
151 An `OSSL_RECORD_METHOD` represents the implementation of a particular type of
156 particular `OSSL_RECORD_METHOD`. It contains the state used by that
157 `OSSL_RECORD_METHOD` for a specific connection (i.e. `SSL` object). Any `SSL`
162 levels or epochs. It may be that different `OSSL_RECORD_METHOD`s are used for
168 associated `OSSL_RECORD_METHOD`, and freed by calling the `free` function. The
173 `OSSL_RECORD_METHOD`. In practice the standard internal TLS, DTLS and KTLS
174 `OSSL_RECORD_METHOD`s all use a common `OSSL_RECORD_LAYER` structure. However
305 * An OSSL_RECORD_METHOD is a protocol specific method which provides the
307 * OSSL_RECORD_METHOD to use for a given protocol is defined by the SSL_METHOD.
309 typedef struct ossl_record_method_st OSSL_RECORD_METHOD;
357 * if unknown third party providers with OSSL_RECORD_METHOD implementations are
363 * free an OSSL_RECORD_METHOD, as well as functions to get/set the various
506 * Internally the OSSL_RECORD_METHOD the implementation may read/process