Searched refs:dn_hints (Results 1 – 4 of 4) sorted by relevance
1683 const mbedtls_x509_crt *MBEDTLS_PRIVATE(dn_hints);/*!< acceptable client cert issuers */3510 conf->MBEDTLS_PRIVATE(dn_hints) = crt; in mbedtls_ssl_conf_dn_hints()
2537 if (ssl->handshake->dn_hints != NULL) { in ssl_write_certificate_request()2538 crt = ssl->handshake->dn_hints; in ssl_write_certificate_request()2541 if (ssl->conf->dn_hints != NULL) { in ssl_write_certificate_request()2542 crt = ssl->conf->dn_hints; in ssl_write_certificate_request()
1031 const mbedtls_x509_crt *dn_hints; /*!< acceptable client cert issuers */ member
1926 ssl->handshake->dn_hints = crt; in mbedtls_ssl_set_hs_dn_hints()