Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/internal/
H A Drecordmethod.h290 const COMP_METHOD *(*get_compression)(OSSL_RECORD_LAYER *rl); member
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Drecord-layer.md238 `get_compression()`: to obtain information about the compression method
572 const COMP_METHOD *(*get_compression)(OSSL_RECORD_LAYER *rl);
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c5343 return sc->rlayer.wrlmethod->get_compression(sc->rlayer.wrl); in SSL_get_current_compression()
5357 return sc->rlayer.rrlmethod->get_compression(sc->rlayer.rrl); in SSL_get_current_expansion()