Home
last modified time | relevance | path

Searched refs:client_auth (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/third_party/mbedtls/repo/library/
Dssl_tls12_client.c2519 ssl->handshake->client_auth = in ssl_parse_certificate_request()
2523 ssl->handshake->client_auth ? "a" : "no")); in ssl_parse_certificate_request()
2525 if (ssl->handshake->client_auth == 0) { in ssl_parse_certificate_request()
3275 if (ssl->handshake->client_auth == 0 || in ssl_write_certificate_verify()
Dssl_tls13_client.c2500 ssl->handshake->client_auth = 1; in ssl_tls13_parse_certificate_request()
2638 if (ssl->handshake->client_auth) { in ssl_tls13_write_client_certificate()
Dssl_misc.h951 uint8_t client_auth; /*!< used to check if CertificateRequest has been member
Dssl_tls.c7602 if (ssl->handshake->client_auth == 0) { in mbedtls_ssl_write_certificate()