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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/ssl/
H A Dt1_lib.c3681 TLS_SIGALGS *salgs = NULL; local
3711 salgs = OPENSSL_malloc(nmatch * sizeof(TLS_SIGALGS));
3712 if (!salgs)
3714 nmatch = tls12_do_shared_sigalgs(salgs, pref, preflen, allow, allowlen);
3716 salgs = NULL;
3718 c->shared_sigalgs = salgs;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/ssl/
H A Dt1_lib.c3681 TLS_SIGALGS *salgs = NULL; local
3711 salgs = OPENSSL_malloc(nmatch * sizeof(TLS_SIGALGS));
3712 if (!salgs)
3714 nmatch = tls12_do_shared_sigalgs(salgs, pref, preflen, allow, allowlen);
3716 salgs = NULL;
3718 c->shared_sigalgs = salgs;

Completed in 110 milliseconds