Searched refs:methods (Results 1 – 3 of 3) sorted by relevance
56 void ossl_free_compression_methods_int(STACK_OF(SSL_COMP) *methods) in ossl_free_compression_methods_int() argument58 sk_SSL_COMP_pop_free(methods, cmeth_free); in ossl_free_compression_methods_int()
155 static const SLH_ADRS_FUNC methods[] = { in ossl_slh_get_adrs_fn() local183 return &methods[is_compressed == 0 ? 0 : 1]; in ossl_slh_get_adrs_fn()
271 static const SLH_HASH_FUNC methods[] = { in ossl_slh_get_hash_fn() local289 return &methods[is_shake ? 0 : 1]; in ossl_slh_get_hash_fn()
Completed in 12 milliseconds