Home
last modified time | relevance | path

Searched refs:COMP_CTX_new (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Dcomp.h30 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth);
/freebsd/crypto/openssl/crypto/comp/
H A Dcomp_lib.c18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) in COMP_CTX_new() function
/freebsd/crypto/openssl/ssl/
H A Ds3_enc.c140 s->expand = COMP_CTX_new(comp); in ssl3_change_cipher_state()
173 s->compress = COMP_CTX_new(comp); in ssl3_change_cipher_state()
H A Dt1_enc.c216 s->expand = COMP_CTX_new(comp->method); in tls1_change_cipher_state()
272 s->compress = COMP_CTX_new(comp->method); in tls1_change_cipher_state()
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt338 COMP_CTX_new(3)
H A Dmissingcrypto111.txt396 COMP_CTX_new(3)
H A Dlibcrypto.num805 COMP_CTX_new 826 3_0_0 EXIST::FUNCTION:COMP
/freebsd/secure/lib/libcrypto/
H A DVersion.map724 COMP_CTX_new;