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

/freebsd-11-stable/crypto/openssl/ssl/
H A Dt1_lib.c3791 size_t allowlen)
3801 for (j = 0, atmp = allow; j < allowlen; j += 2, atmp += 2) {
3823 size_t preflen, allowlen, conflen; local
3846 allowlen = c->peer_sigalgslen;
3849 allowlen = conflen;
3853 nmatch = tls12_do_shared_sigalgs(NULL, pref, preflen, allow, allowlen);
3858 nmatch = tls12_do_shared_sigalgs(salgs, pref, preflen, allow, allowlen);
3788 tls12_do_shared_sigalgs(TLS_SIGALGS *shsig, const unsigned char *pref, size_t preflen, const unsigned char *allow, size_t allowlen) argument

Completed in 117 milliseconds