Searched refs:clu (Results 1 – 3 of 3) sorted by relevance
27 const SSL_CERT_LOOKUP *clu = &ssl_cert_info[idx]; in do_test_cert_table() local29 if (clu->nid == nid && clu->amask == amask) in do_test_cert_table()34 if (clu->nid != nid) in do_test_cert_table()36 OBJ_nid2sn(clu->nid)); in do_test_cert_table()37 if (clu->amask != amask) in do_test_cert_table()39 (unsigned int)amask, (unsigned int)clu->amask); in do_test_cert_table()
1811 const SSL_CERT_LOOKUP *clu in tls1_get_legacy_sigalg() local1814 if (clu == NULL) in tls1_get_legacy_sigalg()2729 const SSL_CERT_LOOKUP *clu; in ssl_set_sig_mask() local2734 clu = ssl_cert_lookup_by_idx(lu->sig_idx, in ssl_set_sig_mask()2736 if (clu == NULL) in ssl_set_sig_mask()2740 if ((clu->amask & disabled_mask) != 0 in ssl_set_sig_mask()2742 disabled_mask &= ~clu->amask; in ssl_set_sig_mask()3720 const SSL_CERT_LOOKUP *clu = ssl_cert_lookup_by_idx(sig_idx, in tls12_get_cert_sigalg_idx() local3724 if (clu == NULL in tls12_get_cert_sigalg_idx()3725 || (clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0 in tls12_get_cert_sigalg_idx()[all …]
1912 const SSL_CERT_LOOKUP *clu; in tls_post_process_server_rpk() local1926 if ((clu = ssl_cert_lookup_by_pkey(sc->session->peer_rpk, &certidx, in tls_post_process_server_rpk()1938 if ((clu->amask & sc->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_rpk()2065 const SSL_CERT_LOOKUP *clu; in tls_post_process_server_certificate() local2113 if ((clu = ssl_cert_lookup_by_pkey(pkey, &certidx, in tls_post_process_server_certificate()2124 if ((clu->amask & s->s3.tmp.new_cipher->algorithm_auth) == 0) { in tls_post_process_server_certificate()3919 const SSL_CERT_LOOKUP *clu; in ssl3_check_cert_and_algorithm() local3933 clu = ssl_cert_lookup_by_pkey(pkey, &idx, SSL_CONNECTION_GET_CTX(s)); in ssl3_check_cert_and_algorithm()3936 if (clu == NULL || (alg_a & clu->amask) == 0) { in ssl3_check_cert_and_algorithm()3956 if (clu->amask & SSL_aECDSA) { in ssl3_check_cert_and_algorithm()
Completed in 22 milliseconds