Searched refs:comp_ctx (Results 1 – 1 of 1) sorted by relevance
96 COMP_CTX *comp_ctx = NULL; in OSSL_COMP_CERT_from_uncompressed_data() local114 || (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