Lines Matching refs:clu
1930 const SSL_CERT_LOOKUP *clu;
1955 if ((clu = ssl_cert_lookup_by_pkey(sc->session->peer_rpk, &certidx,
1968 if ((clu->amask & sc->s3.tmp.new_cipher->algorithm_auth) == 0) {
2096 const SSL_CERT_LOOKUP *clu;
2146 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx,
2158 if ((clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0) {
3966 const SSL_CERT_LOOKUP *clu;
3980 clu = ssl_cert_lookup_by_pkey(pkey, &idx, SSL_CONNECTION_GET_CTX(s));
3983 if (clu == NULL || (alg_a & clu->amask) == 0) {
4003 if (clu->amask & SSL_aECDSA) {