Lines Matching refs:cert
165 /* tmp DH key no DH cert */
586 /* This is the cert and type for the other end. */
924 /* get client cert callback */
958 * (ClientHello and CertificateRequest) or just client cert requests for
960 * for client cert requests, and in preference to ca_names.
976 struct cert_st /* CERT */ *cert;
1350 CERT_PKEY *cert;
1482 /* client cert? */
1484 struct cert_st /* CERT */ *cert;
1546 * (ClientHello and CertificateRequest) or just client cert requests for
1548 * for client cert requests, and in preference to ca_names.
1957 # define tls1_suiteb(s) (s->cert->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS)
2365 return s->cert->pkeys[idx].x509 != NULL
2366 && s->cert->pkeys[idx].privatekey != NULL;
2383 __owur CERT *ssl_cert_dup(CERT *cert);
2713 __owur int tls1_save_sigalgs(SSL *s, PACKET *pkt, int cert);