Home
last modified time | relevance | path

Searched refs:BIO_f_zstd (Results 1 – 7 of 7) sorted by relevance

/openssl/doc/man3/
H A DCOMP_CTX_new.pod21 BIO_f_zstd
49 const BIO_METHOD *BIO_f_zstd(void);
105 BIO_f_zlib(), BIO_f_brotli() BIO_f_zstd() each return a B<BIO_METHOD> that may be used to
164 BIO_f_zlib(), BIO_f_brotli() and BIO_f_zstd() return NULL on error, and
/openssl/test/
H A Dbio_comp_test.c125 return do_bio_comp(BIO_f_zstd(), n); in test_zstd()
/openssl/include/openssl/
H A Dcomp.h.in61 const BIO_METHOD *BIO_f_zstd(void);
/openssl/ssl/
H A Dssl_cert_comp.c50 if ((a == 0 || a == TLSEXT_comp_cert_zstd) && BIO_f_zstd() != NULL) in ossl_comp_has_alg()
/openssl/apps/
H A Denc.c469 if ((bzstd = BIO_new(BIO_f_zstd())) == NULL) in enc_main()
/openssl/crypto/comp/
H A Dc_zstd.c497 const BIO_METHOD *BIO_f_zstd(void) in BIO_f_zstd() function
/openssl/util/
H A Dlibcrypto.num5492 BIO_f_zstd 5620 3_2_0 EXIST::FUNCTION:COMP

Completed in 46 milliseconds