Searched refs:salgs (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c3825 TLS_SIGALGS *salgs = NULL; local
3855 salgs = OPENSSL_malloc(nmatch * sizeof(TLS_SIGALGS));
3856 if (!salgs)
3858 nmatch = tls12_do_shared_sigalgs(salgs, pref, preflen, allow, allowlen);
3860 salgs = NULL;
3862 c->shared_sigalgs = salgs;

Completed in 114 milliseconds