Home
last modified time | relevance | path

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

/openssl/ssl/
H A Dssl_cert_comp.c60 static OSSL_COMP_CERT *OSSL_COMP_CERT_new(unsigned char *data, size_t len, size_t orig_len, int alg) in OSSL_COMP_CERT_new() function
85 return OSSL_COMP_CERT_new(OPENSSL_memdup(data, len), len, orig_len, alg); in OSSL_COMP_CERT_from_compressed_data()
122 ret = OSSL_COMP_CERT_new(comp_data, comp_length, len, alg); in OSSL_COMP_CERT_from_uncompressed_data()

Completed in 3 milliseconds