Searched refs:source_tls (Results 1 – 1 of 1) sorted by relevance
496 static struct tls_context *tls_clone(struct tls_context *source_tls) in tls_clone() argument505 target_tls->tls_version = source_tls->tls_version; in tls_clone()506 target_tls->type = source_tls->type; in tls_clone()508 memcpy(&target_tls->options, &source_tls->options, in tls_clone()514 source_tls->ssl.hostname); in tls_clone()