Searched refs:certificate_request_context (Results 1 – 4 of 4) sorted by relevance
868 unsigned char *certificate_request_context = in ssl_tls13_write_certificate_body() local869 ssl->handshake->certificate_request_context; in ssl_tls13_write_certificate_body()882 memcpy(p, certificate_request_context, certificate_request_context_len); in ssl_tls13_write_certificate_body()
2416 handshake->certificate_request_context = in ssl_tls13_parse_certificate_request()2418 if (handshake->certificate_request_context == NULL) { in ssl_tls13_parse_certificate_request()2422 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()