Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_cert_comp.c96 COMP_CTX *comp_ctx = NULL; in OSSL_COMP_CERT_from_uncompressed_data() local
114 || (comp_ctx = COMP_CTX_new(method)) == NULL in OSSL_COMP_CERT_from_uncompressed_data()
118 comp_length = COMP_compress_block(comp_ctx, comp_data, max_length, data, len); in OSSL_COMP_CERT_from_uncompressed_data()
127 COMP_CTX_free(comp_ctx); in OSSL_COMP_CERT_from_uncompressed_data()

Completed in 5 milliseconds