Searched refs:certificate_request_context (Results 1 – 4 of 4) sorted by relevance
767 unsigned char *certificate_request_context = in ssl_tls13_write_certificate_body() local768 ssl->handshake->certificate_request_context; in ssl_tls13_write_certificate_body()781 memcpy(p, certificate_request_context, certificate_request_context_len); in ssl_tls13_write_certificate_body()
2421 handshake->certificate_request_context = in ssl_tls13_parse_certificate_request()2423 if (handshake->certificate_request_context == NULL) { in ssl_tls13_parse_certificate_request()2427 memcpy(handshake->certificate_request_context, p, in ssl_tls13_parse_certificate_request()
1000 unsigned char *certificate_request_context; member
4775 if (ssl->handshake->certificate_request_context) { in mbedtls_ssl_handshake_free()4776 mbedtls_free((void *) handshake->certificate_request_context); in mbedtls_ssl_handshake_free()